Click here to Skip to main content
16,007,126 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWhy does addstring in alistbox is delayed? Pin
chen9-Sep-02 2:29
chen9-Sep-02 2:29 
AnswerRe: Why does addstring in alistbox is delayed? Pin
Tomasz Sowinski9-Sep-02 2:38
Tomasz Sowinski9-Sep-02 2:38 
GeneralRe: Why does addstring in alistbox is delayed? Pin
chen9-Sep-02 3:24
chen9-Sep-02 3:24 
GeneralRe: Why does addstring in alistbox is delayed? Pin
Tomasz Sowinski9-Sep-02 3:28
Tomasz Sowinski9-Sep-02 3:28 
GeneralRe: Why does addstring in alistbox is delayed? Pin
chen9-Sep-02 3:35
chen9-Sep-02 3:35 
GeneralRe: Why does addstring in alistbox is delayed? Pin
Tomasz Sowinski9-Sep-02 3:50
Tomasz Sowinski9-Sep-02 3:50 
GeneralRe: Why does addstring in alistbox is delayed? Pin
chen9-Sep-02 3:51
chen9-Sep-02 3:51 
GeneralCall dinamically VB ActiveX dlls Pin
Alex Gomara9-Sep-02 2:09
Alex Gomara9-Sep-02 2:09 
Hi,
I've developed an application which calls a VB dll.The problem that I have is that when a change is made in the VB dll I must recompile the whole VC++ project.

I would like to know how to call the VB dll without having to recompile the whole VC++ project each time a change is made in the dll.

This is how I call the VB dll:

HRESULT hresult;
CLSID clsid;
CoInitialize(NULL);
hresult= CLSIDFromProgID(OLESTR("dllTGT.Class1"),&clsid);
_Class1 *t;

hresult=CoCreateInstance(clsid,NULL,CLSCTX_INPROC_SERVER,__uuidof(_Class1),(LPVOID *) &t);

if(FAILED(hresult))
{AfxMessageBox("Creation Failed");
return;}

GeneralRe: Call dinamically VB ActiveX dlls Pin
Rama Krishna Vavilala9-Sep-02 4:46
Rama Krishna Vavilala9-Sep-02 4:46 
GeneralRe: Call dinamically VB ActiveX dlls Pin
Alex Gomara9-Sep-02 7:01
Alex Gomara9-Sep-02 7:01 
GeneralActiveX control insertion problem: "No Valid Type library" Pin
Jonathan de Halleux9-Sep-02 1:49
Jonathan de Halleux9-Sep-02 1:49 
General/Change the CEdit caret Pin
Eugene Pustovoyt9-Sep-02 1:17
Eugene Pustovoyt9-Sep-02 1:17 
GeneralRe: /Change the CEdit caret Pin
Tomasz Sowinski9-Sep-02 1:24
Tomasz Sowinski9-Sep-02 1:24 
GeneralRe: Change the CEdit caret Pin
Eugene Pustovoyt9-Sep-02 1:29
Eugene Pustovoyt9-Sep-02 1:29 
GeneralRe: Change the CEdit caret Pin
Tomasz Sowinski9-Sep-02 1:41
Tomasz Sowinski9-Sep-02 1:41 
GeneralRe: Change the CEdit caret Pin
Eugene Pustovoyt9-Sep-02 1:58
Eugene Pustovoyt9-Sep-02 1:58 
GeneralRe: Change the CEdit caret Pin
Tomasz Sowinski9-Sep-02 2:01
Tomasz Sowinski9-Sep-02 2:01 
GeneralRe: Change the CEdit caret Pin
Eugene Pustovoyt9-Sep-02 2:14
Eugene Pustovoyt9-Sep-02 2:14 
QuestionMemory Leaks in IMPLEMENT_DYNCREATE?!?!?!? Pin
Jawache9-Sep-02 1:12
Jawache9-Sep-02 1:12 
AnswerRe: Memory Leaks in IMPLEMENT_DYNCREATE?!?!?!? Pin
Tomasz Sowinski9-Sep-02 1:25
Tomasz Sowinski9-Sep-02 1:25 
GeneralRe: Memory Leaks in IMPLEMENT_DYNCREATE?!?!?!? Pin
Jawache9-Sep-02 1:39
Jawache9-Sep-02 1:39 
GeneralRe: Memory Leaks in IMPLEMENT_DYNCREATE?!?!?!? Pin
Tomasz Sowinski9-Sep-02 1:46
Tomasz Sowinski9-Sep-02 1:46 
GeneralRe: Memory Leaks in IMPLEMENT_DYNCREATE?!?!?!? Pin
Jawache9-Sep-02 2:09
Jawache9-Sep-02 2:09 
GeneralRe: Memory Leaks in IMPLEMENT_DYNCREATE?!?!?!? Pin
Tomasz Sowinski9-Sep-02 2:11
Tomasz Sowinski9-Sep-02 2:11 
AnswerRe: Memory Leaks in IMPLEMENT_DYNCREATE?!?!?!? Pin
Roger Allen9-Sep-02 1:49
Roger Allen9-Sep-02 1:49 

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.