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

Managed C++/CLI

 
QuestionLoading cursor problem (MFC) Pin
Vladimir D17-Oct-05 6:29
Vladimir D17-Oct-05 6:29 
Question"Poject help" Pin
da_comp_learner16-Oct-05 18:36
da_comp_learner16-Oct-05 18:36 
QuestionThis application has requested the Runtime to terminate it in an unusual way. Pin
Lord Kixdemp15-Oct-05 15:01
Lord Kixdemp15-Oct-05 15:01 
QuestionVC++ 6.0 & .NET 2003 Pin
Nuray15-Oct-05 4:06
Nuray15-Oct-05 4:06 
AnswerRe: VC++ 6.0 & .NET 2003 Pin
Nemanja Trifunovic15-Oct-05 5:29
Nemanja Trifunovic15-Oct-05 5:29 
AnswerRe: VC++ 6.0 & .NET 2003 Pin
Christian Graus16-Oct-05 13:30
protectorChristian Graus16-Oct-05 13:30 
GeneralRe: VC++ 6.0 & .NET 2003 Pin
Nuray17-Oct-05 0:51
Nuray17-Oct-05 0:51 
GeneralRe: VC++ 6.0 & .NET 2003 Pin
Christian Graus17-Oct-05 1:40
protectorChristian Graus17-Oct-05 1:40 
Nuray wrote:
My original code uses templates extensively.


So you had C++ to start with ? Why on earth do you want to move at all then ? Why do you need C# ?

Nuray wrote:
This features is available in VS 2005 (as C# Generics) not in 2003.


Unless you used templates in a really basic manner, C# probably does not support your C++ code at all, actually.

Nuray wrote:
That's why I want to use VC++ & .NET 2003 together.


But why are you moving to C# at all ? If you need to support .NET, why not MC++ ?

Nuray wrote:
What is the basic difference between COM DLL and DLL?


One supports COM, the other is just a dll. COM was the answer to dll hell before .NET came along ( .NET is also the answer to dll hell )

Nuray wrote:
Any reference?


google.

Nuray wrote:
If I create a project as WIN32 DLL and build it and then adding the DLL as a reference in C# project would it be correct?


You can' add a normal dll, but you could use import functions from a normal dll into a C# app. My core question would remain, why ? If you have a code base already, how does it work now, and why are you so keen to do part of it in C# ?

Christian Graus - Microsoft MVP - C++
GeneralRe: VC++ 6.0 & .NET 2003 Pin
Nuray17-Oct-05 3:31
Nuray17-Oct-05 3:31 
GeneralRe: VC++ 6.0 & .NET 2003 Pin
Christian Graus17-Oct-05 11:55
protectorChristian Graus17-Oct-05 11:55 
GeneralRe: VC++ 6.0 & .NET 2003 Pin
Nuray19-Oct-05 2:40
Nuray19-Oct-05 2:40 
GeneralRe: VC++ 6.0 & .NET 2003 Pin
Christian Graus20-Oct-05 9:47
protectorChristian Graus20-Oct-05 9:47 
QuestionWrite/read Windows registry? Pin
Lord Kixdemp14-Oct-05 14:35
Lord Kixdemp14-Oct-05 14:35 
AnswerRe: Write/read Windows registry? Pin
RFOG15-Oct-05 1:03
RFOG15-Oct-05 1:03 
GeneralRe: Write/read Windows registry? Pin
Lord Kixdemp15-Oct-05 6:28
Lord Kixdemp15-Oct-05 6:28 
Questionvariables Pin
Anonymous14-Oct-05 11:28
Anonymous14-Oct-05 11:28 
AnswerRe: variables Pin
khan++14-Oct-05 21:25
khan++14-Oct-05 21:25 
QuestionC/C++ Code needed Pin
CMentor14-Oct-05 8:41
CMentor14-Oct-05 8:41 
AnswerRe: C/C++ Code needed Pin
akcom14-Oct-05 10:03
akcom14-Oct-05 10:03 
GeneralRe: C/C++ Code needed Pin
toxcct17-Oct-05 2:13
toxcct17-Oct-05 2:13 
QuestionWhy can't I write a code like this ?? Pin
ComplexLifeForm13-Oct-05 23:22
ComplexLifeForm13-Oct-05 23:22 
AnswerRe: Why can't I write a code like this ?? Pin
Nemanja Trifunovic14-Oct-05 6:07
Nemanja Trifunovic14-Oct-05 6:07 
GeneralRe: Why can't I write a code like this ?? Pin
ComplexLifeForm16-Oct-05 17:19
ComplexLifeForm16-Oct-05 17:19 
Questionhelp: how to write 32 bits to 4 byte aligned address? Pin
Rostfrei13-Oct-05 21:48
Rostfrei13-Oct-05 21:48 
AnswerRe: help: how to write 32 bits to 4 byte aligned address? Pin
Joey Bloggs19-Oct-05 19:31
Joey Bloggs19-Oct-05 19:31 

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.