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

Managed C++/CLI

 
GeneralRe: syncing videos on different machines... Pin
Christian Graus26-Jan-05 13:19
protectorChristian Graus26-Jan-05 13:19 
GeneralRe: syncing videos on different machines... Pin
natarius26-Jan-05 13:34
natarius26-Jan-05 13:34 
GeneralRe: syncing videos on different machines... Pin
Christian Graus26-Jan-05 13:38
protectorChristian Graus26-Jan-05 13:38 
GeneralRe: syncing videos on different machines... Pin
natarius26-Jan-05 13:57
natarius26-Jan-05 13:57 
GeneralRe: syncing videos on different machines... Pin
Christian Graus26-Jan-05 14:03
protectorChristian Graus26-Jan-05 14:03 
GeneralRe: syncing videos on different machines... Pin
natarius26-Jan-05 14:16
natarius26-Jan-05 14:16 
GeneralManaged vs Unmanaged functions Pin
zmech24-Jan-05 21:08
zmech24-Jan-05 21:08 
GeneralIt's the Interop Pin
ursus zeta2-Feb-05 11:35
ursus zeta2-Feb-05 11:35 
If you are compiling a managed application, any unmanaged code, is handled by the Interop Marshaler. It makes a number of additional operations to make the coding of the application appear seamless. Actually, it creates data buffers and loads your data, copying the data to other buffers and casting to compatible .NET types. I'm simplifying a little. But, it's much slower, especially if you have alot of data to transfer.
QuestionHow to get RAM SNAPSHOT ??? Pin
a4amie24-Jan-05 18:40
a4amie24-Jan-05 18:40 
GeneralObtaining file version information for a file in the network Pin
e_prabhu24-Jan-05 4:43
e_prabhu24-Jan-05 4:43 
GeneralString Format Pin
Gammill23-Jan-05 19:05
Gammill23-Jan-05 19:05 
GeneralRe: String Format Pin
Gammill24-Jan-05 8:22
Gammill24-Jan-05 8:22 
Generaledialer Pin
Anonymous23-Jan-05 7:01
Anonymous23-Jan-05 7:01 
GeneralRe: edialer Pin
Christian Graus23-Jan-05 10:01
protectorChristian Graus23-Jan-05 10:01 
Generaldynamic allocation is openGL Pin
student_ben21-Jan-05 12:20
student_ben21-Jan-05 12:20 
GeneralRe: dynamic allocation is openGL Pin
Christian Graus23-Jan-05 10:00
protectorChristian Graus23-Jan-05 10:00 
Generalproblem when convert float to double Pin
19-Jan-05 20:21
suss19-Jan-05 20:21 
GeneralRe: problem when convert float to double Pin
Christian Graus19-Jan-05 21:17
protectorChristian Graus19-Jan-05 21:17 
Generalsend a keyboard event Pin
Gammill18-Jan-05 18:57
Gammill18-Jan-05 18:57 
GeneralRe: send a keyboard event Pin
ursus zeta24-Jan-05 12:59
ursus zeta24-Jan-05 12:59 
GeneralRe: send a keyboard event Pin
Gammill24-Jan-05 18:11
Gammill24-Jan-05 18:11 
GeneralStrange problem with operator new in class libraries Pin
Rei Miyasaka16-Jan-05 21:11
Rei Miyasaka16-Jan-05 21:11 
GeneralWinSock ports Pin
prophets_lie16-Jan-05 18:05
prophets_lie16-Jan-05 18:05 
GeneralHowTo shut up Output messages Pin
Gammill15-Jan-05 13:49
Gammill15-Jan-05 13:49 
GeneralRe: HowTo shut up Output messages Pin
Gammill18-Jan-05 9:25
Gammill18-Jan-05 9:25 

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.