How to integrate SDK with VC++ in MFC ??? i don't have ideal how and where to perform this......:ehh:
Printable View
How to integrate SDK with VC++ in MFC ??? i don't have ideal how and where to perform this......:ehh:
Well which SDK r u trying to integrate and in which IDE i mean VS6.0 or VS.NET,Quote:
Originally Posted by Danny Gan
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
Did you mean to use and link with core WinAPIs? If yes, you need not to do anything...Quote:
Originally Posted by Danny Gan
If no, please clarify your problem.
Quote:
Originally Posted by atif_ilm
What is the different between VC6.0 and VC.Net?
almost same right? i prefer use VC6.0.
Quote:
Originally Posted by Danny Gan
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.
==========================================================Quote:
Originally Posted by atif_ilm
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.
Quote:
Originally Posted by Danny Gan
Did ure problem solve with above given configurations