Click here to Skip to main content
16,006,378 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to create an HTML control and use it in a MDI Application(MFC) Pin
souvik04in22-Nov-05 18:19
souvik04in22-Nov-05 18:19 
AnswerRe: How to create an HTML control and use it in a MDI Application(MFC) Pin
includeh1022-Nov-05 18:53
includeh1022-Nov-05 18:53 
QuestionMultiple language support Pin
Harshabhi22-Nov-05 18:01
Harshabhi22-Nov-05 18:01 
QuestionHow to specify a DataGrid object (Windows.Forms)? Pin
FlyingZ22-Nov-05 17:39
FlyingZ22-Nov-05 17:39 
Questionyet another inpout32 parallel port question... Pin
indychris200622-Nov-05 17:28
indychris200622-Nov-05 17:28 
AnswerRe: yet another inpout32 parallel port question... Pin
kakan22-Nov-05 19:46
professionalkakan22-Nov-05 19:46 
GeneralRe: yet another inpout32 parallel port question... Pin
indychris200624-Nov-05 5:39
indychris200624-Nov-05 5:39 
GeneralRe: yet another inpout32 parallel port question... Pin
kakan24-Nov-05 20:26
professionalkakan24-Nov-05 20:26 
Hello.

Try a "Rebuild All", first of all. If it doesn't work, turn off the use of precimpiled headers.

You can do it either for the entire project or for a specific source file.

If you want to turn it off for a specific file, do this (VC 6):
In "File View", highligt a file. Right-click, select "Settings...".
In The C/C++-tab, select Category Precompiled Headers. Select "Not using precompiled headers". Click OK.

For the entire project, Select "Project->Settings. Do the same operation as before.

This should help. If it works in Debug build, don't forget to do the same for Release build! (A common mistake of mine.)

Good luck.
Kakan
GeneralRe: yet another inpout32 parallel port question... Pin
indychris20065-Dec-05 15:00
indychris20065-Dec-05 15:00 
QuestionHelp with memcpy ? Pin
Cindy197822-Nov-05 15:30
Cindy197822-Nov-05 15:30 
AnswerRe: Help with memcpy ? Pin
Chris Losinger22-Nov-05 15:45
professionalChris Losinger22-Nov-05 15:45 
QuestionRe: Help with memcpy ? Pin
Cindy197822-Nov-05 16:01
Cindy197822-Nov-05 16:01 
AnswerRe: Help with memcpy ? Pin
Christian Graus22-Nov-05 16:26
protectorChristian Graus22-Nov-05 16:26 
AnswerRe: Help with memcpy ? Pin
Christian Graus22-Nov-05 16:31
protectorChristian Graus22-Nov-05 16:31 
Questioncreate ordinary window using menu Pin
stick_thai22-Nov-05 14:20
stick_thai22-Nov-05 14:20 
QuestionGDI+ PNG Transparency Pin
ClickHeRe22-Nov-05 13:50
ClickHeRe22-Nov-05 13:50 
AnswerRe: GDI+ PNG Transparency Pin
douglasjordan22-Nov-05 18:09
douglasjordan22-Nov-05 18:09 
Questionenable and disable menu item of a dialog box Pin
includeh1022-Nov-05 12:22
includeh1022-Nov-05 12:22 
AnswerRe: enable and disable menu item of a dialog box Pin
Cool Ju22-Nov-05 16:54
Cool Ju22-Nov-05 16:54 
GeneralRe: enable and disable menu item of a dialog box Pin
includeh1022-Nov-05 18:58
includeh1022-Nov-05 18:58 
AnswerRe: enable and disable menu item of a dialog box Pin
jhwurmbach23-Nov-05 2:54
jhwurmbach23-Nov-05 2:54 
QuestionBest way to set min size for a window? Pin
Ian Bowler22-Nov-05 8:10
Ian Bowler22-Nov-05 8:10 
AnswerRe: Best way to set min size for a window? Pin
David Crow22-Nov-05 9:04
David Crow22-Nov-05 9:04 
GeneralRe: Best way to set min size for a window? Pin
Ian Bowler22-Nov-05 10:57
Ian Bowler22-Nov-05 10:57 
QuestionSerialization and File | Save Pin
BuckBrown22-Nov-05 7:49
BuckBrown22-Nov-05 7: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.