View Single Post
Old 21st May 2004, 12:36 AM   #1
monster
Member
Advanced member
 
Join Date: Dec 2003
Location: Melbourne, Australia
Posts: 39
Default Linkage errors with object_get_userdata

Howdy, when I use object_get_userdata in my plugin I get "unresolved external symbol" linking errors.

I think I had this in the past with a different function, and solved that by redefining it in my C++ source file (so it had C++ linkage). I've tried that in this case, but it didn't seem to work.

Quickly searching through the ac3d.lib I can see object_set_userdata, but not the equivalent get.
monster is offline   Reply With Quote