voila mon PB!
j'ais voulu utiliser Borland CPP Compiler mais il me demande de faire ces truques :
alors existe t il des fonctions qui peuves automatiser ces action (ajouter des chemains a mon path ...) et qu'est ce qu'un fichier :a. Add "c:\Borland\Bcc55"
to the existing path
b. Create a bcc32.cfg file which will set
the compiler options for the Include
and Lib paths (-I and -L switches to
compiler) by adding these lines:
-I"c:\Borland\Bcc55\include"
-L"c:\Borland\Bcc55\lib"
c. Create an ilink32.cfg file which will set
the linker option for the Lib path by
adding this line:
-L"c:\Borland\Bcc55\lib"
-bcc32.cfg ?
-ilink32.cfg ?
merci d'avence
Partager