martyj Posted October 24, 2015 Share Posted October 24, 2015 It appears the libovrd that leadwerks beta ships with contains a debug symbol for free, malloc, calloc, and realloc. This bug is in latest leadwerks beta This bug is for Windows. Using objdump on libovrd.lib you can see this in the symbols list https://i.imgur.com/89aDo4R.png I can build my application in debug but not release. If you need anything else, let me know. Link to comment Share on other sites More sharing options...
martyj Posted October 30, 2015 Author Share Posted October 30, 2015 I found my issue. Apparently the Visual Studio project change what linker dependencies it uses. It no longer uses libovrd. Instead it uses libovr. I found this by comparing a newly created Leadwerks Visual Studio project with that of my current one. 1 Link to comment Share on other sites More sharing options...
Recommended Posts