Click here to Skip to main content
15,913,944 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Attaching Word doc to my App Pin
Anders Molin19-Mar-03 14:21
professionalAnders Molin19-Mar-03 14:21 
GeneralRe: Attaching Word doc to my App Pin
Madmaximus19-Mar-03 16:23
Madmaximus19-Mar-03 16:23 
GeneralRe: Attaching Word doc to my App Pin
Michael Dunn19-Mar-03 18:58
sitebuilderMichael Dunn19-Mar-03 18:58 
GeneralRe: Attaching Word doc to my App Pin
Amit Dey20-Mar-03 11:14
Amit Dey20-Mar-03 11:14 
Generallistview problem Pin
Amit Dey19-Mar-03 13:16
Amit Dey19-Mar-03 13:16 
GeneralRe: listview problem Pin
Michael Dunn19-Mar-03 15:48
sitebuilderMichael Dunn19-Mar-03 15:48 
GeneralRe: listview problem Pin
Amit Dey20-Mar-03 11:11
Amit Dey20-Mar-03 11:11 
GeneralStrange dll Problem Pin
Anders Molin19-Mar-03 13:14
professionalAnders Molin19-Mar-03 13:14 
I'm working with this third party SDK, which consists of a dll some headerfiles and a couple of lib files.
The SDK is written in VC6.

If I use it from a normal MFC application I have no problems.
From an ATL exe, no problems.
From an ATL dll, bang! Unresolved externals. There is something strange going on that makes the linker go kinda crazy Frown | :(

Any ideas?

Maybe I should add that the SDK is written in C++, not C. It uses classes as parameters in functions Dead | X|

[edit]
Here is the errors from the linker
MPDOKManager.obj : error LNK2001: unresolved external symbol "char const * const dok::szSDKVersion" (?szSDKVersion@dok@@3PBDB)
MPDOKManager.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall CObserver::~CObserver(void)" (??1CObserver@@UAE@XZ)
MPDOKManager.obj : error LNK2019: unresolved external symbol "protected: __thiscall CObserver::CObserver(void)" (??0CObserver@@IAE@XZ) referenced in function "protected: __thiscall dok::CDOK::CDOK(class dok::CDOK const &)" (??0CDOK@dok@@IAE@ABV01@@Z)
Debug/test.dll : fatal error LNK1120: 3 unresolved externals

[/edit]

- Anders

Money talks, but all mine ever says is "Goodbye!"
GeneralAdd network printer Pin
Anonymous19-Mar-03 12:00
Anonymous19-Mar-03 12:00 
GeneralRe: Add network printer Pin
Brian Shifrin19-Mar-03 13:58
Brian Shifrin19-Mar-03 13:58 
GeneralDIB Engine limitation Pin
Tony Teveris19-Mar-03 11:10
Tony Teveris19-Mar-03 11:10 
QuestionAre there inheritance issues with static members? Pin
adonisv19-Mar-03 10:56
adonisv19-Mar-03 10:56 
AnswerRe: Are there inheritance issues with static members? Pin
Michael Dunn19-Mar-03 11:13
sitebuilderMichael Dunn19-Mar-03 11:13 
GeneralYou Dah Maaaaaaan! Pin
adonisv19-Mar-03 11:33
adonisv19-Mar-03 11:33 
GeneralActivex-programming....multi choice... Pin
ZarrinPour19-Mar-03 10:46
ZarrinPour19-Mar-03 10:46 
GeneralRe: Activex-programming....multi choice... Pin
Brian Shifrin19-Mar-03 11:03
Brian Shifrin19-Mar-03 11:03 
Generalpassing pointers from DLL to VB to DLL Pin
IGeorgeI19-Mar-03 10:32
IGeorgeI19-Mar-03 10:32 
GeneralRe: passing pointers from DLL to VB to DLL Pin
FlorianS19-Mar-03 10:46
FlorianS19-Mar-03 10:46 
GeneralRe: passing pointers from DLL to VB to DLL Pin
IGeorgeI19-Mar-03 11:37
IGeorgeI19-Mar-03 11:37 
GeneralNTService and Hooks Pin
FlorianS19-Mar-03 9:30
FlorianS19-Mar-03 9:30 
GeneralRe: NTService and Hooks Pin
Joan M20-Mar-03 4:58
professionalJoan M20-Mar-03 4:58 
QuestionLoading bitmaps? Pin
clintsinger19-Mar-03 9:16
clintsinger19-Mar-03 9:16 
AnswerRe: Loading bitmaps? Pin
Chris Losinger19-Mar-03 9:27
professionalChris Losinger19-Mar-03 9:27 
GeneralRe: Loading bitmaps? Pin
clintsinger19-Mar-03 9:43
clintsinger19-Mar-03 9:43 
GeneralRe: Loading bitmaps? Pin
Chris Losinger19-Mar-03 10:57
professionalChris Losinger19-Mar-03 10:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.