Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Help required for making application in VC++ 6

Status
Not open for further replies.

embeddedaebi

Junior Member level 1
Joined
Sep 9, 2012
Messages
15
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,373
Hello all.

I am new to using visual studio. I have to develop an application on VC++ 6.
I have the following files
1) xyz.sys
2) xyz.dll
3) xyz.lib
4) xyz.h (containing the APIs and structures declarations)
5) xyz.c (containing the API definitions and dynamic library loading code)

How can I bring all the above together to make an application in VC++ 6.
I tries myself but sometimes header files are not found, sometimes error says undeclared identifiers to already defined identifies in header file.
Please can anybody tell me the details of how this can be done. Please tell me what should be done step by step.

Thanx in advance.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top