|
i am calling a C funtion from LUA and i pushbask a
string. but it seams that the string whan't return to LUA.
like this.
in LUA
CurDir =
CFuncGetDir()
and in C
CFuncGetDir()
pushstring("Anything")
any idea of what is wrong ????
|