Search found 1099 matches: linking

Return to advanced search

... 1 GOTO LINKERROR ECHO * Application successfully built %1 GOTO EXIT ECHO :LINKERROR rem if exist meminfo.txt notepad meminfo.txt rem PAUSE * Linking errors * GOTO EXIT :SINTAX ECHO SYNTAX: Build [Program] {-- No especifiques la extensi¢n PRG ECHO {-- Don't specify .PRG extension GOTO EXIT ...
by karinha
Fri Feb 10, 2006 6:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: harbour.exe ha detectado un problema y debe cerrarse
Replies: 11
Views: 2989

... 1 GOTO LINKERROR @ECHO * Application successfully built @ECHO @ @:LINKERROR @%1 @rem if exist meminfo.txt notepad meminfo.txt @rem PAUSE * Linking errors * @GOTO EXIT @ @:SYNTAX @ECHO SYNTAX: Build [Program] {-- No especifiques la extensi¢n PRG @ECHO {-- Don't specify .PRG extension @GOTO ...
by Ehab Samir Aziz
Fri Feb 10, 2006 3:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: unable to open a file
Replies: 7
Views: 1871

unable to open a file

I executed the batch file for buildH.bat with FW demo so,it was unable to open file C032.obj after the stage of bcc32.exe linking ?
by Ehab Samir Aziz
Fri Feb 10, 2006 12:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: unable to open a file
Replies: 7
Views: 1871

Error in linking

I get an unresolved _hb_dynSymSymbol

Is this FWH or xHarbour ?

Tim :?:
by TimStone
Thu Feb 09, 2006 11:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 2.7 February build
Replies: 9
Views: 2383

Borland link error Too many DEF

... -s @b32.bc Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Fatal: Too many DEF file names: d:\fwh\lib\FiveHC.lib When I comment out linking in the external file param.obj and function references the program links properly. When I built the program with FW 2.5 everything link properly. ...
by Vytas
Sun Feb 05, 2006 8:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Borland link error Too many DEF
Replies: 1
Views: 1017

Re: Linking issue with FWH 2.7

... following rmk file. The rmk file runs perfectly with FWH2.5. I had to comment out reference to DBFDBT.LIB and HBZIP.LIB to get further along the linking process. It then crashes with a bunch of unresolved externals '_hb_sx*" . See below the rmk for the complete error log. Vytai , dbt ir fpt funkcionalumas ...
by Rimantas
Fri Jan 27, 2006 6:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Linking issue with FWH 2.7
Replies: 9
Views: 4742

Linking issue with FWH 2.7

... following rmk file. The rmk file runs perfectly with FWH2.5. I had to comment out reference to DBFDBT.LIB and HBZIP.LIB to get further along the linking process. It then crashes with a bunch of unresolved externals '_hb_sx*" . See below the rmk for the complete error log. What do I have to do ...
by Vytas
Fri Jan 27, 2006 5:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Linking issue with FWH 2.7
Replies: 9
Views: 4742

fw2.7 : GPF with xbrowse again

hello, After installing fw2.6 , i got a gpf in xbrowse (from ozlib). Antonio sended me a obj-file. Linking in text.obj , and it is ok . Now , in fw2.7 , the error is there again . It obvious that i can't link test.obj again Offset : 000c9dd3 code : 0xc0000005 Address : 0x00000000004c9dd3 ...
by Frank Demont
Wed Jan 25, 2006 12:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: fw2.7 : GPF with xbrowse again
Replies: 1
Views: 606

FW-Applik. running under wine-emulator in Linux

... that the fixme-error came with five/fivec.lib from FW24 in my test.exe. Can you eventually give me the framedot/getsysfont.obj from FW24 for test-linking with FW20?? With best regards Walter
by walter
Wed Jan 25, 2006 7:53 am
 
Forum: FiveWin for CA-Clipper
Topic: FW-Applik. running under wine-emulator in Linux
Replies: 5
Views: 1845

xHarbour builder Feb 2006

Hi,

When recompiling with xHarbour released yesterday the 24th of Jan, I get an unresolved _hb_stack. Do we need a FWH update for this? Linking against FWH 2006-01

Alex
by AlexSchaft
Wed Jan 25, 2006 4:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour builder Feb 2006
Replies: 16
Views: 5102

... the newer version of xHarbour I get this error: Error: Unresolved external '_hb_stack' referenced from c:\fhw\lib\fivehc.lib:ffwndrun I tried not linking in fivehc.lib, but then I get the same error refering to ADS1 instead. So, I guess I can't do this without upgrading to the newer version of ...
by James Bott
Tue Jan 24, 2006 1:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RDDADS.LIB for xHarbour
Replies: 14
Views: 6145

... I copied the test code to a new test directory and compiled and linked the test again and I got an ACE32.DLL not found error (even though I am linking in the ACE32.LIB). I put a copy of ACE32.DLL in the same directory and that error went away and I got the PCODE error. So, it seems that it ...
by James Bott
Mon Jan 23, 2006 6:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RDDADS.LIB for xHarbour
Replies: 14
Views: 6145

xHarbour project link errors

... it configured wrong. I found it strange that xMate came pre-configured for about 20 environments but none of them were for FW, FWH, or FWxH. I am linking in the VM.LIB which looks like the one that is the problem. Any other ideas? James
by James Bott
Mon Jan 16, 2006 4:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour project link errors
Replies: 6
Views: 1664

TSocket class

This should be; TSocket():new(). but then I get the following error when linking: unresolved external symbol WSAstartup().

I use the buildce.bat from the sample dir to compile my little test application.

thanx
by Sjors
Wed Jan 11, 2006 2:45 pm
 
Forum: FiveWin for Pocket PC
Topic: TSocket class
Replies: 7
Views: 2327

TSocket class

... my files between my ppc and my computer. but when i call the TSocket:new() method i get the error: variable does not exist.. is this a compiling/linking problem? If so, how can I link the tSocket class to my sample file? which dll/lib do i need? thanx, Sjors
by Sjors
Wed Jan 11, 2006 1:43 pm
 
Forum: FiveWin for Pocket PC
Topic: TSocket class
Replies: 7
Views: 2327
PreviousNext

Return to advanced search