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

Managed C++/CLI

 
QuestionC slower than mex ??? Pin
colorbeads28-Oct-04 9:16
colorbeads28-Oct-04 9:16 
AnswerRe: C slower than mex ??? Pin
Anonymous31-Oct-04 21:43
Anonymous31-Oct-04 21:43 
GeneralAmbiguous Error Pin
Anonymous26-Oct-04 8:46
Anonymous26-Oct-04 8:46 
GeneralRe: Ambiguous Error Pin
Christian Graus26-Oct-04 8:53
protectorChristian Graus26-Oct-04 8:53 
GeneralRe: Ambiguous Error Pin
Anonymous26-Oct-04 8:59
Anonymous26-Oct-04 8:59 
GeneralRe: Ambiguous Error Pin
Christian Graus27-Oct-04 9:09
protectorChristian Graus27-Oct-04 9:09 
GeneralRe: Ambiguous Error Pin
George L. Jackson27-Oct-04 9:16
George L. Jackson27-Oct-04 9:16 
Generalunmanaged to managed code conversion Pin
Member 138330524-Oct-04 23:56
Member 138330524-Oct-04 23:56 
I have an unmanaged DLL,I want to convert this to a Managed code so that C# and VB can access the resulting managed DLL, we decided to use Managed Extensions for C++(MC++)
As i am facing difficulties in analyzing the concepts hidden with in MC++,i want to know as
1.how to take the existing unmanaged code and compile it to managed code, (with the /clr compiler switch and It Just Works (IJW) )
2.Also to write managed wrappers around unmanaged functions.

After going through articles this is what i have understood, but absolutely don't know whether it is right or wrong??
To create a blank solution in Visual Studio and add the following projects
1) Unmanaged (old dll)
2) Managed (dll written using MC++)
3) and finally the C# project which accesses this Managed project
If this is correct, then is it possible for me to
1) directly take my old MFC DLL and open it in Visual Studio
2) should i add the .cpp and .h files from old dll to the managed project
3) should the import library of old dll be added to linker dependancies in the managed project
if all the above mentioned steps are wrong then what are the detailed steps i am supposed to follow.Anybody please help me

thanks in advance

GeneralRe: unmanaged to managed code conversion Pin
BlackDice27-Oct-04 7:51
BlackDice27-Oct-04 7:51 
Generaldependancies problem Pin
Mostafa Mohamed23-Oct-04 9:17
Mostafa Mohamed23-Oct-04 9:17 
GeneralRe: dependancies problem Pin
Anonymous2-Nov-04 19:19
Anonymous2-Nov-04 19:19 
GeneralReturning Strings in an arguement list Pin
nickOppen22-Oct-04 16:47
nickOppen22-Oct-04 16:47 
Questionwhat si #pragma once? Pin
Mario_Young22-Oct-04 13:01
Mario_Young22-Oct-04 13:01 
AnswerRe: what si #pragma once? Pin
Christian Graus25-Oct-04 12:50
protectorChristian Graus25-Oct-04 12:50 
GeneralRe: what si #pragma once? Pin
BlackDice27-Oct-04 7:54
BlackDice27-Oct-04 7:54 
Generalparser Pin
Anonymous21-Oct-04 9:18
Anonymous21-Oct-04 9:18 
GeneralOperator Overloading Problem Pin
Anonymous20-Oct-04 12:26
Anonymous20-Oct-04 12:26 
GeneralRe: Operator Overloading Problem Pin
Christian Graus21-Oct-04 16:26
protectorChristian Graus21-Oct-04 16:26 
GeneralString to wchar_t conversion Pin
Murlai18-Oct-04 21:17
Murlai18-Oct-04 21:17 
GeneralRe: String to wchar_t conversion Pin
Mr Mayur K20-Oct-04 5:07
Mr Mayur K20-Oct-04 5:07 
GeneralString conversions Pin
Murlai18-Oct-04 19:51
Murlai18-Oct-04 19:51 
GeneralRe: String conversions Pin
George L. Jackson19-Oct-04 15:40
George L. Jackson19-Oct-04 15:40 
GeneralRe: String conversions Pin
AnsGe20-Oct-04 17:51
AnsGe20-Oct-04 17:51 
Generaliteration through map Pin
aspen_matthews18-Oct-04 19:44
aspen_matthews18-Oct-04 19:44 
GeneralRe: iteration through map Pin
Christian Graus19-Oct-04 9:28
protectorChristian Graus19-Oct-04 9:28 

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.