Click here to Skip to main content
15,907,395 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: help! CreateThread! Pin
Michael Dunn24-Nov-02 18:20
sitebuilderMichael Dunn24-Nov-02 18:20 
GeneralRe: help! CreateThread! Pin
devvvy24-Nov-02 18:40
devvvy24-Nov-02 18:40 
GeneralRe: help! CreateThread! Pin
devvvy24-Nov-02 18:47
devvvy24-Nov-02 18:47 
Questionhow can i repair and compact the access2000 database using ado in vc? Pin
whelk24-Nov-02 17:42
whelk24-Nov-02 17:42 
AnswerRe: how can i repair and compact the access2000 database using ado in vc? Pin
paulb24-Nov-02 18:07
paulb24-Nov-02 18:07 
GeneralRe: how can i repair and compact the access2000 database using ado in vc? Pin
whelk24-Nov-02 18:58
whelk24-Nov-02 18:58 
GeneralRe: how can i repair and compact the access2000 database using ado in vc? Pin
Alexinuk25-Nov-02 3:12
Alexinuk25-Nov-02 3:12 
Generalthe CDaodatabase dont support access2000 Pin
whelk25-Nov-02 14:52
whelk25-Nov-02 14:52 
GeneralToolbar dependent bitmaps in my Popup menus Pin
Mr Bose Dayala24-Nov-02 17:31
Mr Bose Dayala24-Nov-02 17:31 
GeneralCreating Line Count for CRich Edit Control Pin
E324-Nov-02 16:34
E324-Nov-02 16:34 
GeneralCustom compiler steps... Pin
Matt Gullett24-Nov-02 16:03
Matt Gullett24-Nov-02 16:03 
GeneralRe: Custom compiler steps... Pin
Chris Losinger24-Nov-02 16:33
professionalChris Losinger24-Nov-02 16:33 
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 

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.