Search found 619 matches: ilink32

Return to advanced search

Re: Help to friends to Config Xmate with bcc7.7

...  -n%HOME%\Obj %C%%CRLF%%CRLF%%CRLF%C_LIB_COMMAND=%C_BIN_INSTALL%\TLib.Exe %LIB% /P512 @%RSP% , %LST%C_LINK_COMMAND=%C_BIN_INSTALL%\iLink32.Exe -Gn -aa -Tpe -s -v @%LNK%C_RC_COMMAND=c:\work\PellesC\Bin\PORC.EXE  %RC%  /I c:\work\pellesc\include /I c:\work\pellesc\include\winC_DLL_COMMAND=%C_BIN_INSTALL%\iLink32.Exe ...
by Silvio.Falconi
Wed Apr 17, 2024 8:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help to friends to Config Xmate with bcc7.7
Replies: 9
Views: 206

Help to friends to Config Xmate with bcc7.7

... ilink32.cfg -L"c:\Work\bcc7\lib";"c:\Work\bcc7\lib\psdk" the enviroment file for xmate bcc7Harbor.ENV [Environment]Description ...
by Silvio.Falconi
Mon Apr 15, 2024 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help to friends to Config Xmate with bcc7.7
Replies: 9
Views: 206

Compiling error Antonio Nages resolved

... -nC:\Work\errori\TEST_G~1\Obj test.c Embarcadero C++ 7.70 for Win32 Copyright (c) 1993-2023 Embarcadero Technologies, Inc. test.c: [1]:iLink32.Exe -Gn -aa -Tpe -s -v @test.bcl Turbo Incremental Link 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, Inc. Error: Unresolved external ...
by Silvio.Falconi
Fri Apr 12, 2024 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling error Antonio Nages resolved
Replies: 7
Views: 211

Problemas con nuevas versiones de xHarbour y BCC

... Funciona OK: FWH 24.02, xHarbour 1.2.3.10264, BCC 7.4 Da error: FWH 24.02, xHarbour 1.2.3.10279, BCC 7.4 (el error aqui abajo) Executando: ILINK32 @B32.BC Turbo Incremental Link 6.90 Copyright (c) 1997-2017 Embarcadero Technologies, Inc. Error: Unresolved external '_dv_memcpy' referenced ...
by Enrrique Vertiz
Sat Mar 23, 2024 12:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con nuevas versiones de xHarbour y BCC
Replies: 8
Views: 1541

Re: Problemas para pasarme a FWH24.02 con BCC77

For completeness, this is the correct ilink32.cfg:

Code: Select all  Expand view
-Gn
-aa
-x
by Enrico Maria Giordano
Thu Mar 14, 2024 11:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problemas para pasarme a FWH24.02 con BCC77
Replies: 4
Views: 238

Pasando a FWH24.02+Harbour+BCC77

... + >> b32.bcecho %bcdir%\lib\psdk\shell32.lib, >> b32.bcIF EXIST %1.res echo %1.res >> b32.bcif %GT% == gtwin %bcdir%\bin\ilink32 -Gn -Tpe -s @b32.bcIF ERRORLEVEL 1 GOTO LINKERRORif %GT% == gtgui %bcdir%\bin\ilink32 -Gn -aa -Tpe -s @b32.bcIF ERRORLEVEL 1 GOTO LINKERRORECHO ...
by jose_murugosa
Wed Mar 13, 2024 4:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pasando a FWH24.02+Harbour+BCC77
Replies: 12
Views: 2859

Problemas para pasarme a FWH24.02 con BCC77

... + >> b32.bcecho %bcdir%\lib\psdk\shell32.lib, >> b32.bcIF EXIST %1.res echo %1.res >> b32.bcif %GT% == gtwin %bcdir%\bin\ilink32 -Gn -Tpe -s @b32.bcIF ERRORLEVEL 1 GOTO LINKERRORif %GT% == gtgui %bcdir%\bin\ilink32 -Gn -aa -Tpe -s @b32.bcIF ERRORLEVEL 1 GOTO LINKERRORECHO ...
by jose_murugosa
Wed Mar 13, 2024 4:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problemas para pasarme a FWH24.02 con BCC77
Replies: 4
Views: 238

