954,505 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

How to load dll files in Microsoft Visual C++?

Hi

I want to create a USB driver for Windows98. I need several windows API to communicate with the USB. That's why I need to know how to load dll files in Microsoft Visual C++ for using windows API and which API will help me to build my driver. Is anybody help me to show right way to build driver.

Thank you

Md. Mainul Hasan

mhasan_mitul
Newbie Poster
2 posts since Nov 2006
Reputation Points: 10
Solved Threads: 0
 

First, you don't need to load the dlls. just include windows.h and you will have access to most of the functions you need

#include <windows.h>
// your code here


Which functions do you need? I don't know, sorry.

Ancient Dragon
Retired & Loving It
Team Colleague
30,049 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You