Click here to Skip to main content
15,925,440 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralMFC ON_CBN_EDITCHANGE message handler never called! Pin
Daniel Strigl23-Oct-02 7:35
Daniel Strigl23-Oct-02 7:35 
GeneralRe: MFC ON_CBN_EDITCHANGE message handler never called! Pin
valikac23-Oct-02 7:58
valikac23-Oct-02 7:58 
GeneralRe: MFC ON_CBN_EDITCHANGE message handler never called! Pin
Daniel Strigl23-Oct-02 19:59
Daniel Strigl23-Oct-02 19:59 
GeneralANSI --> UNICODE conversion problem! Pin
Daniel Strigl23-Oct-02 7:26
Daniel Strigl23-Oct-02 7:26 
GeneralRe: ANSI --> UNICODE conversion problem! Pin
l a u r e n23-Oct-02 7:41
l a u r e n23-Oct-02 7:41 
GeneralRe: ANSI --> UNICODE conversion problem! Pin
Daniel Strigl23-Oct-02 8:10
Daniel Strigl23-Oct-02 8:10 
GeneralRe: ANSI --> UNICODE conversion problem! Pin
Stephane Rodriguez.23-Oct-02 7:45
Stephane Rodriguez.23-Oct-02 7:45 
GeneralRe: ANSI --> UNICODE conversion problem! Pin
Daniel Strigl23-Oct-02 8:00
Daniel Strigl23-Oct-02 8:00 
GeneralRe: ANSI --> UNICODE conversion problem! Pin
Michael Dunn23-Oct-02 13:35
sitebuilderMichael Dunn23-Oct-02 13:35 
GeneralRe: ANSI --> UNICODE conversion problem! Pin
Daniel Strigl23-Oct-02 20:10
Daniel Strigl23-Oct-02 20:10 
GeneralPlatform SDK's LoadImage() Pin
Sydney Liles23-Oct-02 7:18
Sydney Liles23-Oct-02 7:18 
GeneralRe: Platform SDK's LoadImage() Pin
Stephane Rodriguez.23-Oct-02 7:49
Stephane Rodriguez.23-Oct-02 7:49 
GeneralRe: Platform SDK's LoadImage() Pin
Sydney Liles23-Oct-02 8:16
Sydney Liles23-Oct-02 8:16 
GeneralRe: Platform SDK's LoadImage() Pin
Stephane Rodriguez.23-Oct-02 8:27
Stephane Rodriguez.23-Oct-02 8:27 
GeneralRe: Platform SDK's LoadImage() Pin
Sydney Liles23-Oct-02 8:43
Sydney Liles23-Oct-02 8:43 
GeneralRe: Platform SDK's LoadImage() Pin
Paul M Watt23-Oct-02 9:49
mentorPaul M Watt23-Oct-02 9:49 
GeneralRe: Platform SDK's LoadImage() Pin
Sydney Liles23-Oct-02 9:56
Sydney Liles23-Oct-02 9:56 
GeneralLinker error, I messed up with my SDK directory Pin
User 665823-Oct-02 7:10
User 665823-Oct-02 7:10 
GeneralRe: Linker error, I messed up with my SDK directory Pin
Stephane Rodriguez.23-Oct-02 7:50
Stephane Rodriguez.23-Oct-02 7:50 
GeneralRe: Linker error, I messed up with my SDK directory Pin
User 665823-Oct-02 8:56
User 665823-Oct-02 8:56 
Generalstring Pin
wong190723-Oct-02 7:02
wong190723-Oct-02 7:02 
GeneralRe: string Pin
Alvaro Mendez23-Oct-02 11:34
Alvaro Mendez23-Oct-02 11:34 
QuestionSafe file padding? Pin
clintsinger23-Oct-02 5:51
clintsinger23-Oct-02 5:51 
I am developing for a Windows CE device in which there is a bug where files that are divisble by 2048 aren't copiable from the permanent storage to the volatile storage. At this moment I have been just checking to see if the exe's and dll's are divisible by 2048 and if so add some characters to the end of the file. Is this a safe practice or should I be doing something else.

I have tried putting an int padding[] = {0, 1,..., etc} in the file but it seems the file doesn't change in size; which, I could only assume is the optimizing compiler removing it.

Cheers,
Clint

AnswerRe: Safe file padding? Pin
Daniel Turini23-Oct-02 5:55
Daniel Turini23-Oct-02 5:55 
GeneralAccessing Internet through Proxy using Winsock Pin
Ph@ntom23-Oct-02 5:46
Ph@ntom23-Oct-02 5:46 

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.