Click here to Skip to main content
15,918,275 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Raw Win32 API UI in a DLL...? Pin
Mike Nordell24-Oct-02 4:06
Mike Nordell24-Oct-02 4:06 
GeneralRe: Raw Win32 API UI in a DLL...? Pin
dandy7224-Oct-02 8:56
dandy7224-Oct-02 8:56 
GeneralList/Array - finding items Pin
User 665823-Oct-02 10:19
User 665823-Oct-02 10:19 
GeneralRe: List/Array - finding items Pin
Dave Bryant23-Oct-02 10:27
Dave Bryant23-Oct-02 10:27 
GeneralRe: List/Array - finding items Pin
Daniel Turini23-Oct-02 10:35
Daniel Turini23-Oct-02 10:35 
GeneralRe: List/Array - finding items Pin
User 665823-Oct-02 13:14
User 665823-Oct-02 13:14 
GeneralUser breakpoint when trying to free memory. Pin
Anonymous23-Oct-02 9:50
Anonymous23-Oct-02 9:50 
GeneralRe: User breakpoint when trying to free memory. Pin
Daniel Turini23-Oct-02 9:57
Daniel Turini23-Oct-02 9:57 
A buffer overrun...

change to this:

char *szFirstPart = new char[strlen(szSourceString) + 1];


Q261186 - Computer Randomly Plays Classical Music
GeneralRe: User breakpoint when trying to free memory. Pin
Stephane Rodriguez.23-Oct-02 10:14
Stephane Rodriguez.23-Oct-02 10:14 
GeneralMFC doc/view issue Pin
will138323-Oct-02 9:38
will138323-Oct-02 9:38 
GeneralRe: MFC doc/view issue Pin
valikac23-Oct-02 18:08
valikac23-Oct-02 18:08 
QuestionHow to change the background of a CHotkeyCtrl ? Pin
CAE23-Oct-02 9:12
CAE23-Oct-02 9:12 
AnswerRe: How to change the background of a CHotkeyCtrl ? Pin
Mike Nordell24-Oct-02 4:09
Mike Nordell24-Oct-02 4:09 
Generalhtml help workshop question Pin
Anonymous23-Oct-02 8:48
Anonymous23-Oct-02 8:48 
GeneralRe: html help workshop question Pin
Dominik Reichl23-Oct-02 9:15
Dominik Reichl23-Oct-02 9:15 
QuestionHow do i replace a specific string inside a char array with another string? Pin
Anonymous23-Oct-02 8:28
Anonymous23-Oct-02 8:28 
AnswerRe: How do i replace a specific string inside a char array with another string? Pin
Mel Feik23-Oct-02 8:36
Mel Feik23-Oct-02 8:36 
GeneralRe: How do i replace a specific string inside a char array with another string? Pin
Anonymous23-Oct-02 8:39
Anonymous23-Oct-02 8:39 
GeneralRe: How do i replace a specific string inside a char array with another string? Pin
Mel Feik23-Oct-02 9:01
Mel Feik23-Oct-02 9:01 
GeneralSplash screen Pin
MFC is the Best23-Oct-02 8:01
MFC is the Best23-Oct-02 8:01 
GeneralRe: Splash screen Pin
jmkhael23-Oct-02 8:03
jmkhael23-Oct-02 8:03 
GeneralRe: Splash screen Pin
MFC is the Best23-Oct-02 8:08
MFC is the Best23-Oct-02 8:08 
Generallinking libs in... Pin
l a u r e n23-Oct-02 7:39
l a u r e n23-Oct-02 7:39 
GeneralRe: linking libs in... Pin
Stephane Rodriguez.23-Oct-02 7:43
Stephane Rodriguez.23-Oct-02 7:43 
GeneralRe: linking libs in... Pin
l a u r e n23-Oct-02 7:51
l a u r e n23-Oct-02 7:51 

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.