Página 1 de 1

Library files not found

Publicado: Mar Mar 18, 2014 8:01 pm
por horvathg
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?

Library files not found

Publicado: Mié Mar 19, 2014 10:22 am
por ignacio
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

Library files not found

Publicado: Jue Mar 20, 2014 9:51 am
por horvathg
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)Â

Library files not found

Publicado: Jue Mar 20, 2014 11:14 am
por ignacio
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,