Search found 376 matches: comp

Return to advanced search

Re: El mejor editor de código para xBase...

... IF EXIST proyecto.exe DEL proyeto.exe g:\bcc582\bin\make -fproyecto.mak IF NOT EXIST proyecto.exe GOTO ERROR proyecto.exe GOTO EXIT :ERROR type comp.log :EXIT De esta manera, si hay algún error en la compilación, en la consola de ejecución me presenta en que linea se dio, que es la información ...
by csincuir
Wed Jul 31, 2013 6:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: El mejor editor de código para xBase...
Replies: 30
Views: 7714

unable to build with fwh64 13.05 vc64, hlp please

... set lib=%vcdir%\lib;%hdir%\lib;%fwdirl%;%lib% %hdir%\bin\harbour %1 /n /i%fwdir%\include;%hdir%\include /w /p /d__64__ %2 %3 > comp.log 2> warnings.log IF ERRORLEVEL 1 GOTO COMPILEERROR @type comp.log @type warnings.log %vcdir%\bin\cl -TP -W3 -c %1.c :ENDCOMPILE IF EXIST ...
by cyberkily
Wed Jul 10, 2013 7:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: unable to build with fwh64 13.05 vc64, hlp please
Replies: 8
Views: 2088

Re: Unknown informations in log-file ( missing error-line ) ?

André The testfile.prg sample got only 27 lines The values in comp.log don't make any sense to me. The values are the same. It doesn't matter, if the error will be in line 3 or 7 #include "FiveWin.ch"function Main()local oText := TTxtFile():New( ...
by ukoenig
Wed Jun 19, 2013 1:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unknown informations in log-file ( missing error-line ) ?
Replies: 6
Views: 2371

Re: Interface visual para Harbour hbmk2.exe

... en mi mañana Mira el reporte que arroja la aplicación cuando se le adiciona "Manifest" a los recursos.RC el siguiente: failed in compilation (Harbour, C compiler, Resource compiler) E:\taller\Visual-FWH>set path=C:\bcc582\Bin E:\taller\Visual-FWH>C:\Harbour_marzo\bin\hbmk2.exe ...
by Jairo Barbosa
Wed Jun 12, 2013 2:27 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Interface visual para Harbour hbmk2.exe
Replies: 50
Views: 12671

Re: Upgrading FWH/xHarbour & VS 2010

Don,

Have you tried redirecting its output ?

harbour.exe /n tes.prg > comp.log
by Antonio Linares
Wed Apr 24, 2013 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Upgrading FWH/xHarbour & VS 2010
Replies: 44
Views: 10686

Re: Xharbour : fm.log WARNING! Memory allocated but not released

Hi Antonio , Thanks a lot..! Hi xMate Users, May I request to you to post xMate env setup files Harbour+FWH (not xHarbour) ? Thanks shridhar This comes also from a user : Give attention on the path's for BCC582 , FWF and Harbour [Environment] Description 1=Harbour Compiler Description 2= Descriptio...
by Franklin Demont
Tue Apr 23, 2013 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xharbour : fm.log WARNING! Memory allocated but not released
Replies: 8
Views: 3493

Re: Xharbour : fm.log WARNING! Memory allocated but not released

I would say that it seems a bug in xHarbour compiler itself as you are executing harbour.exe

It should be reported to xHarbour developers:
https://groups.google.com/forum/?fromgroups#!forum/comp.lang.xharbour
by Antonio Linares
Mon Apr 22, 2013 11:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xharbour : fm.log WARNING! Memory allocated but not released
Replies: 8
Views: 3493

Re: hbmk2 errors

Mosh, Please link MinGW libpsapi.a also How can I link these libraries without copying the to working directory ? -Lc:\hb32\comp\mingw\lib\ -llibversion is ignored. I recently reported it to Viktor, but he seems not to agree to have the libs in a different folder from the standard path ...
by mosh1
Mon Apr 15, 2013 9:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbmk2 errors
Replies: 36
Views: 7834

