|
-
August 2nd, 2008, 07:09 AM
#1
Query: In my DLL, Could I have C++ file & C# file
In my DLL, Could I have C++ file that exports functions in traditional way using __declspec(dllexport), and have remaining code written in C# file?
This is because: myDLL is a bridge between two applications.
Application_1 wants me to export functions using __declspec(dllexport).
Application_2 has APIs exposed in C#.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|