Jump to content


Another Little Problem.


2 replies to this topic

#1 XiiX

    New Member

  • Members
  • Pip
  • 7 posts

Posted 06 May 2009 - 07: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!!!

#2 Reedbeta

    DevMaster Staff

  • Administrators
  • 4979 posts
  • LocationBellevue, WA

Posted 06 May 2009 - 08: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.
reedbeta.com - developer blog, OpenGL demos, and other projects

#3 rouncer

    Senior Member

  • Members
  • PipPipPipPip
  • 2336 posts

Posted 07 May 2009 - 08: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.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users