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

Managed C++/CLI

 
GeneralConverting managed class pointers to unmanaged void pointers and back. Pin
Bill Langlais7-Jun-05 17:54
Bill Langlais7-Jun-05 17:54 
GeneralRe: Converting managed class pointers to unmanaged void pointers and back. Pin
Bill Langlais8-Jun-05 1:54
Bill Langlais8-Jun-05 1:54 
GeneralManaged + Unmanaged C++ dll. Pin
rkvs7-Jun-05 16:36
rkvs7-Jun-05 16:36 
Generalquestion re. portability of an MFC app Pin
joseph19506-Jun-05 10:26
joseph19506-Jun-05 10:26 
GeneralRe: question re. portability of an MFC app Pin
joseph19506-Jun-05 10:27
joseph19506-Jun-05 10:27 
GeneralRe: question re. portability of an MFC app Pin
Christian Graus6-Jun-05 12:41
protectorChristian Graus6-Jun-05 12:41 
GeneralRe: question re. portability of an MFC app Pin
joseph19507-Jun-05 4:54
joseph19507-Jun-05 4:54 
GeneralRe: question re. portability of an MFC app Pin
Christian Graus7-Jun-05 12:04
protectorChristian Graus7-Jun-05 12:04 
Yes, always give out release versions. Debug versions contain a lot of extra stuff to help debugging, and will be slower, as well as needing debug dlls, and the other issues someone else raised.

I didn't think you could change to static build on an existing project ? Anyhow, I was not saying you should do this, necessarily. I wouldn't, but I mentioned it so you can decide if you want to. Ideally, you should just ship with the dll, then you can ship smaller updates, because you'll know the dll is there. If I was offering software for download, I'd offer the dll seperately.

Don't forget, you may also need MSVCRT, if you've used C runtime functions. I think VC comes with a tool called Depends that tells you what dlls your app needs.

Christian Graus - Microsoft MVP - C++
GeneralRe: question re. portability of an MFC app Pin
toxcct6-Jun-05 20:20
toxcct6-Jun-05 20:20 
GeneralRe: question re. portability of an MFC app Pin
joseph19507-Jun-05 4:54
joseph19507-Jun-05 4:54 
GeneralRe: question re. portability of an MFC app Pin
joseph19507-Jun-05 9:02
joseph19507-Jun-05 9:02 
GeneralRe: question re. portability of an MFC app Pin
Christian Graus7-Jun-05 12:01
protectorChristian Graus7-Jun-05 12:01 
GeneralDrawing simple shapes and controlling them Pin
Hmmkk5-Jun-05 1:23
Hmmkk5-Jun-05 1:23 
GeneralRe: Drawing simple shapes and controlling them Pin
Hmmkk5-Jun-05 2:15
Hmmkk5-Jun-05 2:15 
GeneralFrom, "Windows Forms Programming in C#" Pin
ursus zeta5-Jun-05 10:50
ursus zeta5-Jun-05 10:50 
GeneralRe: From, "Windows Forms Programming in C#" Pin
Hmmkk6-Jun-05 11:01
Hmmkk6-Jun-05 11:01 
Generalconfusing Pin
ursus zeta7-Jun-05 8:16
ursus zeta7-Jun-05 8:16 
GeneralRe: confusing Pin
Hmmkk7-Jun-05 11:43
Hmmkk7-Jun-05 11:43 
Generaltoo much info Pin
ursus zeta10-Jun-05 10:50
ursus zeta10-Jun-05 10:50 
General3 occurences of error C2039 Pin
joseph19503-Jun-05 4:36
joseph19503-Jun-05 4:36 
GeneralRe: 3 occurences of error C2039 Pin
toxcct5-Jun-05 3:33
toxcct5-Jun-05 3:33 
GeneralRe: 3 occurences of error C2039 Pin
joseph19506-Jun-05 2:52
joseph19506-Jun-05 2:52 
GeneralRe: 3 occurences of error C2039 Pin
toxcct6-Jun-05 2:57
toxcct6-Jun-05 2:57 
GeneralRe: 3 occurences of error C2039 Pin
joseph19506-Jun-05 7:38
joseph19506-Jun-05 7:38 
Generalremoving variable Pin
joseph19503-Jun-05 2:56
joseph19503-Jun-05 2:56 

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.