C# Programming
04-03-2009, 04:16 PM
Hello Masters,
Can you just put some light on which is the best way to invoke function's from a Win32 dll?
I have already studied the following ways:
Solution A: Create Bridge Functions and Use PInvoke.
Solution B: Create a Bridge DLL in Managed C++. If we don’t have the source code for the dll’s this approach would be better.
Also do we need to write a wrapper for each and every function a WIN32 dll exposes?
You need to google first, if you have "It's urgent please" mentioned in your question.
http://www.barakasoft.com/script/Forums/Images/smiley_wink.gif_AnShUmAn_
Can you just put some light on which is the best way to invoke function's from a Win32 dll?
I have already studied the following ways:
Solution A: Create Bridge Functions and Use PInvoke.
Solution B: Create a Bridge DLL in Managed C++. If we don’t have the source code for the dll’s this approach would be better.
Also do we need to write a wrapper for each and every function a WIN32 dll exposes?
You need to google first, if you have "It's urgent please" mentioned in your question.
http://www.barakasoft.com/script/Forums/Images/smiley_wink.gif_AnShUmAn_