Bonjour à tous !
Voilà j'ai une librairie (libtiff) que j'utilise sous Dev-C++ que j'ai installer grace au package manager. Cependant je voudrais utiliser cette librairie sous VC++6.0 SP6 mais je ne sais pas comment procèder. Voici la procèdure d'installe mais je ne la comprend pas tellement :
Je ne pense pas disposer de l'outil nmake enfin j'en sais rien a vrai dire je ne sais pas ou il se situe !
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11 Building the Software under Windows 95/98/NT/2000 with MS VC++ With Microsoft Visual C++ installed, and properly configured for commandline use (you will likely need to source VCVARS32.BAT in AUTOEXEC.bAT or somewhere similar) you should be able to use the provided makefile.vc. C:\LIBTIFF\LIBTIFF> nmake /f makefile.vc C:\LIBTIFF\LIBTIFF> cd ..\tools C:\LIBTIFF\TOOLS> nmake /f makefile.vc This will build the library file libtiff\libtiff\libtiff.lib. This can be used in Win32 programs.You may want to adjust the build options before start compiling. All parameters contained in the nmake.opt file.This is a plain text file you can open with your favorite text editor. The makefile also builds a DLL (libtiff.dll) with an associated import library (libtiff_i.lib). Any builds using libtiff will need to include the LIBTIFF\LIBTIFF directory in the include path. The libtiff\tools\makefile.vc should build .exe's for all the standard TIFF tool programs.
Si quelqu'un peut m'aider, Merci d'avance![]()
![]()
Partager