-
-
Notifications
You must be signed in to change notification settings - Fork 454
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile with Debug configuration #5
Comments
Check this out: OpenXRay/xray-15@5b15635 I have no idea how did it work before. Do you compile with stlport? |
Thanks! After i implemented xrDebugNew.obj : error LNK2019: unresolved external symbol "unsigned int __cdecl mem_usage_impl(void *,unsigned int *,unsigned int *)" (?mem_usage_impl@@YAIPAXPAI1@Z) referenced in function "int __cdecl out_of_memory_handler(unsigned int)" (?out_of_memory_handler@@yahi@Z) BTW @nitrocaster, is your VS2013 COP repo already out there? I assume you already did fix these errors in VS2013. |
Just read logs. mem_usage_impl is declared, but not defined (since you removed its definition). Go to out_of_memory_handler and replace mem_usage_impl with Memory.mem_usage.
Yes it is. |
Thanks again, well, i guess i have a lot to learn. Awesome, I'll try out your VS2013 stuff, instead of messing with VS2008. |
Nitro, your CS memory handler fixes worked like charm in COP too. |
Fix arguments that are passed to luabind
Format fix OpenXRay#5 Co-authored-by: Xottab_DUTY <Xottab-DUTY@users.noreply.github.com>
feat: add the lua_extensions submodule
I managed to compile VS2008 source in debug, after i fixed a vsprintf error.
I made this in zutil.h:
http://pastebin.com/9hYWbVLQ
The compile process is going fine with this fix, but i can't start the game with the new debug binaries:
http://pastebin.com/DTW8uUtm
Did someone managed to compile stuff properly in debug, or did i make a mistake with my fix, which causes this ugly error?
The text was updated successfully, but these errors were encountered: