Click here to Skip to main content
15,917,645 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Using my MFC DLL in a Win32 app Pin
liquid_27-Jun-05 8:48
liquid_27-Jun-05 8:48 
Generalproblem with atlbase Pin
Junyor27-Jun-05 1:45
Junyor27-Jun-05 1:45 
GeneralRe: problem with atlbase Pin
P-Rex27-Jun-05 1:53
P-Rex27-Jun-05 1:53 
GeneralRe: problem with atlbase Pin
Junyor27-Jun-05 2:00
Junyor27-Jun-05 2:00 
GeneralRe: problem with atlbase Pin
ThatsAlok27-Jun-05 1:55
ThatsAlok27-Jun-05 1:55 
GeneralRe: problem with atlbase Pin
Junyor27-Jun-05 2:47
Junyor27-Jun-05 2:47 
GeneralRe: problem with atlbase Pin
ThatsAlok27-Jun-05 2:52
ThatsAlok27-Jun-05 2:52 
GeneralRe: problem with atlbase Pin
FlyingTinman27-Jun-05 13:55
FlyingTinman27-Jun-05 13:55 
That ASSERT is only invoked in atlbase.h when you try to
delete a subkey or value, close a subkey or set a value
in a subkey where the subkey is still null. In other words
somewhere you tried to create or open a subkey which failed
and you ignored the failure and proceded to try to set,
delete or close that subkey. There is no other explanation.

IF you are really checking the success of opening the subkey
before setting the value then you are probably still trying to
close or delete the invalid key somewhere later.




Steve T
GeneralEdit Control - calculator Pin
Tony Teveris27-Jun-05 1:31
Tony Teveris27-Jun-05 1:31 
GeneralRe: Edit Control - calculator Pin
Cedric Moonen27-Jun-05 1:39
Cedric Moonen27-Jun-05 1:39 
GeneralRe: Edit Control - calculator Pin
ThatsAlok27-Jun-05 1:44
ThatsAlok27-Jun-05 1:44 
GeneralRe: Edit Control - calculator Pin
Tony Teveris27-Jun-05 1:46
Tony Teveris27-Jun-05 1:46 
GeneralRe: Edit Control - calculator Pin
ThatsAlok27-Jun-05 1:51
ThatsAlok27-Jun-05 1:51 
GeneralRe: Edit Control - calculator Pin
toxcct27-Jun-05 5:10
toxcct27-Jun-05 5:10 
GeneralRe: Edit Control - calculator Pin
ThatsAlok27-Jun-05 18:06
ThatsAlok27-Jun-05 18:06 
GeneralRe: Edit Control - calculator Pin
toxcct27-Jun-05 20:34
toxcct27-Jun-05 20:34 
GeneralRe: Edit Control - calculator Pin
ThatsAlok27-Jun-05 21:15
ThatsAlok27-Jun-05 21:15 
GeneralRe: Edit Control - calculator Pin
toxcct28-Jun-05 0:23
toxcct28-Jun-05 0:23 
GeneralRe: Edit Control - calculator Pin
ThatsAlok28-Jun-05 0:29
ThatsAlok28-Jun-05 0:29 
GeneralRe: Edit Control - calculator Pin
ThatsAlok29-Jun-05 20:55
ThatsAlok29-Jun-05 20:55 
GeneralRe: Edit Control - calculator Pin
toxcct30-Jun-05 0:41
toxcct30-Jun-05 0:41 
GeneralRe: Edit Control - calculator Pin
ThatsAlok30-Jun-05 0:56
ThatsAlok30-Jun-05 0:56 
GeneralRe: Edit Control - calculator Pin
David Crow27-Jun-05 2:23
David Crow27-Jun-05 2:23 
GeneralRequest: Free tutorials and eBooks on GUI-Design with MFC Pin
Sebastian Schneider27-Jun-05 1:28
Sebastian Schneider27-Jun-05 1:28 
GeneralRe: Request: Free tutorials and eBooks on GUI-Design with MFC Pin
Ravi Bhavnani27-Jun-05 2:29
professionalRavi Bhavnani27-Jun-05 2:29 

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.