Jump to content

error LNK2001: unresolved external symbol __realloc_dbg libovrd.lib(OVR_Allocator.obj)


martyj
 Share

Recommended Posts

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

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.

  • Upvote 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...