Hey all
I've managed to secure myself some webspace and a new domain name, http://www.spacecolonization.net . Everything that was on the old site bar the gallery is back up and so we are back in business
We are hoping for a new release in the next week or so, right in time for the new website. Drop in if you want to join in with the project or just check out how we are progressing. Once this new release is made I will set up a CVS system on Sourceforge, I will announce on the site when that is available.
2080 at new home
-
- Posts: 199
- Joined: Sun Aug 24, 2003 5:47 pm
- Location: Germany
I get these error messages when starting your project:
main.obj : error LNK2001: unresolved external symbol "public: __thiscall IBaseClass::~IBaseClass(void)" (??1IBaseClass@@QAE@XZ)
main.obj : error LNK2001: unresolved external symbol "public: void __thiscall IBaseClass::run(int,int,bool)" (?run@IBaseClass@@QAEXHH_N@Z)
main.obj : error LNK2001: unresolved external symbol "public: __thiscall IBaseClass::IBaseClass(void)" (??0IBaseClass@@QAE@XZ)
Debug/main.exe : fatal error LNK1120: 3 unresolved externals
??
main.obj : error LNK2001: unresolved external symbol "public: __thiscall IBaseClass::~IBaseClass(void)" (??1IBaseClass@@QAE@XZ)
main.obj : error LNK2001: unresolved external symbol "public: void __thiscall IBaseClass::run(int,int,bool)" (?run@IBaseClass@@QAEXHH_N@Z)
main.obj : error LNK2001: unresolved external symbol "public: __thiscall IBaseClass::IBaseClass(void)" (??0IBaseClass@@QAE@XZ)
Debug/main.exe : fatal error LNK1120: 3 unresolved externals
??
The project was written for Irr 0.6, it could be that there are compatability issues with 0.7, I'll have a crack at compiling when I get back. The next release is being cleaned up now so you may want to wait for that. That release will use a version of NX that will come with the source to make sure that you will be able to compile it.