Microsoft
Software
Hardware
Network
Question : How to access functions from dll without a header file or lib file
I have a third party dll that im tring to access its functions but with no luck I can load the dll fine using loadlibary but when I try and load the functions into memory using GetProcAddress I get nothing the functions wont load. I have all the functions from the DLL by using dumpbin.exe I also used the tool called dllexp which returned the functions of the dll as well as there paramater. example two of the paramaters are void __cdecl cv20_clear(void) and void __cdecl cv20_receive(void (__cdecl*)(char *,int)) hopfully someone can show me how to access these function from my application
Thanks
Answer : How to access functions from dll without a header file or lib file
I think this program is free:
http://www.ucware.com/apev
/index.htm
Random Solutions
Install Problem with Verizon PC770 2-in-1 PC Card and ExpressCard
basic quadratic question
Is SQL Server 2005, 2008 free?
SQL Encryption Key Error - SQL 2005
Lens error, restart camera error on Canon Ixus 60
Best way to handle vanity urls in IIS?
Blackberry browser 400 error - socketexception Connection reset
Audit, log and RBAC on AIX
backup exec 2010 on esxi
How do I verify Using SSIS if an XML file exist in the folder , change it's name and move ot to an SFTP if exist