Search found 54 matches: configs

Return to advanced search

Re: xHarbour / Borland vs xHarbour Builder

Dear Tim, Add in this. C:\Program Files\IDM Computer Solutions\UEStudio 06\configs\xHarbour\Application [Variables]FWH = D:\FWHHPATH = D:\xHarbourCPATH = D:\bcc55HPATHL = $(HPATH)\LIBCPATHL = $(CPATH)\LIBHOPT = /n /gc0 /q $(Compiler ...
by dutch
Wed Aug 19, 2009 10:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour / Borland vs xHarbour Builder
Replies: 16
Views: 5240

Re: xHarbour / Borland vs xHarbour Builder

... the first program. You should check paths at [Variables] section of Compiler Configuration File named "Application" located in \UEstudio\Configs\xHarbour. Best regards. Manuel Mercado.
by mmercado
Tue Aug 18, 2009 4:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour / Borland vs xHarbour Builder
Replies: 16
Views: 5240

Re: What Compiler/Linker Works Best

... file you need and included full path (I installed uestudio as simple way). You should modify C:\Program Files\IDM Computer Solutions\UEStudio 06\configs\xHarbour\Application to fit your environment such as xHarbour, FWH, BCC55 path and other library file need to include and parameter (That I ...
by dutch
Fri Aug 07, 2009 11:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What Compiler/Linker Works Best
Replies: 15
Views: 2409

Generar Librerias con UEStudio

... Project Wordfile= Filter= Using VCS=0 Save Account=0 Create Tagfile=0 CTags Legacy Support=0 [Files] 0=Api.PRG [uemakeXp] ReleaseMode=0 Compiler=Configs\Harbour\Library Files=1397508549 [Debug Settings] Program Arguments= Symbol Paths= Working Directory=c:\newMyprg\Libs\stelib\debug Selected ...
by DiGregorio
Wed May 27, 2009 9:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Generar Librerias con UEStudio
Replies: 1
Views: 954

Re: Configuracion de UESTudio

Gracias Distinguido Lo que pasa es que adicioné un par de líneas al APPLICATION del configs para que el programa se ejecute automaticamente. [Build] Out = $T Depends = $FGO $FGR DebugFlag = ReleaseFlag = Cmd0 = ilink32 $(LOPT) c0w32.obj $FGO, $T,, $(LIBS),, $FGR Cmd1 ...
by acuellar
Fri Apr 17, 2009 9:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Configuracion de UESTudio
Replies: 2
Views: 535

Re: Error en la librerias TSBUTTON y TSBROWSE8

... Configs\xHarbour\LibraryFiles=296879606[Debug Settings]Program Arguments=Symbol Paths=Working Directory=Selected Debugger=0Source Paths=[Configs\xHarbour\Library]OutputDirectory_ReleaseMode=ReleaseOutputDirectory_DebugMode=DebugTarget=C:\TSBROWSE\LIB\SBROWSEX.LIBWorking ...
by mmercado
Thu Apr 16, 2009 2:27 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en la librerias TSBUTTON y TSBROWSE8
Replies: 3
Views: 693

Re: New FTDN February/Febrero 2009 (9.02)

... Gracias a Carlos G. ! * Nuevo: En FWH UEStudio, fichero de configuración para construir una librería. Está localizado en FWH\UEStudio\fwh.zip\configs\Harbour\Library. Gracias a Richard Chidiak por su ayuda ! * Corrección: En el método Paint() de la clase TMsgItem, los artículos de MsgBar se ...
by Antonio Linares
Wed Feb 25, 2009 7:52 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2009 (9.02)
Replies: 1
Views: 2333

New FTDN February/Febrero 2009 (9.02)

... ESC was pressed. Now it is fine. Thanks to Carlos G.! * New: FWH UEStudio config file to build a library. It is located at FWH\UEStudio\fwh.zip\configs\Harbour\Library. Thanks to Richard Chidiak help! * Fix: Class TMsgItem Method Paint(), MsgBar items are properly centered if a different font ...
by Antonio Linares
Wed Feb 25, 2009 9:13 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2009 (9.02)
Replies: 1
Views: 2333

Re: Where can I download TWbrowse (Hernan) for FWH?

... TWbrowse but it must be UESTUDIO do not link TWBRW32.LIB in to Project. I don't know why? Because SBUTTONH.LIB is link in to the Project. This is CONFIGS\HARBOUR\APPLICATION file. Could you check for me please. # --------- Harbour y FWH configuration --------# --- general --------------------------------------# ...
by dutch
Wed Feb 18, 2009 10:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Where can I download TWbrowse (Hernan) for FWH?
Replies: 27
Views: 4524

Re: Where can I download TWbrowse (Hernan) for FWH?

... WINRUN(0) Called from: => TWINDOW:ACTIVATE(952) Called from: D:\V5\QUOTE\QUOTE.prg => MAIN(0) This is library setup in CONFIGS\HARBOUR\APPLICATION of UES. Is there anything wrong? LIBS1 = $(FWH)\LIB\FiveH.lib $(FWH)\LIB\FiveHC.lib LIBS2 = $(HPATHL)\hbrtl.lib ...
by dutch
Fri Feb 13, 2009 5:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Where can I download TWbrowse (Hernan) for FWH?
Replies: 27
Views: 4524

Re: Where can I download TWbrowse (Hernan) for FWH?

Dear Antonio, I add this line in CONFIGS\HARBOUR\APPLICATION but it seem TWBRW32.LIB is not including in the program. Because :Set3DStyle() is unknow message. LIBS4 = $(FWH)\LIB\SBUTTONH.LIB $(FWH)\LIB\TWBRW32.LIB D:\noway\Lib\Harbour\b32\noway.lib ...
by dutch
Thu Feb 12, 2009 3:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Where can I download TWbrowse (Hernan) for FWH?
Replies: 27
Views: 4524

Re: Compile Questions.

Dear Manuel, You have to modify: c:\Program Files\IDM Computer Solutions\UEStudio '06\configs\Harbour\Application and add the library name inside it. You can do it this way (using FWH provided UEStudio config Application file): ... LIBS4 = MyLib1.lib MyLib2.lib etc... ...
by Antonio Linares
Mon Feb 02, 2009 5:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compile Questions.
Replies: 5
Views: 1088

Re: Error Dialog?

Julio,

>
With the default configs of FWH:
Image
>

That is ok.

So it means that you are changing the ErrorSys somewhere in your application.
Are you using a modified ErrSysW.prg ?
by Antonio Linares
Thu Jan 08, 2009 9:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error Dialog? ( Solved! )
Replies: 28
Views: 3190

Re: UESTUDIO

Manuel, En el fichero de configuracion que proporcionamos con FWH en FWH\uestudio\fwh.zip\configs\xHarbour\Application y que has de copiar aqui: c:\Program Files\IDM Computer Solutions\UEStudio '06\configs\Harbour\Application ... LIBS1 = $(FWH)\LIB\FiveHX.lib $(FWH)\LIB\FiveHC.lib ...
by Antonio Linares
Thu Jan 08, 2009 9:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: UESTUDIO
Replies: 14
Views: 4780

Re: Error Dialog?

... Is a alert message of error >> Please build the example that I posted before, so we will know more about what is going on With the default configs of FWH: http://lh4.ggpht.com/_sT5-i02vGTY/SWZooWIYKZI/AAAAAAAAASU/y4gR-36bOHA/s800/img2.JPG and error.log Application =========== ...
by JC
Thu Jan 08, 2009 8:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error Dialog? ( Solved! )
Replies: 28
Views: 3190
PreviousNext

Return to advanced search