I'm certain this issue lies within the new static lib option, as I've never had this issue before when compiling as a DLL, and the option appears to be fairly new. Anytime I try to compile a project with the static irrlicht library, I get the error:
main.obj : error LNK2019: unresolved external symbol __imp__createDevice referenced in function _main
It's obviously finding the library, otherwise it would error sooner stating that "irrlicht.lib" could not be found - and this is the only cause I could find to this error. I don't understand why this error is even occurring, createDevice was obviously compiled in, and at a whopping 95MB, it'd be silly for the library to be missing such a critical function yet include so much more.
I apologize if this issue is known, phpBB's search is awful, and Google has been going downhill for years.
Static Lib - Cannot compile with the created library.
-
- Posts: 81
- Joined: Sat Sep 09, 2006 6:46 am
-
- Posts: 81
- Joined: Sat Sep 09, 2006 6:46 am