Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# - How to Zip file on the Web Server? Pin
Heath Stewart24-Aug-04 10:46
protectorHeath Stewart24-Aug-04 10:46 
GeneralRe: C# - How to Zip file on the Web Server? Pin
HyVong26-Aug-04 4:38
HyVong26-Aug-04 4:38 
GeneralRe: C# - How to Zip file on the Web Server? Pin
HyVong26-Aug-04 5:36
HyVong26-Aug-04 5:36 
AnswerRe: C# - How to Zip file on the Web Server? Pin
Anonymous24-Aug-04 10:03
Anonymous24-Aug-04 10:03 
AnswerRe: C# - How to Zip file on the Web Server? Pin
Nick Parker24-Aug-04 10:38
protectorNick Parker24-Aug-04 10:38 
AnswerRe: C# - How to Zip file on the Web Server? Pin
HyVong26-Aug-04 5:38
HyVong26-Aug-04 5:38 
GeneralIntegrating C++ and C# code Pin
crushinghellhammer24-Aug-04 6:58
crushinghellhammer24-Aug-04 6:58 
GeneralRe: Integrating C++ and C# code Pin
Steve Maier24-Aug-04 7:22
professionalSteve Maier24-Aug-04 7:22 
Not quite. Managed C++ is just C++ code with the managed extensions enables. that means that it's C++ that does the garbage collecting and can call into the .Net framework. You can load up a DLL and call functions from it in your C# code. This will involve marshalling your data back and forth between the managed C# code and the unmanaged C++.

What you want to do is to call normal C++ or unsafe code from inside of your C# code. Here is one article on it, but you can also search for unsafe code in C# and you should be able to find more. You can also look for C# and marshalling for more.
Mixing Managed and Unmanaged code

Steve Maier, MCSD MCAD
GeneralRe: Integrating C++ and C# code Pin
Heath Stewart24-Aug-04 7:57
protectorHeath Stewart24-Aug-04 7:57 
GeneralRe: Integrating C++ and C# code Pin
Nick Parker24-Aug-04 7:34
protectorNick Parker24-Aug-04 7:34 
GeneralRe: Integrating C++ and C# code Pin
crushinghellhammer24-Aug-04 8:13
crushinghellhammer24-Aug-04 8:13 
GeneralRe: Integrating C++ and C# code Pin
Heath Stewart24-Aug-04 9:05
protectorHeath Stewart24-Aug-04 9:05 
GeneralRe: Integrating C++ and C# code Pin
crushinghellhammer24-Aug-04 9:21
crushinghellhammer24-Aug-04 9:21 
GeneralRe: Integrating C++ and C# code Pin
Heath Stewart24-Aug-04 10:27
protectorHeath Stewart24-Aug-04 10:27 
GeneralRe: Integrating C++ and C# code Pin
crushinghellhammer24-Aug-04 11:59
crushinghellhammer24-Aug-04 11:59 
GeneralRe: Integrating C++ and C# code Pin
Heath Stewart24-Aug-04 16:12
protectorHeath Stewart24-Aug-04 16:12 
GeneralRe: Integrating C++ and C# code Pin
Tom Larsen24-Aug-04 11:19
Tom Larsen24-Aug-04 11:19 
GeneralSimple Reflenction Pin
afronaut24-Aug-04 6:24
afronaut24-Aug-04 6:24 
GeneralRe: Simple Reflenction Pin
Charlie Williams24-Aug-04 7:25
Charlie Williams24-Aug-04 7:25 
GeneralRe: Simple Reflenction Pin
afronaut24-Aug-04 8:33
afronaut24-Aug-04 8:33 
GeneralGetWindowText/GetForegroundWindow Pin
pat27088124-Aug-04 5:46
pat27088124-Aug-04 5:46 
GeneralRe: GetWindowText/GetForegroundWindow Pin
Charlie Williams24-Aug-04 6:18
Charlie Williams24-Aug-04 6:18 
GeneralRe: GetWindowText/GetForegroundWindow Pin
pat27088124-Aug-04 7:02
pat27088124-Aug-04 7:02 
GeneralRe: GetWindowText/GetForegroundWindow Pin
pat27088124-Aug-04 11:44
pat27088124-Aug-04 11:44 
GeneralCopying txt input from 1 form to the other Pin
steve_rm24-Aug-04 5:14
steve_rm24-Aug-04 5:14 

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.