lua-users home
lua-l archive

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



Any feedback welcome (especially since this is release 1.0.0 :-) ).
 
Put into lua 5.1.4 source and build as static lib. Works well in our server side code. Failed in client side code at first attempt, then after I added the D3DCREATE_FPU_PRESERVE flag it is working now. I noticed the self-test code in luaopen_bit function, but unfortunately our application initialize lua vm before DX, so the test always passes.
 
Regards
Long