PDA

View Full Version : Another Little Problem.


XiiX
05-06-2009, 12:14 PM
hi.I have another little problem.Maybe someone know how to fix this.

NiApplication.lib(NiAppMain.obj) : error LNK2001: unresolved external symbol "public: static class NiApplication * __cdecl NiApplication::Create(void)" (?Create@NiApplication@@SAPAV1@XZ)
C:\Users\****\Desktop\******\******\Release\****** **.exe : fatal error LNK1120: 1 unresolved externals.

Please Heeelp!
THANKS!!!

Reedbeta
05-06-2009, 01:14 PM
This is the same kind of error as in the last thread you posted (an unresolved external). You should have an idea by now what this error means and how to fix it.

BTW, you are clearly way out of your depth here. You really need to step back and learn some more about basic C/C++ programming before trying to make a game, even with an engine. Or, find an engine that functions as a standalone app and lets you script in an easier language, like Python.

rouncer
05-07-2009, 01:41 AM
Does NiApplication::Create have a body, if its in the class then it has to be filled out its internals or itll come out as an unresolved external.