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

C / C++ / MFC

 
Generalurgent - corrupted rtf file for contextual help Pin
JensB27-Apr-03 23:50
JensB27-Apr-03 23:50 
GeneralMDI – child outside the main window area Pin
hoobasco27-Apr-03 23:09
hoobasco27-Apr-03 23:09 
GeneralRe: MDI – child outside the main window area Pin
Neville Franks28-Apr-03 0:00
Neville Franks28-Apr-03 0:00 
GeneralEMF versions Pin
shivpal27-Apr-03 22:24
shivpal27-Apr-03 22:24 
Generalproblem with struct help me Pin
DavideBiag27-Apr-03 22:06
DavideBiag27-Apr-03 22:06 
GeneralRe: problem with struct help me Pin
Raphael Kindt27-Apr-03 23:19
Raphael Kindt27-Apr-03 23:19 
GeneralRe: problem with struct help me Pin
DavideBiag28-Apr-03 0:09
DavideBiag28-Apr-03 0:09 
GeneralRe: problem with struct help me Pin
jhwurmbach28-Apr-03 0:43
jhwurmbach28-Apr-03 0:43 
Wherever you use your struct, it must be known.
A header file with this definition that is included in any cpp where you use the struct would nornmaly suffice.
But when (in a third header) you make a variable of (instantiate) the struct, the compiler also needs to know it to reserve the right amount of space.
So maybe you need to include the header defining your struct there also.

Hope this helps.




My opinions may have changed, but not the fact that I am right.
GeneralRe: problem with struct help me Pin
DavideBiag28-Apr-03 3:17
DavideBiag28-Apr-03 3:17 
GeneralRe: problem with struct help me Pin
John R. Shaw28-Apr-03 16:09
John R. Shaw28-Apr-03 16:09 
GeneralRe: problem with struct help me Pin
Toni7828-Apr-03 17:49
Toni7828-Apr-03 17:49 
GeneralContextual MFC Help Pin
JensB27-Apr-03 21:29
JensB27-Apr-03 21:29 
GeneralCHTMLEditCtrl() Pin
Miss Fress27-Apr-03 20:44
Miss Fress27-Apr-03 20:44 
GeneralRe: CHTMLEditCtrl() Pin
Miss Fress29-Apr-03 2:48
Miss Fress29-Apr-03 2:48 
GeneralDoes somebody have the library "safxcrd.lib" for Visual C++ 1.52 Pin
pievanovide27-Apr-03 19:55
pievanovide27-Apr-03 19:55 
GeneralRe: Does somebody have the library "safxcrd.lib" for Visual C++ 1.52 Pin
Joe Woodbury27-Apr-03 20:52
professionalJoe Woodbury27-Apr-03 20:52 
GeneralHook Keyboard Pin
CS42927-Apr-03 19:30
CS42927-Apr-03 19:30 
GeneralRe: Hook Keyboard Pin
Dudi Avramov27-Apr-03 22:36
Dudi Avramov27-Apr-03 22:36 
GeneralRe: Hook Keyboard Pin
Joan M27-Apr-03 22:44
professionalJoan M27-Apr-03 22:44 
GeneralFiles saved using CFileDialog Pin
dandy7727-Apr-03 16:57
dandy7727-Apr-03 16:57 
GeneralRe: Files saved using CFileDialog Pin
Dave Bryant27-Apr-03 17:40
Dave Bryant27-Apr-03 17:40 
GeneralRe: Files saved using CFileDialog Pin
dandy7727-Apr-03 18:21
dandy7727-Apr-03 18:21 
GeneralCalling C++ functions from C Pin
Stormwind27-Apr-03 16:55
Stormwind27-Apr-03 16:55 
GeneralRe: Calling C++ functions from C Pin
Tibor Blazko27-Apr-03 19:20
Tibor Blazko27-Apr-03 19:20 
GeneralRe: Calling C++ functions from C Pin
Stormwind27-Apr-03 19:31
Stormwind27-Apr-03 19:31 

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.