Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
LNK errors Help!
Message
From
22/02/2001 03:06:16
 
 
To
All
General information
Forum:
Visual C++
Category:
Troubleshooting
Title:
LNK errors Help!
Miscellaneous
Thread ID:
00478296
Message ID:
00478296
Views:
54
A while back I created a DLL which uses Oracle OLE Objects for Oracle.
It used to compile just fine...
But I have now a new PC and reinstalled everything...

So I ask how do I resolve this link error:
Deleting intermediate files and output files for project 'dblink - Win32 Release'.
--------------------Configuration: dblink - Win32 Release--------------------
Compiling...
dblink.cpp
Linking...
   Creating library Release/dblink.lib and object Release/dblink.exp
dblink.obj : error LNK2001: unresolved external symbol "public: class OParameter  __thiscall OParameterCollection::Add(char const *,char const *,int,int)" (?Add@OParameterCollection@@QAE?AVOParameter@@PBD0HH@Z)
dblink.obj : error LNK2001: unresolved external symbol "public: __thiscall ODynaset::ODynaset(class ODatabase const &,char const *,long)" (??0ODynaset@@QAE@ABVODatabase@@PBDJ@Z)
Release/dblink.dll : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.

dblink.dll - 3 error(s), 0 warning(s)
In the past I have found that C++ is very finicky when it comes to compiling things and projects are very hard to get working with just the c++ files.

Any advise...
Thanks
Next
Reply
Map
View

Click here to load this message in the networking platform