Search found 376 matches: comp

Return to advanced search

Re: TDolphin - from where I can download ?

... mine owns . It return error: "The program can't start because libintl-8.dll is missing ... " . But that dll I'm seeing in mine D:\A\hrb\comp\mingw bin folder ( size 122719 b, dated 26.07.2009 ) ... setenvhg : @CALL CLEANENV.BAT@SET PRG_COMPILER=HARBOUR@SET PRG_COMP_PATH=D:\a\hrb@SET ...
by Rimantas
Mon Mar 04, 2013 4:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDolphin - from where I can download ?
Replies: 18
Views: 4884

Re: /B Harbour Compiler option generated a unresolved external

... @b32.bc > link.log # del b32.bc .PRG.OBJ: $(HBDIR)\bin\harbour $< /dFIVEWIN /dWIN /b /N /W1 /Oobj\ /I$(FWDIR)\include;$(HBDIR)\include > comp.log $(BCDIR)\bin\bcc32 -c -tWM -I$(HBDIR)\include -oobj\$& obj\$&.c
by xhbcoder
Fri Dec 07, 2012 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: /B Harbour Compiler option generated a unresolved external
Replies: 6
Views: 1288

Re: dolphin.lib needed

My setenvh.bat is as follows: @CALL CLEANENV.BAT @SET PRG_COMPILER=HARBOUR @SET PRG_COMP_PATH=\hb30 @SET PRG_COMP_BIN_PATH=%PRG_COMP_PATH%\bin @SET PRG_COMP_LIB_PATH=%PRG_COMP_PATH%\lib\win\bcc @SET PRG_COMP_INC_PATH=%PRG_COMP_PATH%\include @SET C_COMPILER=BCC @SET C_COMP_PATH=\borland\bcc582 @SET C...
by compaqt
Sat Nov 24, 2012 11:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: dolphin.lib needed
Replies: 8
Views: 1526

Re: Cómo compilar en MSDOS a modo Clipper...

Saludos, Espera que le sirva yo lo compile asi, Construyo un archivo .bat asi \xharbour\bin\hbmake genepx_h.bc construyo un archivo.bc asi #BCC VERSION=BCB.01 !ifndef CC_DIR CC_DIR = $(MAKE_DIR) !endif !ifndef HB_DIR HB_DIR = $(HARBOUR_DIR) ...
by ruben Dario
Mon Oct 29, 2012 9:59 pm
 
Forum: FiveWin para CA-Clipper
Topic: Cómo compilar en MSDOS a modo Clipper...
Replies: 1
Views: 2110

Re: TDolphin Error al crear la LIB

Aqui esta el make.log: # ----------------------------------------------------------------------- # Building dolphin.lib # # C COMPILER :BCC # PRG COMPILER :HARBOUR # ----------------------------------------------------------------------- c:\bcc582\bin\bcc32 -c -D__WIN__ -D__HARBOUR__ -tWM -IC:\harbo...
by EBM
Thu Oct 04, 2012 6:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TDolphin Error al crear la LIB
Replies: 8
Views: 1479

Re: OT:Configurar IIS 7 CGI

... IIS (Internet Information Server) Web Server. And we believed them! Recently, a very smart young man named John Bristor posted a message on the comp.lang.clipper news group telling me I was all wet, and that one could indeed run WIN-CGI apps on IIS, "IF" you knew how! He gave me enough ...
by postinelli
Tue Sep 04, 2012 9:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: OT:Configurar IIS 7 CGI
Replies: 2
Views: 980

dialog dbcombo looping

... OF oDlg SIZE 22, 11 @ 21, 8 dbcombo oDBC1 var cOrg of oDlg; alias oTcomp:cAlias; size 100,250 pixel; itemfield "COD" ; listfield "COMP"; update; @ .5, 26 SAY "&Drop" OF oDlg SIZE 22, 11 @ 21, 128 dbcombo oDBC1 var cDrp of oDlg; alias oTcomp:cAlias; size 100,250 ...
by brewster
Sun Sep 02, 2012 1:44 pm
 
Forum: FiveWin for CA-Clipper
Topic: dialog dbcombo looping
Replies: 3
Views: 2525

Re: Ejemplo de uso de Fast Report con Fivewin

Hola Gracias por la respuesta uso xMate y tengo una configuracion para Fwh 12.02 Bcc582 xHarbour 1.2.1 creo todo mis trabajo estan bien dicen que no se necesita agregar nada que solo se deberia agregar al proyecto pero no me es asi he intentado agregar mas archivos lib para ver si es el problema per...
by CARLOALBATUN
Thu Aug 23, 2012 2:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo de uso de Fast Report con Fivewin
Replies: 29
Views: 18433

Re: LetoDB

Does anyone have a compiled version of LetoDB for xHarbour 1.2.1 / BCC582 (exe and lib)? I have tried running the make file and get nothing but errors. Manually edited the files to make sure paths are correct and still no luck. Hi ...
by andijahja
Sat Aug 11, 2012 10:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: LetoDB
Replies: 8
Views: 2704

Enrico Maria Giordano aiuto

... gestione di xharbour e vista anche la mia scarsa conoscenza dell'inglese di chiedo di segnalare meglio di quanto non abbia fatto io sul gruppo comp.lang.xharbur la seguente anomalia riscontrata nelle ultime versioni (CVS) di xHarbour. Il byte Byte 0 della testata di un file DBF indica la natura ...
by mauri.menabue
Mon Jul 23, 2012 1:22 pm
 
Forum: All products support
Topic: Enrico Maria Giordano aiuto
Replies: 2
Views: 1378

MultiThread problem with FWH 12.02

Hi. Please, help me to solve the problem. I’m using BCC 5.8.2+Harbour 3.1.0(dev) (Rev. 17346)+FWH 12.02. I compose a simple test: #include "FiveWin.ch" FUNCTION Main() ?"Hello,world!" RETURN NIL For composing I use next script: set HBDIR=C:\harbour.3.1 ...
by Gosha
Sun Jul 22, 2012 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MultiThread problem with FWH 12.02
Replies: 1
Views: 676

Re: Compiling with minigw

Antonio , OK with 12.06 works , is possible compilink with hbmk2.exe ? I Try with gccmake.zip HB:C:\fwh_06\1>go HB:C:\fwh_06\1>PATH=C:\hb30\comp\mingw\bin;C:\hb30\comp\mingw\bin;C:\hb30\comp\mingw\bin;C:\hb30\comp\mingw\bin;C:\MinGW\bin;C:\ ...
by Maurizio
Wed Jul 18, 2012 2:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with minigw
Replies: 12
Views: 6105

Compiling with minigw

... "%fwh%" == "" set fwh=.\.. set hdir=c:\HB30 set hdirc=%hdir%\bin\harbour.exe set hlibs=%hdir%\lib\win\mingw set mingw=C:\hb30\comp\mingw set path=C:\hb30\comp\mingw\bin this is the error ┌────────────────────────────────────────────────────────────────────────────┐ │ FiveWin ...
by Maurizio
Wed Jul 18, 2012 7:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with minigw
Replies: 12
Views: 6105

Re: Quickbooks

Hi Tim and Colin,

I just did a search with "quickbooks" on comp.lang.xharbour and didn't find any post by Ron. Are you able to point to a link ... or provide Ron's code?

Thanks,

Ross
by Ross_ValuSoft
Wed Jul 11, 2012 1:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Quickbooks
Replies: 11
Views: 2770
PreviousNext

Return to advanced search