Click here to Skip to main content
15,881,709 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: dialog based MFC multithreaded server Pin
Manmohan2918-Oct-09 4:03
Manmohan2918-Oct-09 4:03 
GeneralRe: dialog based MFC multithreaded server Pin
Moak18-Oct-09 8:04
Moak18-Oct-09 8:04 
QuestionIs there any existing function to change language ID to language String? Pin
includeh1017-Oct-09 3:11
includeh1017-Oct-09 3:11 
AnswerRe: Is there any existing function to change language ID to language String? Pin
Michael Schubert17-Oct-09 5:22
Michael Schubert17-Oct-09 5:22 
QuestionC++ advanced literature pls? Pin
lawsmlt17-Oct-09 3:02
lawsmlt17-Oct-09 3:02 
Questionhow to undef a typedef? Pin
includeh1016-Oct-09 23:35
includeh1016-Oct-09 23:35 
AnswerRe: how to undef a typedef? Pin
Cedric Moonen16-Oct-09 23:50
Cedric Moonen16-Oct-09 23:50 
GeneralRe: how to undef a typedef? Pin
includeh1017-Oct-09 0:21
includeh1017-Oct-09 0:21 
Cedric Moonen wrote:
Could you elaborate a bit on that ? Because I think you are trying to solve the problem in a wrong way.


how do you get a feeling of "wrong way"?

for this <winbase.h>

typedef struct _OSVERSIONINFOEXA {
    DWORD dwOSVersionInfoSize;
    DWORD dwMajorVersion;
    DWORD dwMinorVersion;
    DWORD dwBuildNumber;
    DWORD dwPlatformId;
    CHAR   szCSDVersion[ 128 ];     // Maintenance string for PSS usage
    WORD wServicePackMajor;
    WORD wServicePackMinor;
    WORD wReserved[2];
} OSVERSIONINFOEXA, *POSVERSIONINFOEXA, *LPOSVERSIONINFOEXA;
typedef struct _OSVERSIONINFOEXW {
    DWORD dwOSVersionInfoSize;
    DWORD dwMajorVersion;
    DWORD dwMinorVersion;
    DWORD dwBuildNumber;
    DWORD dwPlatformId;
    WCHAR  szCSDVersion[ 128 ];     // Maintenance string for PSS usage
    WORD wServicePackMajor;
    WORD wServicePackMinor;
    WORD wReserved[2];
} OSVERSIONINFOEXW, *POSVERSIONINFOEXW, *LPOSVERSIONINFOEXW;

GeneralRe: how to undef a typedef? Pin
Maximilien17-Oct-09 1:18
Maximilien17-Oct-09 1:18 
GeneralRe: how to undef a typedef? Pin
includeh1017-Oct-09 2:04
includeh1017-Oct-09 2:04 
GeneralRe: how to undef a typedef? Pin
Maximilien17-Oct-09 2:16
Maximilien17-Oct-09 2:16 
GeneralRe: how to undef a typedef? Pin
includeh1017-Oct-09 2:55
includeh1017-Oct-09 2:55 
GeneralRe: how to undef a typedef? Pin
Richard MacCutchan17-Oct-09 3:06
mveRichard MacCutchan17-Oct-09 3:06 
GeneralRe: how to undef a typedef? Pin
includeh1017-Oct-09 3:13
includeh1017-Oct-09 3:13 
GeneralRe: how to undef a typedef? Pin
Richard MacCutchan17-Oct-09 4:00
mveRichard MacCutchan17-Oct-09 4:00 
GeneralRe: how to undef a typedef? Pin
Tim Craig17-Oct-09 16:59
Tim Craig17-Oct-09 16:59 
GeneralRe: how to undef a typedef? Pin
David Crow17-Oct-09 17:05
David Crow17-Oct-09 17:05 
GeneralRe: how to undef a typedef? Pin
includeh1017-Oct-09 3:16
includeh1017-Oct-09 3:16 
GeneralRe: how to undef a typedef? Pin
Richard MacCutchan17-Oct-09 4:02
mveRichard MacCutchan17-Oct-09 4:02 
GeneralRe: how to undef a typedef? Pin
includeh1017-Oct-09 3:20
includeh1017-Oct-09 3:20 
GeneralRe: how to undef a typedef? Pin
Richard MacCutchan17-Oct-09 4:04
mveRichard MacCutchan17-Oct-09 4:04 
GeneralRe: how to undef a typedef? Pin
includeh1017-Oct-09 4:56
includeh1017-Oct-09 4:56 
GeneralRe: how to undef a typedef? Pin
Richard MacCutchan17-Oct-09 7:08
mveRichard MacCutchan17-Oct-09 7:08 
GeneralRe: how to undef a typedef? Pin
Hans Dietrich17-Oct-09 9:53
mentorHans Dietrich17-Oct-09 9:53 
GeneralRe: how to undef a typedef? Pin
Richard MacCutchan17-Oct-09 10:40
mveRichard MacCutchan17-Oct-09 10:40 

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.