| Sign In/My Account | View Cart |
| Article: |
Intro to Managed C++, Part 2: Mixing Managed and Unmanaged Code | |
| Subject: | Why C#? | |
| Date: | 2008-02-03 06:41:10 | |
| From: | ailyag | |
|
Response to: Why C#?
|
||
|
Hello everybody! I've got the concept you discuss. But I have difficulties with using C++ managed DLL in C#. There is no problem call just a funtion from DLL by declaring as follows: [DllImport("CFS01.dll", CallingConvention = CallingConvention.Cdecl)]
|
||