embeddedaebi
Junior Member level 1
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.
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.