Click here to Skip to main content
15,891,136 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: When is "bmp" not equal to "bmp"? Pin
«_Superman_»14-Nov-09 9:28
professional«_Superman_»14-Nov-09 9:28 
GeneralRe: When is "bmp" not equal to "bmp"? Pin
Sauce!14-Nov-09 13:08
Sauce!14-Nov-09 13:08 
QuestionVertical Text in OnDraw() Pin
Anu_Bala13-Nov-09 20:14
Anu_Bala13-Nov-09 20:14 
AnswerRe: Vertical Text in OnDraw() Pin
Hadi Dayvary13-Nov-09 22:02
professionalHadi Dayvary13-Nov-09 22:02 
QuestionHow to suspended other program's Main Window? Pin
wangningyu13-Nov-09 16:47
wangningyu13-Nov-09 16:47 
AnswerRe: How to suspended other program's Main Window? Pin
enhzflep14-Nov-09 13:20
enhzflep14-Nov-09 13:20 
QuestionSet Dynamic content on webbrowser control Pin
Arnon A13-Nov-09 10:35
Arnon A13-Nov-09 10:35 
QuestionLNK2019 error, unresolved external symbol __thiscall Pin
Dan Senior13-Nov-09 10:15
Dan Senior13-Nov-09 10:15 
I am trying to use libraries provided by IBM to write a program that controls the front end client of an AS/400 system. My problem is not with the code itself; I have tried various sample programs and they all do the same thing.

Using Microsoft Visual C++ 2008 Express, I get the error mentioned above in the title:

1>------ Build started: Project: testAS400, Configuration: Debug Win32 ------
1>Linking...
1>   Creating library C:\Documents and Settings\seniorda\My Documents\Visual Studio 2008\Projects\testAS400\Debug\testAS400.lib and object C:\Documents and Settings\seniorda\My Documents\Visual Studio 2008\Projects\testAS400\Debug\testAS400.exp
1>ECLSAMPS.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall ECLKeyNotify::NotifyError(class ECLPS *,class ECLErr)" (?NotifyError@ECLKeyNotify@@UAEXPAVECLPS@@VECLErr@@@Z)
1>ECLSAMPS.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall ECLKeyNotify::NotifyStop(class ECLPS *,int)" (?NotifyStop@ECLKeyNotify@@UAEXPAVECLPS@@H@Z)
.
.
.
C:\Documents and Settings\seniorda\My Documents\Visual Studio 2008\Projects\testAS400\Debug\testAS400.exe : fatal error LNK1120: 168 unresolved externals

I have made sure I am using the /MT option, as the documentation says I should. I made sure the library was included in the linker path. I still get the same errors.

The IBM site was supposed to include .MDB files from MSVC 2003, but there are no .MDB files at all, just a makefile from IBM Visualage C++ 2003, which my compiler can not use.

Any ideas would be useful... all the library files I can find are old and I can't find any newer library files on IBM's site. Without working libraries, my program is useless, unless I can figure out Plan B, which is to control via Active X, which is illuded to in IBM's text but not explained or recommended.

Thank you.

-Dan
AnswerRe: LNK2019 error, unresolved external symbol __thiscall Pin
Garth J Lancaster13-Nov-09 11:29
professionalGarth J Lancaster13-Nov-09 11:29 
GeneralRe: LNK2019 error, unresolved external symbol __thiscall Pin
Dan Senior23-Nov-09 11:25
Dan Senior23-Nov-09 11:25 
GeneralRe: LNK2019 error, unresolved external symbol __thiscall Pin
Garth J Lancaster23-Nov-09 11:54
professionalGarth J Lancaster23-Nov-09 11:54 
QuestionHow to read text from a status bar (CStatus) of another application ? Pin
hongheo7613-Nov-09 10:14
hongheo7613-Nov-09 10:14 
AnswerRe: How to read text from a status bar (CStatus) of another application ? Pin
Hadi Dayvary13-Nov-09 22:05
professionalHadi Dayvary13-Nov-09 22:05 
GeneralRe: How to read text from a status bar (CStatus) of another application ? Pin
hongheo7614-Nov-09 4:20
hongheo7614-Nov-09 4:20 
GeneralRe: How to read text from a status bar (CStatus) of another application ? Pin
Hadi Dayvary14-Nov-09 4:32
professionalHadi Dayvary14-Nov-09 4:32 
GeneralRe: How to read text from a status bar (CStatus) of another application ? Pin
hongheo7614-Nov-09 4:38
hongheo7614-Nov-09 4:38 
Questionre:Using waitformultipleobjects? Pin
Alan Kurlansky13-Nov-09 8:56
Alan Kurlansky13-Nov-09 8:56 
AnswerRe: re:Using waitformultipleobjects? Pin
«_Superman_»13-Nov-09 9:08
professional«_Superman_»13-Nov-09 9:08 
GeneralRe: re:Using waitformultipleobjects? Pin
Alan Kurlansky13-Nov-09 9:31
Alan Kurlansky13-Nov-09 9:31 
GeneralRe: re:Using waitformultipleobjects? Pin
«_Superman_»13-Nov-09 9:52
professional«_Superman_»13-Nov-09 9:52 
GeneralRe: re:Using waitformultipleobjects? Pin
Alan Kurlansky13-Nov-09 10:28
Alan Kurlansky13-Nov-09 10:28 
QuestionThe SHCreateDirectoryEx function. Pin
iMikki13-Nov-09 6:47
iMikki13-Nov-09 6:47 
AnswerRe: The SHCreateDirectoryEx function. Pin
«_Superman_»13-Nov-09 6:51
professional«_Superman_»13-Nov-09 6:51 
GeneralRe: The SHCreateDirectoryEx function. [modified] Pin
iMikki13-Nov-09 6:56
iMikki13-Nov-09 6:56 
GeneralRe: The SHCreateDirectoryEx function. Pin
«_Superman_»13-Nov-09 7:09
professional«_Superman_»13-Nov-09 7:09 

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.