Click here to Skip to main content
15,912,578 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Making use of the preprocessor? Pin
Joaquín M López Muñoz13-Feb-03 7:05
Joaquín M López Muñoz13-Feb-03 7:05 
GeneralAdding modal/modless dialogs to taskbar Pin
mister trunks13-Feb-03 6:03
mister trunks13-Feb-03 6:03 
GeneralRe: Adding modal/modless dialogs to taskbar Pin
mister trunks13-Feb-03 7:42
mister trunks13-Feb-03 7:42 
GeneralRe: Adding modal/modless dialogs to taskbar Pin
Alexinuk13-Feb-03 23:19
Alexinuk13-Feb-03 23:19 
Generalhyperterminal Pin
Sunnygirl13-Feb-03 5:50
Sunnygirl13-Feb-03 5:50 
GeneralRe: hyperterminal Pin
Artem Moroz13-Feb-03 8:48
Artem Moroz13-Feb-03 8:48 
General#error WINDOWS.H already included Pin
Larsson13-Feb-03 5:42
Larsson13-Feb-03 5:42 
GeneralRe: #error WINDOWS.H already included Pin
Joseph Dempsey13-Feb-03 5:52
Joseph Dempsey13-Feb-03 5:52 
make sure stdafx.h is the very first #include in each source file and that you are not including windows.h in any file at all. If you are developing an MFC app you must use afxwin.h instead. The error is generated when the windows.h file is included before afxwin.h. Hope this helps.



Joseph Dempsey
joseph_r_dempsey@yahoo.com

"Software Engineering is a race between the programmers, trying to make bigger and better fool-proof software, and the universe trying to make bigger fools. So far the Universe in winning."
--anonymous

GeneralRe: #error WINDOWS.H already included Pin
Larsson13-Feb-03 5:58
Larsson13-Feb-03 5:58 
GeneralRe: #error WINDOWS.H already included Pin
Joseph Dempsey13-Feb-03 8:31
Joseph Dempsey13-Feb-03 8:31 
GeneralRe: #error WINDOWS.H already included Pin
Anonymous13-Feb-03 17:01
Anonymous13-Feb-03 17:01 
GeneralRound-off errors Pin
Anton A. Loukine13-Feb-03 5:15
Anton A. Loukine13-Feb-03 5:15 
GeneralRe: Round-off errors Pin
Chris Losinger13-Feb-03 5:26
professionalChris Losinger13-Feb-03 5:26 
GeneralRe: Round-off errors Pin
Tim Smith13-Feb-03 5:36
Tim Smith13-Feb-03 5:36 
GeneralRe: Round-off errors Pin
Roger Allen13-Feb-03 5:59
Roger Allen13-Feb-03 5:59 
GeneralRe: Round-off errors Pin
Scorp1us13-Feb-03 7:46
Scorp1us13-Feb-03 7:46 
GeneralRe: Round-off errors Pin
Tim Smith13-Feb-03 11:35
Tim Smith13-Feb-03 11:35 
GeneralRe: Round-off errors Pin
Anonymous13-Feb-03 17:04
Anonymous13-Feb-03 17:04 
GeneralRe: Round-off errors Pin
Mike Nordell13-Feb-03 13:26
Mike Nordell13-Feb-03 13:26 
GeneralCTabCtrl and getting mouse events Pin
Jim Crafton13-Feb-03 4:59
Jim Crafton13-Feb-03 4:59 
GeneralError I don't get it please help me.... Pin
Larsson13-Feb-03 4:23
Larsson13-Feb-03 4:23 
GeneralRe: Error I don't get it please help me.... Pin
Andreas Saurwein13-Feb-03 4:26
Andreas Saurwein13-Feb-03 4:26 
GeneralRe: Error I don't get it please help me.... Pin
Larsson13-Feb-03 4:28
Larsson13-Feb-03 4:28 
GeneralRe: Error I don't get it please help me.... Pin
Andreas Saurwein13-Feb-03 4:34
Andreas Saurwein13-Feb-03 4:34 
GeneralRe: Error I don't get it please help me.... Pin
Larsson13-Feb-03 5:14
Larsson13-Feb-03 5:14 

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.