Search found 4 matches
- Mon Dec 30, 2013 3:09 pm
- Forum: Beginners Help
- Topic: fatal error: unresolved externals
- Replies: 8
- Views: 625
Re: fatal error: unresolved externals
For VS the pragma you are using above should already work when the correct library path is set. You need 64-bit if you compile with 64-bit and 32-bit if you compile with 32-bit. Adding the library to the linker in the propierties is possible but I'm on the wrong system right now so I can't tell you...
- Mon Dec 30, 2013 2:11 pm
- Forum: Beginners Help
- Topic: fatal error: unresolved externals
- Replies: 8
- Views: 625
Re: fatal error: unresolved externals
I've gone to the "Linker" tab in properties. Where do I give the library name to the linker?mongoose7 wrote:You added the path, now add the library. Look under "Linker" additional libraries. The library name must be given to the linker - it does not guess.
- Sun Dec 29, 2013 7:50 pm
- Forum: Beginners Help
- Topic: fatal error: unresolved externals
- Replies: 8
- Views: 625
Re: fatal error: unresolved externals
I thing you are not linking against the Irrlicht library. Add the library to the linker options. I have already linked the Irrlicht library. Perhaps I am doing it wrong. I right click on my project in the solution explorer > I go to VC++ Directories > I add the path to the include folder in the &qu...
- Sun Dec 29, 2013 3:45 pm
- Forum: Beginners Help
- Topic: fatal error: unresolved externals
- Replies: 8
- Views: 625
fatal error: unresolved externals
I have completed Tutorials 1 and 2 now, but neither have actually run as I keep getting the error "fatal error LNK1120: 1 unresolved externals" The error information is: "error LNK2019: unresolved external symbol __imp__createDevice referenced in function _main" Although I am new...