![]() |
|
|||||||
|
|
Thread Tools | Search this Thread | Rate Thread |
|
#1
|
|||
|
|||
How do I load DLL files for windows programing in the Microsoft visual c++?Hi
I want to create a generic USB driver for WIN98. I need to load windows dll to use windows API for communicating with USB port. Is any body know about how to load DLL files in the Microsoft visual c++ and which windows API will help me to create a USB driver. Thank you Md. Mainul Hasan |
|||
|
#2
|
|||
|
|||
Re: How do I load DLL files for windows programing in the Microsoft visual c++?When you compile a program for Windows and include <windows.h> the DLL with the Windows API should be loaded automatically. If you need to load another DLL for specific device functions, you can use the LoadLibrary function to load the DLL and, unless you have a .lib, you'll need GetProcAddress to access the functions in the DLL.
|
Recent GIDBlog
Problems with the Navy (Enlisted) by crystalattice
| Thread Tools | Search this Thread |
| Rate This Thread | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Redirection within Microsoft Visual Studio.Net 2003 | Cindy S | C Programming Language | 2 | 24-Apr-2006 21:35 |
| Microsoft visual studio 6 | nadavsh | MS Visual C++ / MFC Forum | 0 | 05-Mar-2006 05:39 |
| Bloodshed Dev C++ Project Options | JdS | C++ Forum | 6 | 11-Nov-2005 17:23 |
| What is "Ambigious symbol" ??*( a compilation error) | small_ticket | C++ Forum | 2 | 07-Jan-2005 21:10 |
Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The