fkheng Posted September 26, 2003 Posted September 26, 2003 is it possible to execute or call a program written in C by a program written in .NET and data to be shared between these 2 programs? Quote Can you bind the beautiful Pleiades, and can you loose the cords of Orion? - God to Job...
*Gurus* divil Posted September 26, 2003 *Gurus* Posted September 26, 2003 You can call functions in a c dll using platform invoke, the same way you call Windows APIs. There are samples in the SDK of doing this in the samples/technologies/interop/platforminfoke directory. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.