no idont want mix my compiled library with downloaded binary, now my problem is when i compile my program with my compiled library program crashes when it want call luaL_loadstring but when i use downloaded library all thing works.
what is problem ?
(Thanks for your answers)
Well, I don't know. Normally I never use lua binaries that I did not
compile by myself. Several problems may arise depending on the
compiler version and on the compilation flags. I strongly suggest that
you don't mix binaries compiled by you with downloaded binaries.
Francesco