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

Managed C++/CLI

 
GeneralRe: Beginning C++/CLI Question Pin
N a v a n e e t h9-Jun-09 17:47
N a v a n e e t h9-Jun-09 17:47 
GeneralRe: Beginning C++/CLI Question Pin
Shadowsoal9-Jun-09 18:02
Shadowsoal9-Jun-09 18:02 
GeneralRe: Beginning C++/CLI Question Pin
N a v a n e e t h9-Jun-09 18:04
N a v a n e e t h9-Jun-09 18:04 
GeneralRe: Beginning C++/CLI Question Pin
Shadowsoal9-Jun-09 18:11
Shadowsoal9-Jun-09 18:11 
GeneralRe: Beginning C++/CLI Question Pin
Shadowsoal10-Jun-09 5:14
Shadowsoal10-Jun-09 5:14 
GeneralRe: Beginning C++/CLI Question Pin
N a v a n e e t h10-Jun-09 18:12
N a v a n e e t h10-Jun-09 18:12 
GeneralRe: Beginning C++/CLI Question Pin
Shadowsoal10-Jun-09 18:44
Shadowsoal10-Jun-09 18:44 
GeneralRe: Beginning C++/CLI Question Pin
N a v a n e e t h10-Jun-09 20:33
N a v a n e e t h10-Jun-09 20:33 
Shadowsoal wrote:
My simple test programs compile and run just fine now that I'm using /clr:safe instead of just /clr. Now all I need to do is write a handful of wrapper functions around my old library


clr:/safe can't compile the application when native classes are involved. It is OK if you have only managed classes. Since you have native classes, go with /clr or /clr:pure.


GeneralRe: Beginning C++/CLI Question Pin
Shadowsoal22-Jun-09 5:40
Shadowsoal22-Jun-09 5:40 
Question[Message Deleted] Pin
Richard Andrew x649-Jun-09 7:59
professionalRichard Andrew x649-Jun-09 7:59 
QuestionUnlockBits releases my Byte-Array Pin
cherrymotion9-Jun-09 3:27
cherrymotion9-Jun-09 3:27 
AnswerRe: UnlockBits releases my Byte-Array Pin
Luc Pattyn9-Jun-09 3:48
sitebuilderLuc Pattyn9-Jun-09 3:48 
GeneralRe: UnlockBits releases my Byte-Array Pin
cherrymotion9-Jun-09 6:14
cherrymotion9-Jun-09 6:14 
GeneralRe: UnlockBits releases my Byte-Array Pin
Luc Pattyn9-Jun-09 6:43
sitebuilderLuc Pattyn9-Jun-09 6:43 
AnswerRe: UnlockBits releases my Byte-Array Pin
Mark Salsbery9-Jun-09 6:45
Mark Salsbery9-Jun-09 6:45 
AnswerRe: UnlockBits releases my Byte-Array Pin
Mark Salsbery9-Jun-09 6:54
Mark Salsbery9-Jun-09 6:54 
GeneralRe: UnlockBits releases my Byte-Array Pin
cherrymotion9-Jun-09 10:53
cherrymotion9-Jun-09 10:53 
QuestionCOM vs Assembly Pin
Varghese Paul M7-Jun-09 19:23
Varghese Paul M7-Jun-09 19:23 
AnswerRe: COM vs Assembly Pin
led mike8-Jun-09 4:54
led mike8-Jun-09 4:54 
QuestionSize of Labels Pin
cherrymotion7-Jun-09 4:27
cherrymotion7-Jun-09 4:27 
AnswerRe: Size of Labels Pin
dybs7-Jun-09 6:47
dybs7-Jun-09 6:47 
GeneralRe: Size of Labels Pin
cherrymotion7-Jun-09 7:41
cherrymotion7-Jun-09 7:41 
GeneralRe: Size of Labels Pin
dybs7-Jun-09 12:09
dybs7-Jun-09 12:09 
AnswerRe: Size of Labels Pin
Luc Pattyn7-Jun-09 12:38
sitebuilderLuc Pattyn7-Jun-09 12:38 
GeneralRe: Size of Labels Pin
dybs7-Jun-09 14:32
dybs7-Jun-09 14:32 

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.