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
sarada
NA
34
0
how to call dll static
Jun 6 2009 2:29 AM
hi,
I am using a dll.i want to call the dll statically,means i have used like this
[DllImport("Connector.dll")]
public static extern void iaxc_set_preferred_source_udp_port(int udpPort);
Even though it is not working properly,when i run the application,it is checking whether the dll is existing in application folder.but i dont want to put the dll in application folder.Even i tried to hide it.But it is not possible?Is there any way to do call dll statically?
Reply
Answers (
1
)
How to highlight a search string in notepad?
how to remove the rows of datagridview of one form from another form