Linking error

Problems compiling? Don't understand the source code? Don't know how to code your feature? Post here.

Moderator: Moderators

Locked
zaleth
Posts: 1
Joined: 2003-03-11 19:33
Location: Sweden
Contact:

Linking error

Post by zaleth » 2003-03-11 19:43

Hello all

Compile works fine (well, I get those warnings they tell me to ignore in Compile.txt), but then I get a bunch of "Unresolved External Symbol" errors (LNK 2001)

Grabbed the source from SF an hour ago, updated my SDK, installed the extras from the download page ... plz help if you recognize any of these symbols and can tell me where they might be hiding :)

Here are the missing symbols (sorry about bad formatting):

MainFrm.obj : public: static class ADLSearchFrame *ADLSearchFrame::frame
MainFrm.obj : public: long __thiscall ADLSearchFrame::OnEndLabelEditList(int,struct tagNMHDR *,int &)
MainFrm.obj : public: long __thiscall ADLSearchFrame::OnDoubleClickList(int,struct tagNMHDR *,int &)
MainFrm.obj : public: long __thiscall ADLSearchFrame::OnMoveDown(unsigned short,unsigned short,struct HWND__ *,int &)
MainFrm.obj : public: long __thiscall ADLSearchFrame::OnMoveUp(unsigned short,unsigned short,struct HWND__ *,int &)
MainFrm.obj : public: long __thiscall ADLSearchFrame::OnRemove(unsigned short,unsigned short,struct HWND__ *,int &)
MainFrm.obj : public: long __thiscall ADLSearchFrame::OnAdd(unsigned short,unsigned short,struct HWND__ *,int &)
MainFrm.obj : public: long __thiscall ADLSearchFrame::OnContextMenu(unsigned int,unsigned int,long,int &)
MainFrm.obj : public: long __thiscall ADLSearchFrame::OnClose(unsigned int,unsigned int,long,int &)
MainFrm.obj : public: long __thiscall ADLSearchFrame::OnCreate(unsigned int,unsigned int,long,int &)
MainFrm.obj : public: void __thiscall ADLSearchFrame::UpdateLayout(int)
client.lib(DirectoryListing.obj) : protected: static class ADLSearchManager * Singleton<class ADLSearchManager>::instance
client.lib(DCPlusPlus.obj) : protected: static class ADLSearchManager * Singleton<class ADLSearchManager>::instance
client.lib(DCPlusPlus.obj) : public: void __thiscall ADLSearchManager::Load(void)
client.lib(DCPlusPlus.obj) : public: void __thiscall ADLSearchManager::Save(void)

rtfmoz
Posts: 25
Joined: 2003-01-08 02:14

Post by rtfmoz » 2003-03-12 03:54

Try a clean and build. You have both wtlport and stlport setup? You have Core SDK installed? (not 64bit) When you compile does it do all the projects? Should be six in all.

rtfmoz

Neg
Posts: 20
Joined: 2003-01-19 07:05

Post by Neg » 2003-03-12 15:22

Hum six of them are you sure? i just downloaded the 0.24 src and i can only find five of them... well maybe that explains why i get the same result as zaleth. And yes i have latest SDK and both stlport ad wtlport DC 0.233 compiled just fine.

Any idees? but i agree it looks like a project is missing if i manuly add some .cpp files that is not included by the project files i get a few less erros. I have not given this problem any time so i might be doing something stupid i look in to it later if no one knows right off what might be the problem.

rtfmoz
Posts: 25
Joined: 2003-01-08 02:14

Post by rtfmoz » 2003-03-13 00:25

Ahh well I was working off 0.233 sources. Youhave to open the file with the .sln extension or all the projects dont appear.

rtfmoz

Neg
Posts: 20
Joined: 2003-01-19 07:05

Post by Neg » 2003-03-13 12:30

Looks like 0.24 not compatibel with VC++ 6.0. Anyone got it to compile using it?

rtfmoz
Posts: 25
Joined: 2003-01-08 02:14

Post by rtfmoz » 2003-03-13 13:58

Neg,

My mistake mate there are only five projects. I went back and checked and the modified build of 0.233 I have has an extra project. I went and downloaded 0.24 and only came up with 5 projects so you are right.

rtfmoz

Neg
Posts: 20
Joined: 2003-01-19 07:05

Post by Neg » 2003-03-13 14:00

OK good to know when i try to make it to complie. Anyoe got it to compile under VC++ 6.0?

arnetheduck
The Creator Himself
Posts: 296
Joined: 2003-01-02 17:15

Post by arnetheduck » 2003-03-17 07:13

Hint: The VC6 project files are a bit out of date and not all files are included in the project...

volume
Posts: 13
Joined: 2003-03-12 05:02

Post by volume » 2003-03-18 04:32


JSable
Posts: 4
Joined: 2003-05-10 23:22

Post by JSable » 2003-05-10 23:30

Disregard...just found the thread the problem is listed on

Jon Sable

Locked