Click here to Skip to main content
15,895,084 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Passing parameters to CreateThread() Pin
Michael Dunn6-Mar-05 4:24
sitebuilderMichael Dunn6-Mar-05 4:24 
GeneralMFC & GDI+ Pin
Chis MU5-Mar-05 16:20
Chis MU5-Mar-05 16:20 
Generalplease I need help Pin
waway5-Mar-05 14:05
waway5-Mar-05 14:05 
GeneralRe: please I need help Pin
Ravi Bhavnani6-Mar-05 12:32
professionalRavi Bhavnani6-Mar-05 12:32 
GeneralProtection error: debugger detected Pin
aritosteles5-Mar-05 14:05
aritosteles5-Mar-05 14:05 
GeneralRe: Protection error: debugger detected Pin
aritosteles14-Mar-05 17:14
aritosteles14-Mar-05 17:14 
GeneralRe: Protection error: debugger detected Pin
Dave Midgley25-Feb-11 23:40
Dave Midgley25-Feb-11 23:40 
GeneralUsing Visual Basic 6 dll in Visual C++ 6 Pin
Kumarunster5-Mar-05 10:45
Kumarunster5-Mar-05 10:45 
Hi!
How can I use one in Visual BASIC developed DLL in Visual C ++?

This DLL contains several classes which I want to use in mine C ++ program. DLL is registered.

At the moment I do the following:

#import "ConvetHTML2WORD.dll"
using namespace ConvertHTML2WORD;
....
....
....

_CConvertHTML2WORDPtr ptrConvert; //CConvertHTML2WORD is a class from a VB6 DLL

HRESULT hr = ptrConvert.CreateInstance("ConvertHTML2WORD.CConvertHTML2WORD");

//"ConvertHTML2WORD.CConvertHTML2WORD" is a registry key in the registry


The CreateInstance does not function.
ptrConvert it remains NULL

what do I do to wrong?


Thnks, Nikolai


GeneralRe: Using Visual Basic 6 dll in Visual C++ 6 Pin
Mike Dimmick5-Mar-05 12:51
Mike Dimmick5-Mar-05 12:51 
Generalhard time with dll Pin
gamitech5-Mar-05 10:33
gamitech5-Mar-05 10:33 
GeneralCTabCtrl Pin
lino_i5-Mar-05 10:17
lino_i5-Mar-05 10:17 
GeneralVisual Studio for Web Page Design Pin
Grahamfff5-Mar-05 8:27
Grahamfff5-Mar-05 8:27 
GeneralRe: Visual Studio for Web Page Design Pin
alex.barylski5-Mar-05 10:04
alex.barylski5-Mar-05 10:04 
GeneralMapping Mode Pin
LiYS5-Mar-05 4:10
LiYS5-Mar-05 4:10 
QuestionWhot is wrong with this .h file? Pin
Glich5-Mar-05 3:16
Glich5-Mar-05 3:16 
AnswerRe: Whot is wrong with this .h file? Pin
Maximilien5-Mar-05 3:30
Maximilien5-Mar-05 3:30 
GeneralRe: Whot is wrong with this .h file? Pin
Glich5-Mar-05 7:28
Glich5-Mar-05 7:28 
GeneralRe: Whot is wrong with this .h file? Pin
Maximilien5-Mar-05 7:46
Maximilien5-Mar-05 7:46 
Generalneed sub7 open source to learn about windows managment Pin
nadzzz5-Mar-05 3:06
nadzzz5-Mar-05 3:06 
Generalsource code from exe Pin
V.G5-Mar-05 1:38
V.G5-Mar-05 1:38 
GeneralRe: source code from exe Pin
Anonymous5-Mar-05 1:46
Anonymous5-Mar-05 1:46 
GeneralRe: source code from exe Pin
V.G5-Mar-05 1:48
V.G5-Mar-05 1:48 
GeneralRe: source code from exe Pin
Gary R. Wheeler5-Mar-05 2:23
Gary R. Wheeler5-Mar-05 2:23 
GeneralRe: source code from exe Pin
ThatsAlok6-Mar-05 18:17
ThatsAlok6-Mar-05 18:17 
GeneralRe: source code from exe Pin
Gary R. Wheeler5-Mar-05 2:19
Gary R. Wheeler5-Mar-05 2:19 

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.