Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
Call a native C++ dll from My C# windows app
harry boy
15y
3.3k
1
Reply
I have a C++ dll that has a function exported like so: __declspec(dllexport) int WINAPI StartServer() ; I wish to call this function from my C# Windows application. How do I do this??
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
Passing string from C# to C++
Calling dll from C#