Click here to Skip to main content
15,867,568 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Passing by reference vs. Value Pin
CPallini11-Apr-08 4:32
mveCPallini11-Apr-08 4:32 
AnswerRe: Passing by reference vs. Value Pin
Bram van Kampen11-Apr-08 12:21
Bram van Kampen11-Apr-08 12:21 
GeneralCompiling a Parser Generator generated file causes linker errors Pin
Manfr3d11-Apr-08 4:11
Manfr3d11-Apr-08 4:11 
GeneralRe: Compiling a Parser Generator generated file causes linker errors Pin
rp_suman11-Apr-08 4:40
rp_suman11-Apr-08 4:40 
GeneralRe: Compiling a Parser Generator generated file causes linker errors Pin
Manfr3d11-Apr-08 5:05
Manfr3d11-Apr-08 5:05 
GeneralRe: Compiling a Parser Generator generated file causes linker errors Pin
rp_suman11-Apr-08 5:20
rp_suman11-Apr-08 5:20 
GeneralRe: Compiling a Parser Generator generated file causes linker errors Pin
Manfr3d11-Apr-08 6:44
Manfr3d11-Apr-08 6:44 
GeneralRe: Compiling a Parser Generator generated file causes linker errors Pin
Bram van Kampen11-Apr-08 12:33
Bram van Kampen11-Apr-08 12:33 
Hi
Without being funny, you have to do something all of us do most of the time, It's called debugging. You wrote the code, You know what's in it.

And you Need to know what's in it!!

As a Hint, it seems your linker missed a lib.

Find out which one, and write:

#pragma comment(lib,"MyMissing.Lib");

Bram van Kampen

GeneralRe: Compiling a Parser Generator generated file causes linker errors Pin
Manfr3d11-Apr-08 22:33
Manfr3d11-Apr-08 22:33 
GeneralRe: Compiling a Parser Generator generated file causes linker errors Pin
Bram van Kampen13-Apr-08 3:21
Bram van Kampen13-Apr-08 3:21 
GeneralRe: Compiling a Parser Generator generated file causes linker errors Pin
Manfr3d13-Apr-08 9:30
Manfr3d13-Apr-08 9:30 
GeneralRe: Compiling a Parser Generator generated file causes linker errors Pin
Bram van Kampen13-Apr-08 15:09
Bram van Kampen13-Apr-08 15:09 
GeneralDividing the bits in a 16 bit short value Pin
ChemmieBro11-Apr-08 2:28
ChemmieBro11-Apr-08 2:28 
GeneralRe: Dividing the bits in a 16 bit short value Pin
JudyL_MD11-Apr-08 2:42
JudyL_MD11-Apr-08 2:42 
GeneralRe: Dividing the bits in a 16 bit short value Pin
CPallini11-Apr-08 3:30
mveCPallini11-Apr-08 3:30 
GeneralRe: Dividing the bits in a 16 bit short value Pin
ChemmieBro11-Apr-08 4:15
ChemmieBro11-Apr-08 4:15 
GeneralRe: Dividing the bits in a 16 bit short value Pin
CPallini11-Apr-08 4:41
mveCPallini11-Apr-08 4:41 
GeneralRe: Dividing the bits in a 16 bit short value Pin
ChemmieBro11-Apr-08 4:48
ChemmieBro11-Apr-08 4:48 
Questionhow to set background color in visual studio 2005 and how to call matlab by MFC/C++?? Pin
johndoelee11-Apr-08 1:58
johndoelee11-Apr-08 1:58 
AnswerRe: how to set background color in visual studio 2005 and how to call matlab by MFC/C++?? [modified] Pin
Nitheesh George11-Apr-08 4:43
Nitheesh George11-Apr-08 4:43 
GeneralRe: how to set background color in visual studio 2005 and how to call matlab by MFC/C++?? Pin
johndoelee11-Apr-08 8:30
johndoelee11-Apr-08 8:30 
AnswerRe: how to set background color in visual studio 2005 and how to call matlab by MFC/C++?? Pin
Hamid_RT12-Apr-08 5:47
Hamid_RT12-Apr-08 5:47 
QuestionAdapter Type? Pin
Ajay L D11-Apr-08 0:46
Ajay L D11-Apr-08 0:46 
GeneralRe: Adapter Type? Pin
Gavin Taylor11-Apr-08 1:57
professionalGavin Taylor11-Apr-08 1:57 
Questionhow Chnage default backgroung color of Title bar Pin
ingoogle10-Apr-08 23:49
ingoogle10-Apr-08 23:49 

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.