Click here to Skip to main content
15,889,116 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Prevent active controls under child window to overwhelm it Pin
Mark Salsbery12-Apr-08 4:41
Mark Salsbery12-Apr-08 4:41 
GeneralRe: Prevent active controls under child window to overwhelm it Pin
428812-Apr-08 10:47
428812-Apr-08 10:47 
GeneralRe: Prevent active controls under child window to overwhelm it Pin
Moak12-Apr-08 16:30
Moak12-Apr-08 16:30 
GeneralRe: Prevent active controls under child window to overwhelm it Pin
428813-Apr-08 10:48
428813-Apr-08 10:48 
GeneralRe: Prevent active controls under child window to overwhelm it Pin
Moak13-Apr-08 13:22
Moak13-Apr-08 13:22 
GeneralRe: Prevent active controls under child window to overwhelm it Pin
428814-Apr-08 0:46
428814-Apr-08 0:46 
JokeRe: Prevent active controls under child window to overwhelm it Pin
Moak14-Apr-08 11:58
Moak14-Apr-08 11:58 
GeneralRe: Prevent active controls under child window to overwhelm it Pin
Mark Salsbery14-Apr-08 14:15
Mark Salsbery14-Apr-08 14:15 
GeneralRe: Prevent active controls under child window to overwhelm it Pin
Moak14-Apr-08 14:29
Moak14-Apr-08 14:29 
Questionremoving the maximize box Pin
genush11-Apr-08 6:17
genush11-Apr-08 6:17 
GeneralRe: removing the maximize box Pin
Gavin Taylor11-Apr-08 6:40
professionalGavin Taylor11-Apr-08 6:40 
QuestionRe: removing the maximize box Pin
genush11-Apr-08 8:00
genush11-Apr-08 8:00 
GeneralRe: removing the maximize box Pin
Randor 11-Apr-08 8:42
professional Randor 11-Apr-08 8:42 
GeneralMFC project with fortran modules in it, gets linker errors Pin
ns11-Apr-08 5:52
ns11-Apr-08 5:52 
GeneralRe: MFC project with fortran modules in it, gets linker errors Pin
rp_suman11-Apr-08 6:02
rp_suman11-Apr-08 6:02 
GeneralRe: MFC project with fortran modules in it, gets linker errors Pin
ns11-Apr-08 7:41
ns11-Apr-08 7:41 
GeneralPassing by reference vs. Value Pin
LCI11-Apr-08 4:20
LCI11-Apr-08 4:20 
GeneralRe: Passing by reference vs. Value Pin
led mike11-Apr-08 4:28
led mike11-Apr-08 4:28 
GeneralRe: Passing by reference vs. Value Pin
LCI11-Apr-08 4:40
LCI11-Apr-08 4:40 
GeneralRe: Passing by reference vs. Value Pin
CPallini11-Apr-08 4:46
mveCPallini11-Apr-08 4:46 
GeneralRe: Passing by reference vs. Value Pin
Cedric Moonen11-Apr-08 4:47
Cedric Moonen11-Apr-08 4:47 
GeneralRe: Passing by reference vs. Value Pin
led mike11-Apr-08 6:14
led mike11-Apr-08 6:14 
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 
Hello guys,

I'm trying to build a simple lexical analyzer with Parser Generator 2. I wrote a Lex and a Yacc file and built a *.c and a *.h file with them. As I tried to compile this files I got strange linker errors:
error LNK2019: unresolved external symbol _yywclex referenced in function _yywgettoken
error LNK2019: unresolved external symbol _yywcparse referenced in function _main
fatal error LNK1120: 2 unresolved externals
What can I do against this errors, or do I have to use another compiler?

Thanks and best wishes.

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.