|
-
November 20th, 2004, 01:16 AM
#1
Integration SDK with VC++ in MFC
How to integrate SDK with VC++ in MFC ??? i don't have ideal how and where to perform this......
-
November 20th, 2004, 02:14 AM
#2
Re: Integration SDK with VC++ in MFC
 Originally Posted by Danny Gan
How to integrate SDK with VC++ in MFC ??? i don't have ideal how and where to perform this...... 
Well which SDK r u trying to integrate and in which IDE i mean VS6.0 or VS.NET,
but anyways SDK normally comes up with three kinds of files LIB , .H and help files.
To configure this SDK u will have to set the these header and lib files path
in VS 6.0 one can set these path like this
1.For configuring additional header files go to Tool-->Option-->Directories-->Include Files
2.For configuring additional lib files go to Tool-->Option-->Directories-->library files.
hope it will help
Unmanaged in a .NET world
-
November 20th, 2004, 02:52 AM
#3
Re: Integration SDK with VC++ in MFC
 Originally Posted by Danny Gan
How to integrate SDK with VC++ in MFC ??? i don't have ideal how and where to perform this...... 
Did you mean to use and link with core WinAPIs? If yes, you need not to do anything...
If no, please clarify your problem.
-
November 20th, 2004, 04:33 AM
#4
Re: Integration SDK with VC++ in MFC
 Originally Posted by atif_ilm
Well which SDK r u trying to integrate and in which IDE i mean VS6.0 or VS.NET,
but anyways SDK normally comes up with three kinds of files LIB , .H and help files.
To configure this SDK u will have to set the these header and lib files path
in VS 6.0 one can set these path like this
1.For configuring additional header files go to Tool-->Option-->Directories-->Include Files
2.For configuring additional lib files go to Tool-->Option-->Directories-->library files.
hope it will help
What is the different between VC6.0 and VC.Net?
almost same right? i prefer use VC6.0.
-
November 20th, 2004, 07:01 AM
#5
Re: Integration SDK with VC++ in MFC
 Originally Posted by Danny Gan
What is the different between VC6.0 and VC.Net?
almost same right? i prefer use VC6.0.
IDE(Integrated Development Environment) , VS6.0 and VS.NET are two VC++ compiler versions from microsoft, 6.0 is the older than .NET but still widely used by developers community.
I was asking about the compiler versions so that i could guide u according to that compiler environment.
But if u r already using VS6.0(Visual Studio 6.0)then i hope that above given settings will allow u to use any SDK.
Unmanaged in a .NET world
-
November 21st, 2004, 09:09 PM
#6
Re: Integration SDK with VC++ in MFC
 Originally Posted by atif_ilm
IDE(Integrated Development Environment) , VS6.0 and VS.NET are two VC++ compiler versions from microsoft, 6.0 is the older than .NET but still widely used by developers community.
I was asking about the compiler versions so that i could guide u according to that compiler environment.
But if u r already using VS6.0(Visual Studio 6.0)then i hope that above given settings will allow u to use any SDK.
==========================================================
Basically my program is when user make finger print which check by SDK fingerprint.
if match fingerprint ACCEPT and record Details (customize program) such as Name, ID,
date, timein, timeout save as txt file format. Else REJECT the request.
-
November 21st, 2004, 11:41 PM
#7
Re: Integration SDK with VC++ in MFC
 Originally Posted by Danny Gan
==========================================================
Basically my program is when user make finger print which check by SDK fingerprint.
if match fingerprint ACCEPT and record Details (customize program) such as Name, ID,
date, timein, timeout save as txt file format. Else REJECT the request.
Did ure problem solve with above given configurations
Unmanaged in a .NET world
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|