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

C / C++ / MFC

 
GeneralRe: Any solution to class redefinition Pin
Stephane Rodriguez.23-Mar-03 4:29
Stephane Rodriguez.23-Mar-03 4:29 
GeneralRe: Any solution to class redefinition Pin
Jörgen Sigvardsson23-Mar-03 5:21
Jörgen Sigvardsson23-Mar-03 5:21 
GeneralRe: Any solution to class redefinition Pin
Stephane Rodriguez.23-Mar-03 5:41
Stephane Rodriguez.23-Mar-03 5:41 
GeneralRe: Any solution to class redefinition Pin
Jörgen Sigvardsson23-Mar-03 6:37
Jörgen Sigvardsson23-Mar-03 6:37 
GeneralRe: Any solution to class redefinition Pin
Reservoir Dog23-Mar-03 23:57
Reservoir Dog23-Mar-03 23:57 
GeneralRe: Any solution to class redefinition Pin
boon kian23-Mar-03 17:40
boon kian23-Mar-03 17:40 
GeneralRe: Any solution to class redefinition Pin
Jörgen Sigvardsson23-Mar-03 1:48
Jörgen Sigvardsson23-Mar-03 1:48 
GeneralWould a kind soul... Pin
Rob Manderson22-Mar-03 19:26
protectorRob Manderson22-Mar-03 19:26 
check their copy of windows.h and let me know if it has these lines maybe 20 lines from the start?

C++
#if(WINVER >= 0x0500)
#pragma message ("")
#pragma message ("NOTE: WINVER has been defined as 0x0500 or greater which enables")
#pragma message ("Windows NT 5.0 and Windows 98 features. When these headers were released,")
#pragma message ("Windows NT 5.0 beta 1 and Windows 98 beta 2.1 were the current versions.")
#pragma message ("")
#pragma message ("For this release when WINVER is defined as 0x0500 or greater, you can only")
#pragma message ("build beta or test applications.  To build a retail application,")
#pragma message ("set WINVER to 0x0400 or visit http://www.microsoft.com/msdn/sdk")
#pragma message ("to see if retail Windows NT 5.0 or Windows 98 headers are available.")
#pragma message ("")
#pragma message ("See the SDK release notes for more information.")
#pragma message ("")
#endif


I found them lurking in my copy of windows.h but when I went to the PSDK site at Microsoft to update it tells me I already have the latest version installed.

Rob Manderson

http://www.mindprobes.net
GeneralRe: Would a kind soul... Pin
Michael Dunn22-Mar-03 20:25
sitebuilderMichael Dunn22-Mar-03 20:25 
GeneralRe: Would a kind soul... Pin
Rob Manderson22-Mar-03 20:47
protectorRob Manderson22-Mar-03 20:47 
QuestionHow to disable key 'Print Screen' or others in MFC ? Pin
CS42922-Mar-03 19:11
CS42922-Mar-03 19:11 
GeneralI need a equation thingy Pin
Anonymous22-Mar-03 17:09
Anonymous22-Mar-03 17:09 
GeneralRe: I need a equation thingy Pin
Jörgen Sigvardsson24-Mar-03 0:46
Jörgen Sigvardsson24-Mar-03 0:46 
QuestionKillTimer() inside a TimerProc? Pin
Moak22-Mar-03 16:27
Moak22-Mar-03 16:27 
AnswerRe: KillTimer() inside a TimerProc? Pin
567890123423-Mar-03 1:42
567890123423-Mar-03 1:42 
GeneralRe: KillTimer() inside a TimerProc? - thx Pin
Moak23-Mar-03 13:20
Moak23-Mar-03 13:20 
QuestionSHFileOperation: making new folders? Pin
IGx8922-Mar-03 15:34
IGx8922-Mar-03 15:34 
AnswerRe: SHFileOperation: making new folders? Pin
Ravi Bhavnani23-Mar-03 9:52
professionalRavi Bhavnani23-Mar-03 9:52 
GeneralBubble Tool Tips Pin
Stober22-Mar-03 11:18
Stober22-Mar-03 11:18 
GeneralRe: Bubble Tool Tips Pin
Neville Franks22-Mar-03 11:21
Neville Franks22-Mar-03 11:21 
GeneralRe: Bubble Tool Tips Pin
Ancient Dragon22-Mar-03 11:52
Ancient Dragon22-Mar-03 11:52 
GeneralRe: Bubble Tool Tips Pin
Eugene Pustovoyt23-Mar-03 4:48
Eugene Pustovoyt23-Mar-03 4:48 
GeneralRe: Bubble Tool Tips Pin
Ancient Dragon23-Mar-03 7:34
Ancient Dragon23-Mar-03 7:34 
GeneralCreating VC6 compatible library with VC7 Pin
Mikko Mononen22-Mar-03 10:14
Mikko Mononen22-Mar-03 10:14 
Generalusing CTreeCtrl with a CObArray Pin
Colin Davidson22-Mar-03 8:02
Colin Davidson22-Mar-03 8:02 

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.