This is a discussion on Is there a way to find out the functions exported by a C/C++ DLL... within the C# Programming forums, part of the Software Development category; Is there a way to find out the functions exported by a C/C++ DLL so that I can PInvoke ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Is there a way to find out the functions exported by a C/C++ DLL so that I can PInvoke it in my C# application? You can use DumpBin.exe that comes with Visual Studio to see the exports. Use the /EXPORT command line option to list all the exports of a library. Eg :- Dumpbin /EXPORT yourdll.lib |
| Sponsored Links |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How you Find IMEI in J2ME | itbarota | J2ME | 8 | 09-30-2008 05:04 AM |
| Could not find a part of the path | kingmaker | C# Programming | 1 | 02-27-2008 09:44 PM |
| What are Virtual Functions? How to implement virtual functions in "C"? | Sabari | C and C++ Programming | 4 | 09-10-2007 11:35 PM |
| How can we find the client’s IP Address Using C# .Net | Archer | C# Programming | 0 | 07-16-2007 12:11 AM |
| So how do you find this forum? | montyauto | The Lounge | 2 | 02-28-2007 11:27 AM |