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

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.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.