Click here to Skip to main content
15,919,500 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Parent repainting problem Pin
Joaquín M López Muñoz21-Oct-04 9:10
Joaquín M López Muñoz21-Oct-04 9:10 
GeneralRe: Parent repainting problem Pin
Phil.Benson21-Oct-04 21:52
professionalPhil.Benson21-Oct-04 21:52 
QuestionMessageBox class with CButtons? Pin
Anonymous21-Oct-04 6:31
Anonymous21-Oct-04 6:31 
AnswerRe: MessageBox class with CButtons? Pin
Joaquín M López Muñoz21-Oct-04 9:09
Joaquín M López Muñoz21-Oct-04 9:09 
Questionhow to find out if current session is a 'remote' session? Pin
dirtchamber21-Oct-04 6:02
dirtchamber21-Oct-04 6:02 
AnswerRe: how to find out if current session is a 'remote' session? Pin
Blake Miller22-Oct-04 4:33
Blake Miller22-Oct-04 4:33 
GeneralDetect Process Start Pin
wreck2721-Oct-04 5:46
wreck2721-Oct-04 5:46 
GeneralLinking with inline methods Pin
0v3rloader21-Oct-04 5:40
0v3rloader21-Oct-04 5:40 
Hello,

I was wondering if any of you CPers know how to solve this problem i've come across with.

I've defined about four or so methods in this class of mine as inline and, it appears, the linker cannot find the method's definitions in the .OBJ.

The only way of solving this issue is by NOT defining the method(s) as inline. How do I do about solving this, while at the same time keeping inline declaration?

Thanks a lot

David



Linker Error:
Linking...
LINK : LNK6004: Debug/xtest.exe not found or not built by the last incremental link; performing full link
xtestDlg.obj : error LNK2001: unresolved external symbol "public: char const & __thiscall XField::GetText(void)" (?GetText@XField@@QAEABDXZ)
Debug/xtest.exe : fatal error LNK1120: 1 unresolved externals

GeneralRe: Linking with inline methods Pin
Joaquín M López Muñoz21-Oct-04 9:05
Joaquín M López Muñoz21-Oct-04 9:05 
GeneralRe: Linking with inline methods Pin
0v3rloader22-Oct-04 0:05
0v3rloader22-Oct-04 0:05 
Generalrandom (or pseudo) random array of 100.000 positions Pin
doctorpi21-Oct-04 5:13
doctorpi21-Oct-04 5:13 
GeneralRe: random (or pseudo) random array of 100.000 positions Pin
David Crow21-Oct-04 5:27
David Crow21-Oct-04 5:27 
GeneralRe: random (or pseudo) random array of 100.000 positions Pin
doctorpi21-Oct-04 5:30
doctorpi21-Oct-04 5:30 
GeneralRe: random (or pseudo) random array of 100.000 positions Pin
David Crow21-Oct-04 5:46
David Crow21-Oct-04 5:46 
GeneralRe: random (or pseudo) random array of 100.000 positions Pin
doctorpi21-Oct-04 5:52
doctorpi21-Oct-04 5:52 
GeneralRe: random (or pseudo) random array of 100.000 positions Pin
David Crow21-Oct-04 6:09
David Crow21-Oct-04 6:09 
GeneralRe: random (or pseudo) random array of 100.000 positions Pin
PJ Arends21-Oct-04 6:24
professionalPJ Arends21-Oct-04 6:24 
GeneralRe: random (or pseudo) random array of 100.000 positions Pin
doctorpi21-Oct-04 6:26
doctorpi21-Oct-04 6:26 
GeneralInternet suggestion needed Pin
includeh1021-Oct-04 4:21
includeh1021-Oct-04 4:21 
GeneralRe: Internet suggestion needed Pin
Yulianto.21-Oct-04 22:47
Yulianto.21-Oct-04 22:47 
GeneralRe: Internet suggestion needed Pin
Yulianto.21-Oct-04 22:51
Yulianto.21-Oct-04 22:51 
GeneralPostMessage Help Pin
Keith La Force21-Oct-04 4:03
Keith La Force21-Oct-04 4:03 
GeneralRe: PostMessage Help Pin
Phil J Pearson21-Oct-04 4:10
Phil J Pearson21-Oct-04 4:10 
Questionsizeof(), can u explain? Pin
includeh1021-Oct-04 3:39
includeh1021-Oct-04 3:39 
AnswerRe: sizeof(), can u explain? Pin
Michael Dunn21-Oct-04 3:45
sitebuilderMichael Dunn21-Oct-04 3:45 

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.