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

Managed C++/CLI

 
QuestionHow to redirect data using asynchronous read operation.... Pin
Ashish Chauhan13-Feb-08 1:11
Ashish Chauhan13-Feb-08 1:11 
AnswerRe: How to redirect data using asynchronous read operation.... Pin
led mike13-Feb-08 6:41
led mike13-Feb-08 6:41 
GeneralRe: How to redirect data using asynchronous read operation.... Pin
Ashish Chauhan13-Feb-08 19:24
Ashish Chauhan13-Feb-08 19:24 
GeneralRe: How to redirect data using asynchronous read operation.... Pin
led mike14-Feb-08 9:18
led mike14-Feb-08 9:18 
Question[Message Deleted] Pin
Member 454227212-Feb-08 16:18
Member 454227212-Feb-08 16:18 
GeneralRe: where should i put the codes? Pin
led mike13-Feb-08 6:38
led mike13-Feb-08 6:38 
Questioncan not disassemble .lib file using ILDASM Pin
s196675m12-Feb-08 6:26
s196675m12-Feb-08 6:26 
AnswerRe: can not disassemble .lib file using ILDASM Pin
led mike12-Feb-08 7:28
led mike12-Feb-08 7:28 
s196675m wrote:
I made a library file using Pure clr option. The files in that project all are native c/c++;

Pure assemblies (compiled with /clr:pure) can contain both native and managed data types, but only managed functions.

link[^]

So how did you get it to compile with all that native code in there?


led mike

GeneralRe: can not disassemble .lib file using ILDASM Pin
Mark Salsbery12-Feb-08 8:09
Mark Salsbery12-Feb-08 8:09 
GeneralRe: can not disassemble .lib file using ILDASM Pin
led mike12-Feb-08 9:31
led mike12-Feb-08 9:31 
GeneralRe: can not disassemble .lib file using ILDASM Pin
Mark Salsbery12-Feb-08 9:44
Mark Salsbery12-Feb-08 9:44 
GeneralRe: can not disassemble .lib file using ILDASM Pin
led mike12-Feb-08 9:56
led mike12-Feb-08 9:56 
Generalconvert Message To MSG Pin
javad_20058-Feb-08 1:13
javad_20058-Feb-08 1:13 
Generalerror C2371: 'IDataObject' : redefinition; different basic types Pin
s196675m7-Feb-08 7:15
s196675m7-Feb-08 7:15 
QuestionConvertion funtions Pin
lgatcodeproject6-Feb-08 22:55
lgatcodeproject6-Feb-08 22:55 
GeneralRe: Convertion funtions Pin
led mike7-Feb-08 4:31
led mike7-Feb-08 4:31 
GeneralRe: Convertion funtions Pin
lgatcodeproject11-Feb-08 22:15
lgatcodeproject11-Feb-08 22:15 
GeneralNetwork connection status Pin
vijboy5-Feb-08 12:14
vijboy5-Feb-08 12:14 
GeneralMulti threading Pin
vijboy4-Feb-08 11:21
vijboy4-Feb-08 11:21 
GeneralRe: Multi threading Pin
Mark Salsbery4-Feb-08 12:06
Mark Salsbery4-Feb-08 12:06 
GeneralRe: Multi threading Pin
vijboy5-Feb-08 13:29
vijboy5-Feb-08 13:29 
GeneralAnother application running in the form Pin
rover_boy4-Feb-08 10:19
rover_boy4-Feb-08 10:19 
GeneralRe: Another application running in the form Pin
TJoe5-Feb-08 6:05
TJoe5-Feb-08 6:05 
GeneralConverting and .exe to a Form Control Pin
TheBerk4-Feb-08 6:54
TheBerk4-Feb-08 6:54 
AnswerRe: Converting and .exe to a Form Control Pin
TJoe5-Feb-08 6:28
TJoe5-Feb-08 6: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.