Click here to Skip to main content
15,890,282 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
AnswerRe: Find a string Pin
RanjanShrestha9-Feb-06 7:27
RanjanShrestha9-Feb-06 7:27 
GeneralRe: Find a string Pin
picasso29-Feb-06 7:49
picasso29-Feb-06 7:49 
GeneralRe: Find a string Pin
RanjanShrestha9-Feb-06 8:04
RanjanShrestha9-Feb-06 8:04 
GeneralRe: Find a string Pin
picasso29-Feb-06 8:37
picasso29-Feb-06 8:37 
GeneralRe: Find a string Pin
perlmunger10-Feb-06 11:15
perlmunger10-Feb-06 11:15 
QuestionBoost threading. Pin
hyyppa9-Feb-06 1:19
hyyppa9-Feb-06 1:19 
AnswerRe: Boost threading. Pin
Nemanja Trifunovic9-Feb-06 1:45
Nemanja Trifunovic9-Feb-06 1:45 
Questionusing VB classes in C++ code Pin
schrilax8-Feb-06 18:46
schrilax8-Feb-06 18:46 
hi there,
wanted a little help regarding using VB classes in C++ code.
i wrote a class definition in VB which needs to be extended in C++.
for which i wrote the class definition in VB as an ActiveX dll , which in turn resulted in a COM dll. i used the type definition of the dll to get the idl file, which i used with the MIDL tool to get the header and cpp file to be used in C++. i included the files in my c++project. and defined the interface pointer to the generated class definition using the CoCreateInstance method and used the pointer to call the methods defined in generated header file.
but sometimes the code works sometimes it doesnt. the code sometimes crashes and the error comes up as VB error code '91' .........
why does this happen ?? i think it is the versioning problem of the VB COM module. how do i avoid it ?? and ensure that my code always works???
what i really want is to somehow create a method which accepts class objects and also returns the same.
i had one more query abt how to write explicit constructors in VB?
i wanted to have 2 constructors in the VB class one which takes in parameters to initialize the private member variables, and the other which doesnt but somehow VB isnt able to distinguish between the methods and returns error. so i had to rename the methods differently.
is there any better method to acheive my requirement??
could anyone of you help me out ?????
thanx in advance!!!!!!

i am a software developer .
AnswerRe: using VB classes in C++ code Pin
George L. Jackson9-Feb-06 13:02
George L. Jackson9-Feb-06 13:02 
QuestionMC++ Graphics HELP !!! Pin
hbjs8-Feb-06 17:03
hbjs8-Feb-06 17:03 
AnswerRe: MC++ Graphics HELP !!! Pin
George L. Jackson9-Feb-06 8:24
George L. Jackson9-Feb-06 8:24 
GeneralRe: MC++ Graphics HELP !!! Pin
hbjs9-Feb-06 13:55
hbjs9-Feb-06 13:55 
GeneralRe: MC++ Graphics HELP !!! Pin
George L. Jackson9-Feb-06 15:18
George L. Jackson9-Feb-06 15:18 
GeneralRe: MC++ Graphics HELP !!! Pin
hbjs9-Feb-06 16:10
hbjs9-Feb-06 16:10 
QuestionnooB question: Can mix MFC and .NET extensions in single app/class ? Pin
Mike the Red8-Feb-06 2:25
Mike the Red8-Feb-06 2:25 
AnswerRe: nooB question: Can mix MFC and .NET extensions in single app/class ? Pin
George L. Jackson8-Feb-06 9:23
George L. Jackson8-Feb-06 9:23 
Questionnull value check Pin
madhusri7-Feb-06 21:37
madhusri7-Feb-06 21:37 
AnswerRe: null value check Pin
Cedric Moonen7-Feb-06 22:10
Cedric Moonen7-Feb-06 22:10 
GeneralRe: null value check Pin
toxcct7-Feb-06 22:49
toxcct7-Feb-06 22:49 
AnswerRe: null value check Pin
Red Stateler8-Feb-06 3:06
Red Stateler8-Feb-06 3:06 
Questionpipe problem Pin
allenmpcx7-Feb-06 17:26
allenmpcx7-Feb-06 17:26 
AnswerRe: pipe problem Pin
kakan9-Feb-06 0:01
professionalkakan9-Feb-06 0:01 
QuestionThe Hidden Message Pin
Peter Charlesworth7-Feb-06 9:54
Peter Charlesworth7-Feb-06 9:54 
QuestionError using a Visual Basic DLL in c++ Pin
jtrujillogomez6-Feb-06 23:44
jtrujillogomez6-Feb-06 23:44 
QuestionHow can I implement a C++ interface in C#2 Pin
tiancaidao6-Feb-06 22:39
tiancaidao6-Feb-06 22:39 

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.