Click here to Skip to main content
15,902,891 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C++ 101 question Pin
Joaquín M López Muñoz19-Apr-02 0:52
Joaquín M López Muñoz19-Apr-02 0:52 
Questionbroadcast socket messages to clients but how? Pin
Atilla Selem18-Apr-02 23:08
Atilla Selem18-Apr-02 23:08 
AnswerRe: broadcast socket messages to clients but how? Pin
Jon Hulatt18-Apr-02 23:21
Jon Hulatt18-Apr-02 23:21 
GeneralRe: broadcast socket messages to clients but how? Pin
Atilla Selem18-Apr-02 23:57
Atilla Selem18-Apr-02 23:57 
AnswerRe: broadcast socket messages to clients but how? Pin
Albert Pascual19-Apr-02 6:32
sitebuilderAlbert Pascual19-Apr-02 6:32 
Generalto find the windows version Pin
karanba18-Apr-02 22:43
karanba18-Apr-02 22:43 
GeneralRe: to find the windows version Pin
Jon Hulatt18-Apr-02 23:24
Jon Hulatt18-Apr-02 23:24 
GeneralRe: to find the windows version Pin
Tom Archer20-Apr-02 17:50
Tom Archer20-Apr-02 17:50 
Take a look at your stdafx.h file:

// Modify the following defines if you have to target a platform prior to the ones specified below.
// Refer to MSDN for the latest info on corresponding values for different platforms.
#ifndef WINVER // Allow use of features specific to Windows 95 and Windows NT 4 or later.
#define WINVER 0x0400 // Change this to the appropriate value to target Windows 98 and Windows 2000 or later.
#endif


Knowing this, I search for WINVER and found an article called "Using the SDK Headers" that includes a table and instructions on how to do what you want.

If you have VS.NET, enter a value of ms-help://MS.VSCC/MS.MSDNVS/sdkintro/usage_8xgz.htm into the URL field in the Web/Help toolbar. If not, just search on WINVER.

Cheers,
Tom Archer
Author, Inside C#

Please note that the opinions expressed in this correspondence do not necessarily reflect the views of the author.
Generalto find the windows version Pin
karanba18-Apr-02 22:38
karanba18-Apr-02 22:38 
GeneralRe: to find the windows version Pin
moliate19-Apr-02 7:05
moliate19-Apr-02 7:05 
Generaldisable/enabled minimize & close button Pin
NikoTanghe18-Apr-02 22:31
NikoTanghe18-Apr-02 22:31 
GeneralRe: disable/enabled minimize & close button Pin
Paul M Watt19-Apr-02 5:53
mentorPaul M Watt19-Apr-02 5:53 
GeneralRe: disable/enabled minimize & close button Pin
NikoTanghe21-Apr-02 21:25
NikoTanghe21-Apr-02 21:25 
GeneralSelected text in memory Pin
Kemal OZLU18-Apr-02 21:45
Kemal OZLU18-Apr-02 21:45 
GeneralRe: Selected text in memory Pin
Paul M Watt19-Apr-02 5:46
mentorPaul M Watt19-Apr-02 5:46 
GeneralRe: Selected text in memory Pin
Kemal OZLU19-Apr-02 13:04
Kemal OZLU19-Apr-02 13:04 
GeneralRe: Selected text in memory Pin
Paul M Watt19-Apr-02 13:47
mentorPaul M Watt19-Apr-02 13:47 
GeneralUnlimited Socket receive Pin
Kristian3318-Apr-02 21:17
Kristian3318-Apr-02 21:17 
GeneralRe: Unlimited Socket receive Pin
18-Apr-02 23:07
suss18-Apr-02 23:07 
GeneralRe: Unlimited Socket receive Pin
Jon Hulatt18-Apr-02 23:33
Jon Hulatt18-Apr-02 23:33 
GeneralRe: Unlimited Socket receive Pin
19-Apr-02 3:38
suss19-Apr-02 3:38 
GeneralRe: Unlimited Socket receive Pin
Albert Pascual19-Apr-02 6:49
sitebuilderAlbert Pascual19-Apr-02 6:49 
GeneralC/C++ compiler Pin
NicholasCougar18-Apr-02 19:43
NicholasCougar18-Apr-02 19:43 
GeneralRe: C/C++ compiler Pin
Ravi Bhavnani18-Apr-02 20:17
professionalRavi Bhavnani18-Apr-02 20:17 
GeneralRe: C/C++ compiler Pin
Michael P Butler18-Apr-02 22:14
Michael P Butler18-Apr-02 22: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.