lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi all.

I tested ZeroBrane Studio 0.55 an i use it rigth now on Win7. So far so good.

One Thing looks weired to me:
I stored lpeg.dll in the bin\clibs\ sub-folder, working well. After changing the Project working dir to my project folder on disk d:, a require command in the zbs-console-window cant find lpeg.dll anymore.

-- 8x --------------------------------------------------
	no field package.preload['lpeg']
	no file 'lualibs/lpeg.lua'
	no file 'lualibs/lpeg/lpeg.lua'
	no file 'lualibs/lpeg/init.lua'
	no file 'lualibs/lpeg/lpeg/lpeg.lua'
	...
-- 8x --------------------------------------------------

I am not shure this behavior is intended. May be there a a few "!" in the search path missing.