Migrating my old project from Xailer 1.9 to Xailer 3.2.
The Project - Build command generates this error messages:
Compiling: analyza_vykurovania.prg...
Compiling: FormMain.prg...
Compiling: Funkcie.prg...
Compiling: ClassFaktura.prg...
Compiling: analyza_vykurovania.rc...
Linking: analyza_vykurovania.exe...
C:xailer3hb32compmingwBinld: cannot find -lct.lib
C:xailer3hb32compmingwBinld: cannot find -lxailer.lib
C:xailer3hb32compmingwBinld: cannot find -locx.lib
C:xailer3hb32compmingwBinld: cannot find -lrtl.lib
C:xailer3hb32compmingwBinld: cannot find -lvm.lib
C:xailer3hb32compmingwBinld: cannot find -lgtnul.lib
C:xailer3hb32compmingwBinld: cannot find -llang.lib
C:xailer3hb32compmingwBinld: cannot find -lmacro.lib
C:xailer3hb32compmingwBinld: cannot find -lrdd.lib
C:xailer3hb32compmingwBinld: cannot find -ldbfntx.lib
C:xailer3hb32compmingwBinld: cannot find -ldbfcdx.lib
C:xailer3hb32compmingwBinld: cannot find -ldbffpt.lib
C:xailer3hb32compmingwBinld: cannot find -lhbsix.lib
C:xailer3hb32compmingwBinld: cannot find -lcodepage.lib
C:xailer3hb32compmingwBinld: cannot find -lcommon.lib
C:xailer3hb32compmingwBinld: cannot find -lpp.lib
C:xailer3hb32compmingwBinld: cannot find -lpcrepos.lib
C:xailer3hb32compmingwBinld: cannot find -lodbc32.lib
C:xailer3hb32compmingwBinld: cannot find -lmsimg32.lib
C:xailer3hb32compmingwBinld: cannot find -lcw32.lib
C:xailer3hb32compmingwBinld: cannot find -limport32.lib
C:xailer3hb32compmingwBinld: cannot find -lwininet.lib
5 Files, 0 Warnings, 22 Errors
Compile time: 0.94s Link time: 0.33s Total time: 1.29s
What is wrong? Which references sould be set in project properties?
In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
Library files not found
Library files not found
Best regards
Gejza Horváth
Gejza Horváth
- ignacio
- Site Admin
- Mensajes: 9441
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
Library files not found
Hello,
It seems there is a problem with the directory paths of your MinGW compiler. Please check the correct configuration of the menu option:
Tools->Directories->MinGW.
Remember that MinGW, which is a separated install file, should be also be installed with Xailer.
Regards
It seems there is a problem with the directory paths of your MinGW compiler. Please check the correct configuration of the menu option:
Tools->Directories->MinGW.
Remember that MinGW, which is a separated install file, should be also be installed with Xailer.
Regards
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Library files not found
Ignacio,
the directory settings are the standard for MinGW, and for the other components too:
[*] Root: C:xailer3hb32compmingw
[*] Bin: C:xailer3hb32compmingwBin
[*] Lib: C:xailer3hb32compmingwLib
[*] Include: C:xailer3hb32compmingwInclude
[/list]
I attached the project config file. This file was converted by Xailer form version 1.9 to 3.2. Please take a look, are all the references ok?
Attached files analyza_vykurovania.xpj (7.2 KB)Â
the directory settings are the standard for MinGW, and for the other components too:
[*] Root: C:xailer3hb32compmingw
[*] Bin: C:xailer3hb32compmingwBin
[*] Lib: C:xailer3hb32compmingwLib
[*] Include: C:xailer3hb32compmingwInclude
[/list]
I attached the project config file. This file was converted by Xailer form version 1.9 to 3.2. Please take a look, are all the references ok?
Attached files analyza_vykurovania.xpj (7.2 KB)Â
Best regards
Gejza Horváth
Gejza Horváth
- ignacio
- Site Admin
- Mensajes: 9441
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
Library files not found
Hello,
It seems there a huge mess on your project configuration. Please, try to change the Compiler from MinGW to BCC, then Accept, and re-change again to MinGW. I hope that fixes the problem.
Regards,
It seems there a huge mess on your project configuration. Please, try to change the Compiler from MinGW to BCC, then Accept, and re-change again to MinGW. I hope that fixes the problem.
Regards,
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com