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

C / C++ / MFC

 
GeneralUsing my MFC DLL in a Win32 app Pin
anderslundsgard27-Jun-05 1:46
anderslundsgard27-Jun-05 1:46 
GeneralRe: Using my MFC DLL in a Win32 app Pin
Don Miguel27-Jun-05 4:32
Don Miguel27-Jun-05 4:32 
GeneralRe: Using my MFC DLL in a Win32 app Pin
anderslundsgard27-Jun-05 20:52
anderslundsgard27-Jun-05 20:52 
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 
Junyor wrote:
this is the error

These type of error occcur, when there is problem of permission,have you done proper error handlling for registry code.

like.
   CRegKey key;
   if(key.Open(HKEY_LOCAL_MACHINE,"Software\\cp")==ERROR_SUCCESS)
{
................
key.Close();
}else
{
MessageBox("Faliure in opening registry");
}


"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow


cheers,
Alok Gupta
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 
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 

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.