Horde3D
http://www.horde3d.org/forums/

Compiling GameEnginePlugin
http://www.horde3d.org/forums/viewtopic.php?f=2&t=1656
Page 1 of 1

Author:  Smurf [ 22.03.2012, 23:41 ]
Post subject:  Compiling GameEnginePlugin

Hey everyone,

We are working on a project, for which we are using the GameEngine build upon Horde3D as a foundation, the problem we are currently running in is that we can not get the GameEnginePlugin for Horde3D editor compiled. We reduced the amount of errors and are only stuck with these left.
Code:
Error   3   error LNK2001: unresolved external symbol "public: virtual int __thiscall AttachmentPlugIn::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@AttachmentPlugIn@@UAEHW4Call@QMetaObject@@HPAPAX@Z)   GameControllerAttachment.obj
Error   4   error LNK2001: unresolved external symbol "public: virtual void * __thiscall AttachmentPlugIn::qt_metacast(char const *)" (?qt_metacast@AttachmentPlugIn@@UAEPAXPBD@Z)   GameControllerAttachment.obj
Error   5   error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall AttachmentPlugIn::metaObject(void)const " (?metaObject@AttachmentPlugIn@@UBEPBUQMetaObject@@XZ)   GameControllerAttachment.obj
Error   7   fatal error LNK1120: 4 unresolved externals   C:\Users\Jurre\Desktop\Plugin\Tools\Horde3DEditor\/bin/PlugIns/GameEnginePlugIn.dll
Error   6   error LNK2001: unresolved external symbol "public: static struct QMetaObject const AttachmentPlugIn::staticMetaObject" (?staticMetaObject@AttachmentPlugIn@@2UQMetaObject@@B)   moc_GameControllerAttachment.obj

Is there anyone who has a clue about what is going wrong? We are using VS2008 to compile it.
Or is it possible anyone could upload the GameEnginePlugin.dll file so we could use it within the Horde3DEditor.

Thanks in advance.

Author:  Volker [ 23.03.2012, 21:21 ]
Post subject:  Re: Compiling GameEnginePlugin

Meta Objects are normally defined in the moc files, auto generated by Qt. So probably you the moc file for the AttachmentPlugIn class is missing in your project settings.

Page 1 of 1 All times are UTC + 1 hour
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/