TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
harry boy
NA
1
0
Call a native C++ dll from My C# windows app
Nov 10 2009 9:08 AM
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??
Reply
Answers (
1
)
Passing string from C# to C++
Calling dll from C#