lua-users home
lua-l archive

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


suluyu wrote:
> Thanks for your advice.
> I try , but it don't work.
>  
> I create a test project, a console application.
>  
>         lua_State * L = lua_open();    
>         luaL_openlibs(L);
>         luaL_dofile(L, "test.lua");
>         lua_close(L);
>        getchar();
>  
> add dllforlua.def to the project. It doesn't work.

I meant: add dllforlua.def to your dllforlua.dll project, not to your
application project.

-- 
Shmuel