Click here to Skip to main content
15,898,222 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Working fine in the first run, but crashes in the second run Pin
ptr_Electron24-Aug-08 21:10
ptr_Electron24-Aug-08 21:10 
GeneralRe: Working fine in the first run, but crashes in the second run Pin
ptr_Electron24-Aug-08 22:43
ptr_Electron24-Aug-08 22:43 
AnswerRe: Working fine in the first run, but crashes in the second run Pin
Jijo.Raj25-Aug-08 2:38
Jijo.Raj25-Aug-08 2:38 
GeneralRe: Working fine in the first run, but crashes in the second run Pin
ptr_Electron25-Aug-08 3:14
ptr_Electron25-Aug-08 3:14 
GeneralRe: Working fine in the first run, but crashes in the second run Pin
ptr_Electron25-Aug-08 3:44
ptr_Electron25-Aug-08 3:44 
GeneralRe: Working fine in the first run, but crashes in the second run Pin
Jijo.Raj25-Aug-08 7:11
Jijo.Raj25-Aug-08 7:11 
QuestionCalling functions from dll.. Pin
VCProgrammer24-Aug-08 20:06
VCProgrammer24-Aug-08 20:06 
AnswerRe: Calling functions from dll.. Pin
_AnsHUMAN_ 24-Aug-08 20:20
_AnsHUMAN_ 24-Aug-08 20:20 
// Import the type library.
#import "..\Debug\MyManagedDll.tlb" raw_interfaces_only
and then use
// Initialize COM.
HRESULT hr = CoInitialize(NULL);

// Create the interface pointer.
ISomePtr pIptr(__uuidof(My_managed_class_uuid_goes_here));

long lResult = 0;

// Call the Add method.
pIptr->Func(5, 10, &lResult); // This function should be present in dll

// Uninitialize COM.
CoUninitialize();
return 0;


Somethings seem HARD to do, until we know how to do them.
Wink | ;-) _AnShUmAn_

GeneralRe: Calling functions from dll.. Pin
ThatsAlok24-Aug-08 21:51
ThatsAlok24-Aug-08 21:51 
GeneralRe: Calling functions from dll.. Pin
_AnsHUMAN_ 25-Aug-08 1:25
_AnsHUMAN_ 25-Aug-08 1:25 
GeneralRe: Calling functions from dll.. Pin
ThatsAlok25-Aug-08 1:30
ThatsAlok25-Aug-08 1:30 
AnswerRe: Calling functions from dll.. Pin
ThatsAlok24-Aug-08 21:52
ThatsAlok24-Aug-08 21:52 
QuestionHelp MS FlexGrid SetColWidth problem! [modified] Pin
fantasy121524-Aug-08 20:02
fantasy121524-Aug-08 20:02 
AnswerRe: Help MS FlexGrid SetColWidth problem! Pin
fantasy121524-Aug-08 22:23
fantasy121524-Aug-08 22:23 
QuestionHow to include transparent dialogs in MFC vc6.0 Pin
M usman Saleem24-Aug-08 19:55
M usman Saleem24-Aug-08 19:55 
AnswerRe: How to include transparent dialogs in MFC vc6.0 Pin
Jijo.Raj24-Aug-08 20:33
Jijo.Raj24-Aug-08 20:33 
AnswerRe: How to include transparent dialogs in MFC vc6.0 Pin
_AnsHUMAN_ 24-Aug-08 20:42
_AnsHUMAN_ 24-Aug-08 20:42 
QuestionGet Copy File Name Information Pin
Anubhava Dimri24-Aug-08 19:52
Anubhava Dimri24-Aug-08 19:52 
AnswerRe: Get Copy File Name Information Pin
_AnsHUMAN_ 24-Aug-08 20:31
_AnsHUMAN_ 24-Aug-08 20:31 
Questionvc++ mfc --color GroupBox Pin
Selvan.S24-Aug-08 19:50
Selvan.S24-Aug-08 19:50 
AnswerRe: vc++ mfc --color GroupBox Pin
_AnsHUMAN_ 24-Aug-08 19:55
_AnsHUMAN_ 24-Aug-08 19:55 
QuestionVC++ MFC -- color GroupBox Pin
Selvan.S24-Aug-08 19:09
Selvan.S24-Aug-08 19:09 
QuestionVC++ MFC -- color GroupBox Pin
Selvan.S24-Aug-08 18:29
Selvan.S24-Aug-08 18:29 
AnswerRe: VC++ MFC -- color GroupBox Pin
Hamid_RT24-Aug-08 18:57
Hamid_RT24-Aug-08 18:57 
AnswerRe: VC++ MFC -- color GroupBox Pin
Le@rner24-Aug-08 19:34
Le@rner24-Aug-08 19:34 

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.