Failed in compiling the Actuate7 C++ RSAPI example: egclient

wonglo

New Member
Dear Members,

We have just switched from Actuate 4 to Actuate 7 and things are working fine until we found out that the Postscript (.ps) files created via the egclient.exe are in "LEGAL" instead of "LETTER" size. So, we made a simple change on the C++ egclient.cpp and tried to recompile and rebuild it, but we encountered the following errors while linking it with the other components.
We are not a C++ shop and we have the Visual C++ 6.0 for the compilation.
If you have any idea why these errors occured in the linking process, please let me know. It is much appreciated!

Thank you in advance for your help.

Louis Wong (Toronto)
----------------------------------------------------------------
--------------------Configuration: egclient - Win32 Debug--------------------
Linking...
egclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class RWCString & __thiscall RWCString::eek:perator+=(char const *)" (__imp_??YRWCString@@QAEAAV0@PBD@Z)
egclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall RWCString::isNull(void)const " (__imp_?isNull@RWCString@@QBEHXZ)
egclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall RWCString::~RWCString(void)" (__imp_??1RWCString@@QAE@XZ)
egclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall RWCString::RWCString(class RWCString const &)" (__imp_??0RWCString@@QAE@ABV0@@Z)
egclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class RWCString & __thiscall RWCString::eek:perator=(char const *)" (__imp_??4RWCString@@QAEAAV0@PBD@Z)
egclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall RWCString::RWCString(void)" (__imp_??0RWCString@@QAE@XZ)
egclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall RWCollectableString::~RWCollectableString(void)" (__imp_??1RWCollectableString@@UAE@XZ)
egclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall RWCollectableDate::~RWCollectableDate(void)" (__imp_??1RWCollectableDate@@UAE@XZ)
egclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall RWDate::year(void)const " (__imp_?year@RWDate@@QBEIXZ)
egclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall RWDate::month(void)const " (__imp_?month@RWDate@@QBEIXZ)
egclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall RWDate::dayOfMonth(void)const " (__imp_?dayOfMonth@RWDate@@QBEIXZ)
egclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall RWTime::hour(class RWZone const &)const " (__imp_?hour@RWTime@@QBEIABVRWZone@@@Z)
egclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall RWTime::minute(class RWZone const &)const " (__imp_?minute@RWTime@@QBEIABVRWZone@@@Z)
egclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall RWTime::second(void)const " (__imp_?second@RWTime@@QBEIXZ)
egclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall RWCollectableDate::RWCollectableDate(class RWTime const &,class RWZone const &)" (__imp_??0RWCollectableDate@@QAE@ABVRWTime@@ABVRWZone@@@Z)
egclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class RWZone const & __cdecl RWZone::local(void)" (__imp_?local@RWZone@@SAABV1@XZ)
egclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall RWCollectableString::RWCollectableString(char const *)" (__imp_??0RWCollectableString@@QAE@PBD@Z)
egclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: unsigned long __thiscall RWTime::seconds(void)const " (__imp_?seconds@RWTime@@QBEKXZ)
egclient.obj : error LNK2001: unresolved external symbol "class RWCollectable * __cdecl getRWNilCollectable(void)" (?getRWNilCollectable@@YAPAVRWCollectable@@XZ)
egclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall RWCollectableString::RWCollectableString(void)" (__imp_??0RWCollectableString@@QAE@XZ)
egclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class RWCollectableString & __thiscall RWCollectableString::eek:perator=(class RWCollectableString const &)" (__imp_??4RWCollectableString@@QAEAAV0@ABV0@@Z)
egclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall RWOrderedIterator::~RWOrderedIterator(void)" (__imp_??1RWOrderedIterator@@UAE@XZ)
egclient.obj : error LNK2001: unresolved external symbol "class ostream & __cdecl operator<<(class ostream &,class RWCollectableString const &)" (??6@YAAAVostream@@AAV0@ABVRWCollectableString@@@Z)
egclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall RWOrderedIterator::RWOrderedIterator(class RWOrdered const &)" (__imp_??0RWOrderedIterator@@QAE@ABVRWOrdered@@@Z)
egclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall AcMessageSendError::~AcMessageSendError(void)" (__imp_??1AcMessageSendError@@UAE@XZ)
egclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: char const * __thiscall RWCString::data(void)const " (__imp_?data@RWCString@@QBEPBDXZ)
.
.
.
egclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class RWCollectableString __thiscall AcMessageSendError::GetErrorName(void)const " (__imp_?GetErrorName@AcMessageSendError@@QBE?AVRWCollectableString@@XZ)
egclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: enum AcClientConnection::AcConnectionStatus __thiscall AcClientConnection::GetConnectionStatus(void)const " (__imp_?GetConnectionStatus@AcClientConnection@@QBE?
AW4AcConnectionStatus@1@XZ)
egclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall AcClientConnection::AcClientConnection(class RWCollectableString const &,class RWCollectableString const &,class RWCollectableString const &,class RWC
ollectableString const &,int,int,unsigned int)" (__imp_??0AcClientConnection@@QAE@ABVRWCollectableString@@000HHI@Z)
egclient.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall AcClientConnection::~AcClientConnection(void)" (__imp_??1AcClientConnection@@QAE@XZ)
nafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __endthreadex
nafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __beginthreadex
Debug/egclient.exe : fatal error LNK1120: 422 unresolved externals
Error executing link.exe.
egclient.exe - 423 error(s), 0 warning(s)
 
Top