Search found 623 matches: ilink32

Return to advanced search

Re: Silvo .. could you post your latest xMAte env for BCC770 ?

... I have all the other folders as you can see in this image https://i.postimg.cc/R0pWVqKy/work.png you must set all *. cfg files Ilink32.cfg -L"c:\Work\bcc7\lib";"c:\Work\bcc7\lib\psdk" bcc32.cfg -I"c:\Work\bcc7\include";"c:\Work\bcc7\include\windows\crtl";"c:\Work\bcc7\include\dinkumware";"c:\Work\bcc7\include\windows\crtl";"c:\Work\bcc7\include\windows\sdk";"c:\Work\bcc7\include\windows\sdk\atl"-L"c:\Work\bcc7\lib";"c:\Work\bcc7\lib\psdk" ...
by Silvio.Falconi
Sat Apr 27, 2024 4:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvo .. could you post your latest xMAte env for BCC770 ?
Replies: 6
Views: 346

Re: BCC770 and uuid.lib can not find using xMate

I had the same error, you have to set the folders in the ilink32 and bcc7 cfg files, there is a thread in this forum where I explain what to do
by Silvio.Falconi
Fri Apr 26, 2024 8:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BCC770 and uuid.lib can not find using xMate
Replies: 5
Views: 142

Error FWH 2404 unresolved external 'SetWindow Theme'

Antonio For now I have put uuid.lib in the default folder where have all my .prgs and I got my first compile and the link error was [1]:iLink32.Exe -Gn -aa -Tpe -s -v @ContW32.bcl Turbo Incremental Link 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, Inc. Error: Unresolved external ...
by Rick Lipkin
Thu Apr 25, 2024 9:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error FWH 2404 unresolved external 'SetWindow Theme'
Replies: 7
Views: 249

Link errors xHarbour 10283.bcc770

... xhb10283 I am using bcc74 ( I have bcc770 not installed yet ) and FWH 2310 ( I do have fwh2404 ) and I got the following link errors: [1]:iLink32.Exe -Gn -aa -Tpe -s -v @ContW32.bcl Turbo Incremental Link 6.90 Copyright (c) 1997-2017 Embarcadero Technologies, Inc. Error: Unresolved external ...
by Rick Lipkin
Thu Apr 25, 2024 6:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Link errors xHarbour 10283.bcc770
Replies: 3
Views: 91

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: 256

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: 256

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: 243

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: 1561

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: 270

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: 2968

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: 270

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.04
Replies: 37
Views: 7298

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.04
Replies: 37
Views: 7298

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.04
Replies: 37
Views: 7298

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: 389
Next

Return to advanced search