Click here to Skip to main content
15,900,325 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: cFileDialog Pin
jmkhael25-Apr-04 23:13
jmkhael25-Apr-04 23:13 
GeneralRe: cFileDialog Pin
Maxwell Chen25-Apr-04 23:17
Maxwell Chen25-Apr-04 23:17 
GeneralRe: cFileDialog Pin
jmkhael25-Apr-04 23:26
jmkhael25-Apr-04 23:26 
GeneralRe: cFileDialog Pin
Maxwell Chen25-Apr-04 23:41
Maxwell Chen25-Apr-04 23:41 
GeneralRe: cFileDialog Pin
macmac3825-Apr-04 23:23
macmac3825-Apr-04 23:23 
GeneralHo to place a screen saver in a Dialog BOx Pin
Azghar Hussain25-Apr-04 22:05
professionalAzghar Hussain25-Apr-04 22:05 
GeneralRe: Ho to place a screen saver in a Dialog BOx Pin
ohadp26-Apr-04 1:39
ohadp26-Apr-04 1:39 
Generalheader versions probelm when WINVER >0x0500 Pin
makkarhardeep@rediffmail.com25-Apr-04 22:03
makkarhardeep@rediffmail.com25-Apr-04 22:03 
Hi all

This is my first mail to this forum.

I am seeing this message while compiling my DLL(on WIN2K), which is using SDK.

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

Origionaly it didn't compiled a free build but when i define this in my header file,it does compile a free build.

#define _WIN32_WINNT 0x0500
#define WINVER 0x0500

Can someone please tell how to rectify it.
Where to get these retail headers.,i am using the SDK CD which came with Oct. 2002 MSDN subscription.

Thanks in advance

Regards
Hardeep

GeneralRe: header versions probelm when WINVER >0x0500 Pin
Mike Dimmick26-Apr-04 0:12
Mike Dimmick26-Apr-04 0:12 
GeneralReafFile stalls Pin
Olof Forshell25-Apr-04 21:39
Olof Forshell25-Apr-04 21:39 
GeneralRe: ReafFile stalls Pin
Paul Ranson26-Apr-04 1:34
Paul Ranson26-Apr-04 1:34 
GeneralRe: ReafFile stalls Pin
Olof Forshell26-Apr-04 9:39
Olof Forshell26-Apr-04 9:39 
GeneralRe: ReafFile stalls Pin
Paul Ranson26-Apr-04 11:19
Paul Ranson26-Apr-04 11:19 
GeneralRe: ReafFile stalls Pin
Olof Forshell19-Jun-04 2:02
Olof Forshell19-Jun-04 2:02 
GeneralChecking of a file before the main window is shown Pin
ykutanoor25-Apr-04 21:02
ykutanoor25-Apr-04 21:02 
GeneralRe: Checking of a file before the main window is shown Pin
фил25-Apr-04 22:46
фил25-Apr-04 22:46 
GeneralChecking of a file before the main window is shown Pin
ykutanoor25-Apr-04 21:02
ykutanoor25-Apr-04 21:02 
GeneralPerl with Visual C++ Pin
Iceberg7625-Apr-04 18:18
Iceberg7625-Apr-04 18:18 
GeneralRe: Perl with Visual C++ Pin
Garth J Lancaster25-Apr-04 21:17
professionalGarth J Lancaster25-Apr-04 21:17 
GeneralHelp me Pin
ChuThaiDuong25-Apr-04 17:28
ChuThaiDuong25-Apr-04 17:28 
GeneralRe: Help me Pin
Prakash Nadar25-Apr-04 18:29
Prakash Nadar25-Apr-04 18:29 
GeneralView Scrolling Pin
Reunion25-Apr-04 17:18
Reunion25-Apr-04 17:18 
GeneralRe: View Scrolling Pin
Prakash Nadar25-Apr-04 18:51
Prakash Nadar25-Apr-04 18:51 
QuestionHow to run an exe from memory? Pin
KevinZhaoShK25-Apr-04 16:25
KevinZhaoShK25-Apr-04 16:25 
AnswerRe: How to run an exe from memory? Pin
David Crow26-Apr-04 2:42
David Crow26-Apr-04 2:42 

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.