Click here to Skip to main content
15,887,267 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Exporting function objects from DLL Pin
Cedric Moonen17-Jul-06 5:10
Cedric Moonen17-Jul-06 5:10 
GeneralRe: Exporting function objects from DLL Pin
napoleaninlondon17-Jul-06 5:18
napoleaninlondon17-Jul-06 5:18 
GeneralOT Pin
Eytukan17-Jul-06 6:25
Eytukan17-Jul-06 6:25 
GeneralRe: OT Pin
Cedric Moonen17-Jul-06 6:32
Cedric Moonen17-Jul-06 6:32 
GeneralRe: OT Pin
Eytukan17-Jul-06 7:11
Eytukan17-Jul-06 7:11 
GeneralHello Pin
Hamid_RT17-Jul-06 7:58
Hamid_RT17-Jul-06 7:58 
QuestionCrash after sending custom message (only in release mode) Pin
Matthijs Wessels17-Jul-06 4:47
Matthijs Wessels17-Jul-06 4:47 
QuestionRe: Crash after sending custom message (only in release mode) Pin
David Crow17-Jul-06 4:52
David Crow17-Jul-06 4:52 
Bana in Pyjama wrote:
Whenever the value changes...


So do you have a handler for EN_CHANGE?

Bana in Pyjama wrote:
void CEditWithScrollBar::SetWindowValue(double dValue, bool bNotifyParent)


When is this method called?

Bana in Pyjama wrote:
...because the error also appears when the function is empty...


This implies that SendMessage() is not the culprit at all.

Bana in Pyjama wrote:
I defined the message like this: "#define EN_APPLY (WM_APP + 1)" in the header file of the edit control.


Try using RegisterWindowMessage() instead, or use a constant other than 1.


"Money talks. When my money starts to talk, I get a bill to shut it up." - Frank

"Judge not by the eye but by the heart." - Native American Proverb


AnswerRe: Crash after sending custom message (only in release mode) [modified] Pin
Matthijs Wessels17-Jul-06 5:01
Matthijs Wessels17-Jul-06 5:01 
GeneralRe: Crash after sending custom message (only in release mode) Pin
David Crow17-Jul-06 5:11
David Crow17-Jul-06 5:11 
GeneralRe: Crash after sending custom message (only in release mode) Pin
Matthijs Wessels17-Jul-06 5:13
Matthijs Wessels17-Jul-06 5:13 
GeneralRe: Crash after sending custom message (only in release mode) Pin
David Crow17-Jul-06 5:23
David Crow17-Jul-06 5:23 
GeneralRe: Crash after sending custom message (only in release mode) Pin
Matthijs Wessels17-Jul-06 7:18
Matthijs Wessels17-Jul-06 7:18 
GeneralRe: Crash after sending custom message (only in release mode) Pin
Matthijs Wessels17-Jul-06 5:22
Matthijs Wessels17-Jul-06 5:22 
AnswerRe: Crash after sending custom message (only in release mode) Pin
Steve S17-Jul-06 4:54
Steve S17-Jul-06 4:54 
GeneralRe: Crash after sending custom message (only in release mode) Pin
Matthijs Wessels17-Jul-06 5:02
Matthijs Wessels17-Jul-06 5:02 
GeneralRe: Crash after sending custom message (only in release mode) Pin
Matthijs Wessels17-Jul-06 5:21
Matthijs Wessels17-Jul-06 5:21 
AnswerRe: Crash after sending custom message (only in release mode) Pin
Steve S17-Jul-06 5:26
Steve S17-Jul-06 5:26 
GeneralRe: Crash after sending custom message (only in release mode) Pin
David Crow17-Jul-06 5:27
David Crow17-Jul-06 5:27 
QuestionDetect when LAN connection goes up/down, events? Pin
Moak17-Jul-06 4:27
Moak17-Jul-06 4:27 
QuestionRe: Detect when LAN connection goes up/down, events? Pin
David Crow17-Jul-06 4:33
David Crow17-Jul-06 4:33 
AnswerRe: Detect when LAN connection goes up/down, events? Pin
Moak17-Jul-06 5:44
Moak17-Jul-06 5:44 
QuestionRelease build runs slower than Debug build Pin
spiritofklanawa17-Jul-06 4:25
spiritofklanawa17-Jul-06 4:25 
AnswerRe: Release build runs slower than Debug build Pin
Kurt _B17-Jul-06 5:24
Kurt _B17-Jul-06 5:24 
GeneralRe: Release build runs slower than Debug build Pin
spiritofklanawa17-Jul-06 6:51
spiritofklanawa17-Jul-06 6: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.