Re: New FWH 24.02

... This is the content of my current ilink32.cfg: -Gn-aa-x To my opinion, everything is ok. Yes, they are perfectly fine. The problem is elsewhere.
by Enrico Maria Giordano
Tue Mar 12, 2024 2:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.02
Replies: 35
Views: 6946

Re: New FWH 24.02

I modified ilink32.cfg like this:

Modifiqué ilink32.cfg así:

Ilink32.cfg:

Code: Select all  Expand view

-Gn
-Lc:\bcc77\lib;c:\bcc77\lib\psdk
-aa
-x
 


Regards, saludos.
by karinha
Tue Mar 12, 2024 2:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.02
Replies: 35
Views: 6946

Re: New FWH 24.02

This is the content of my current bcc32.cfg:
Code: Select all  Expand view
-I@\..\include\windows\crtl;@\..\include\windows\sdk;@\..\include\dinkumware
-O
-O1
-OS
-Ob
-Oc
-Ov
-c
-d
-g0
-k-
-v-
-w
-w!
-w-inl
-w-pro

This is the content of my current ilink32.cfg:
Code: Select all  Expand view
-Gn
-aa
-x


To my opinion, everything is ok.
by driessen
Tue Mar 12, 2024 2:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.02
Replies: 35
Views: 6946

Re: Cómo omitir el Fichero .TDS?

Tienes que usar -td en minúsculas There is no -td switch for ilink32.exe: Turbo Incremental Link 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, Inc.Syntax: ILINK32 objfiles, exefile, mapfile, libfiles, deffile, resfiles@xxxx indicates use ...
by Enrico Maria Giordano
Mon Jan 29, 2024 9:04 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cómo omitir el Fichero .TDS?
Replies: 9
Views: 381

Re: Cómo omitir el Fichero .TDS?

Estimado Armando,

Prueba a pasarle el flag -td al ilink32.exe
by Antonio Linares
Sun Jan 28, 2024 6:50 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cómo omitir el Fichero .TDS?
Replies: 9
Views: 381

Error al Compilar con Fwh 2307 Bcc76 (Solucionado)

Proyecto: eFactura, Entorno: fwh2307: [1]:iLink32.Exe -Gn -aa -Tpe -s -v @eFactura.bcl Turbo Incremental Link 6.98 Copyright (c) 1997-2023 Embarcadero Technologies, Inc. Error: Unresolved external '_hb_parldef' referenced from E:\TOOLS\FWH2307\LIB\FIVEHC.LIB|STR2HEX ...
by CARLOS ATUNCAR
Thu Jan 25, 2024 4:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al Compilar con Fwh 2307 Bcc76 (Solucionado)
Replies: 5
Views: 278

Re: Error '__streams' referenced from K:\FWH\LIB\FIVEH.LIB|HARB

... -r -D__FLAT__ -I\C_BCC\BCC77\include\windows\sdk;\C_BCC\BCC77\include\windows\crtl \proy_harb\rc\plastwin.rc hasta aqui ok \C_BCC\BCC77\bin\ilink32 -Gn -aa -Tpe -s @b32.bc Turbo Incremental Link 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, Inc. Error: Unresolved external '__streams' ...
by ruben Dario
Mon Dec 04, 2023 4:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error '__streams' referenced from K:\FWH\LIB\FIVEH.LIB|HARB
Replies: 15
Views: 2273

Re: Error '__streams' referenced from K:\FWH\LIB\FIVEH.LIB|HARB

... creo el ejeutable me da este error uso bcc77 y fwh 20_12 y =\harbour_v\harbour_bcc77 Con bcc76 funciona perfecto k:\proy_harb>\C_BCC\BCC77\bin\ilink32 -Gn -aa -Tpe -s @b32.bc Turbo Incremental Link 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, Inc. Error: Unresolved external '__streams' ...
by Enrico Maria Giordano
Mon Dec 04, 2023 3:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error '__streams' referenced from K:\FWH\LIB\FIVEH.LIB|HARB
Replies: 15
Views: 2273
Next

Return to advanced search