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
Hest
NA
5
0
Help calling a C++ external dll
Jan 20 2010 9:08 AM
Hey,
I'm trying to call a external dll from a c# but can't get it to work properly.
The dll exports this signature: FiSH_encrypt_msg(HWND mWnd, HWND aWnd, char *theData, char *params, BOOL show, BOOL nopause)
In c# I added the following:
[DllImport("FiSH.DLL")]
public static extern String FiSH_encrypt_msg(This is where i need help);
Anyone who can help filling out the params ?
Thanks
Reply
Answers (
1
)
Adding events at run time
How to connect a web application to a search engine by using asp.net and c#