Click here to Skip to main content
15,898,035 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalglobal variables Pin
pnpfriend24-Nov-02 15:42
pnpfriend24-Nov-02 15:42 
GeneralRe: global variables Pin
Christian Graus24-Nov-02 16:01
protectorChristian Graus24-Nov-02 16:01 
GeneralRe: global variables Pin
pnpfriend24-Nov-02 16:29
pnpfriend24-Nov-02 16:29 
GeneralRe: global variables Pin
Christian Graus24-Nov-02 17:23
protectorChristian Graus24-Nov-02 17:23 
Generaldatabase Pin
Shotgun24-Nov-02 15:12
Shotgun24-Nov-02 15:12 
GeneralRe: database Pin
Christian Graus24-Nov-02 15:17
protectorChristian Graus24-Nov-02 15:17 
GeneralRe: database Pin
Alexinuk25-Nov-02 3:15
Alexinuk25-Nov-02 3:15 
GeneralWINVER puzzle Pin
Antosha24-Nov-02 12:00
Antosha24-Nov-02 12:00 
On MSDN, in documenation for API structures, the following examples are common:

typedef struct _RASDIALPARAMS {
DWORD dwSize;
TCHAR szEntryName[RAS_MaxEntryName + 1];
TCHAR szPhoneNumber[RAS_MaxPhoneNumber + 1];
TCHAR szCallbackNumber[RAS_MaxCallbackNumber + 1];
TCHAR szUserName[UNLEN + 1];
TCHAR szPassword[PWLEN + 1];
TCHAR szDomain[DNLEN + 1] ;

#if (WINVER >= 0x401)
DWORD dwSubEntry;
DWORD dwCallbackId;
#endif
} RASDIALPARAMS;

Apparently (WINVER >= 0x401) refers to Windows NT 4.0 with enhancements and on this platform, the last 2 entries are required. However, Windows 98, whose version is 4.10 doesn't require them ...

Isn't 4.10 > 4.01? Or am I not understanding something?

Thanks

A reasonable man adapts himself to the world. An unreasonable one persists, trying to adapt the world to himself. That is why all the progress in the world depends on the unreasonable men.
Questionhelp!! how to pause a simulation? Pin
Anonymous24-Nov-02 9:45
Anonymous24-Nov-02 9:45 
GeneralDrive Properties Pin
georgiek5024-Nov-02 8:33
georgiek5024-Nov-02 8:33 
GeneralRe: Drive Properties Pin
Dominik Reichl24-Nov-02 8:43
Dominik Reichl24-Nov-02 8:43 
GeneralRe: Drive Properties Pin
georgiek5024-Nov-02 19:40
georgiek5024-Nov-02 19:40 
GeneralRe: Drive Properties Pin
Dominik Reichl25-Nov-02 1:15
Dominik Reichl25-Nov-02 1:15 
GeneralRe: Drive Properties Pin
georgiek5025-Nov-02 3:08
georgiek5025-Nov-02 3:08 
GeneralRe: Drive Properties Pin
georgiek5025-Nov-02 8:28
georgiek5025-Nov-02 8:28 
GeneralRe: Drive Properties Pin
Mike Nordell25-Nov-02 12:08
Mike Nordell25-Nov-02 12:08 
General[OpenGL] Problems with glGetString Pin
Dominik Reichl24-Nov-02 8:23
Dominik Reichl24-Nov-02 8:23 
GeneralRe: [OpenGL] Problems with glGetString Pin
Mike Nordell25-Nov-02 12:11
Mike Nordell25-Nov-02 12:11 
GeneralDrive Properties Pin
georgiek5024-Nov-02 5:44
georgiek5024-Nov-02 5:44 
QuestionYou must logon to download zip files?? Pin
Anonymous24-Nov-02 3:01
Anonymous24-Nov-02 3:01 
AnswerRe: You must logon to download zip files?? Pin
Christian Graus24-Nov-02 12:01
protectorChristian Graus24-Nov-02 12:01 
GeneralRe: You must logon to download zip files?? Pin
Anonymous24-Nov-02 23:51
Anonymous24-Nov-02 23:51 
GeneralRe: You must logon to download zip files?? Pin
Christian Graus25-Nov-02 1:26
protectorChristian Graus25-Nov-02 1:26 
GeneralRe: You must logon to download zip files?? Pin
Anonymous25-Nov-02 2:31
Anonymous25-Nov-02 2:31 
GeneralRe: You must logon to download zip files?? Pin
Christian Graus25-Nov-02 11:17
protectorChristian Graus25-Nov-02 11:17 

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.