Click here to Skip to main content
15,909,324 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: why these Lex and Yacc programm can't run correctly? Pin
ThatsAlok15-Dec-04 17:41
ThatsAlok15-Dec-04 17:41 
GeneralRe: why these Lex and Yacc programm can't run correctly? Pin
markkuk15-Dec-04 23:55
markkuk15-Dec-04 23:55 
GeneralRe: why these Lex and Yacc programm can't run correctly? Pin
toxcct16-Dec-04 2:14
toxcct16-Dec-04 2:14 
AnswerRe: why these Lex and Yacc programm can't run correctly? Pin
markkuk15-Dec-04 23:57
markkuk15-Dec-04 23:57 
GeneralSetting line low in Serial Comm Pin
CNewbie15-Dec-04 13:37
CNewbie15-Dec-04 13:37 
GeneralVariables and functions in user defined functions Pin
SeanSheehan15-Dec-04 13:33
SeanSheehan15-Dec-04 13:33 
GeneralRe: Variables and functions in user defined functions Pin
mirex16-Dec-04 1:12
mirex16-Dec-04 1:12 
GeneralRe: Variables and functions in user defined functions Pin
SeanSheehan18-Dec-04 11:51
SeanSheehan18-Dec-04 11:51 
So I wrote my own function which is called when I click a button. I defined and declared it in the main source file. I also associated some variables with some edit boxes through the setup wizard. When I try to use these edit box variables within the body of my function I get a linker error. The same happens when I try to use UpdateData() in my function. The only way I've found to use the variables in my function is to declare them at the top of the file - but then there are other errors because they are not defined where the rest of the code expects to find them - in the public section of the header file. I'm sure this is something really simple to fix but in my limited experience I just haven't yet come across a solution.
GeneralRe: Variables and functions in user defined functions Pin
mirex20-Dec-04 2:57
mirex20-Dec-04 2:57 
GeneralRe: Variables and functions in user defined functions Pin
toxcct16-Dec-04 2:44
toxcct16-Dec-04 2:44 
GeneralCMDIFrameWnd background Pin
JayMorrison15-Dec-04 11:15
JayMorrison15-Dec-04 11:15 
GeneralRe: CMDIFrameWnd background Pin
*Dreamz15-Dec-04 17:46
*Dreamz15-Dec-04 17:46 
GeneralRe: CMDIFrameWnd background Pin
JayMorrison16-Dec-04 6:21
JayMorrison16-Dec-04 6:21 
GeneralUploaded files are one long line Pin
Jack_pt15-Dec-04 10:38
Jack_pt15-Dec-04 10:38 
Generalresizing tab Pin
act_x15-Dec-04 9:13
act_x15-Dec-04 9:13 
Generalvariables Pin
Timothy Grabrian15-Dec-04 7:55
professionalTimothy Grabrian15-Dec-04 7:55 
GeneralRe: variables Pin
toxcct15-Dec-04 7:58
toxcct15-Dec-04 7:58 
GeneralRe: variables Pin
Timothy Grabrian15-Dec-04 8:03
professionalTimothy Grabrian15-Dec-04 8:03 
GeneralRe: variables Pin
Maximilien15-Dec-04 8:13
Maximilien15-Dec-04 8:13 
GeneralRe: variables Pin
toxcct15-Dec-04 8:14
toxcct15-Dec-04 8:14 
GeneralRe: variables Pin
David Crow15-Dec-04 8:19
David Crow15-Dec-04 8:19 
GeneralRe: variables Pin
Timothy Grabrian15-Dec-04 8:23
professionalTimothy Grabrian15-Dec-04 8:23 
Generalcan't use "new" with gdiplus objects Pin
happycpp15-Dec-04 7:34
happycpp15-Dec-04 7:34 
GeneralRe: can't use "new" with gdiplus objects Pin
David Crow15-Dec-04 8:25
David Crow15-Dec-04 8:25 
GeneralRe: can't use "new" with gdiplus objects Pin
PJ Arends15-Dec-04 9:03
professionalPJ Arends15-Dec-04 9:03 

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.