Re: hbmk2 errors

Mosh, Please link MinGW libpsapi.a also How can I link these libraries without copying the to working directory ? -Lc:\hb32\comp\mingw\lib\ -llibversion is ignored. I recently reported it to Viktor, but he seems not to agree to have the libs in a different folder from the standard path ...
by Antonio Linares
Mon Apr 15, 2013 9:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbmk2 errors
Replies: 36
Views: 7834

Re: hbmk2 errors

... ld returned 1 exit status hbmk2: Error: Running linker. 1 PS How can I link these libraries without copying the to working directory ? -Lc:\hb32\comp\mingw\lib\ -llibversion is ignored.
by mosh1
Mon Apr 15, 2013 6:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbmk2 errors
Replies: 36
Views: 7834

Re: Visual interface for Harbour hbmk2.exe

... Otto failed in final assembly (linker or library manager) c:\FWH\samples>set path=C:\bcc582\bin c:\FWH\samples>C:\harbour\bin\hbmk2.exe -comp=bcc -ic:\fwh\include -lfiveh -lfivehc -Lc:\fwh\lib -lc:\bcc582\lib\psdk\psapi xhb.hbc -gtgui -trace C:\fwh\samples\xbrwin7b.prg hbmk2: Harbour ...
by Otto
Tue Apr 09, 2013 9:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Visual interface for Harbour hbmk2.exe
Replies: 36
Views: 10914

Re: Visual interface for Harbour hbmk2.exe

... error: failed in final assembly (linker or library manager) c:\FWH\samples>set path=C:\bcc582\bin c:\FWH\samples>C:\harbour\bin\hbmk2.exe -comp=bcc -ic:\fwh\include -lfiveh -lfivehc -Lc:\fwh\lib -lc:\bcc582\lib\psdk\psapi xhb.hbc -gtgui C:\fwh\samples\xbrwin7b.prg Harbour 3.2.0dev (Rev. ...
by Otto
Tue Apr 09, 2013 8:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Visual interface for Harbour hbmk2.exe
Replies: 36
Views: 10914

Re: Error al Compilar con xHarbour

con la versión xharbour_20130327 devuelve error:
Error BASE/3101 : __OBJGETMSGFULLLIST
con la versión rev.9656 funciona bien
devuelto a version anterior :(

http://comments.gmane.org/gmane.comp.la ... devel/4746
by Sistem
Mon Apr 08, 2013 12:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al Compilar con xHarbour
Replies: 3
Views: 525

Re: Visual interface for Harbour hbmk2.exe

... first line of your maker is bad : "D:\A\Vmh>set path=c:\mingw\bin" . Standard harbour suggest install mingw in main harbour folder as comp folder . In mine case this will be : D:\A\hb32\comp\mingw . So it must directed true compiler folder . Another error ( D:/A/FWH/lib/fivehg.lib(LEGACY.o):LEGACY.c:(.text+0x5bf): ...
by Rimantas
Sun Mar 24, 2013 8:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Visual interface for Harbour hbmk2.exe
Replies: 36
Views: 10914

Re: VB a Fivewin/xharbour

... Comp><xNome>FRETE PESO</xNome><vComp>1.75</vComp></Comp></vPrest><imp><ICMS><ICMS00><CST>00</CST><vBC>1.75</vBC><pICMS>0.00</pICMS><vICMS>0.00</vICMS></ICMS00></ICMS></imp><infCTeNorm><infCarga><vCarga>12.00</vCarga><proPred>DIVERSOS</proPred><infQ><cUnid>01</cUnid><tpMed>KILO</tpMed><qCarga>14.0000</qCarga></infQ><infQ><cUnid>03</cUnid><tpMed>UNIDADES</tpMed><qCarga>13.0000</qCarga></infQ></infCarga><infModal ...
by Wanderson
Mon Mar 04, 2013 5:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: VB a Fivewin/xharbour
Replies: 11
Views: 3364
PreviousNext

Return to advanced search