Search found 1189 matches: output

Return to advanced search

Re: Compilar con hmbk2 es complicado, pero...

... Ahora ya genera el ejecutable pero emite la siguiente advertencia: Compiling 'test.prg'... Lines 5025, Functions/Procedures 1 Generating C source output to 'test.c'... Done. bcc64.exe: warning: argument unused during compilation: '-Lc:\bcc7764\LIB' [-Wunused-command-line-argument] test.c: hbmk2: ...
by Antonio Linares
Thu Dec 19, 2024 8:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar con hmbk2 es complicado, pero...
Replies: 89
Views: 10348

Re: Compilar con hmbk2 es complicado, pero...

... Ahora ya genera el ejecutable pero emite la siguiente advertencia: Compiling 'test.prg'... Lines 5025, Functions/Procedures 1 Generating C source output to 'test.c'... Done. bcc64.exe: warning: argument unused during compilation: '-Lc:\bcc7764\LIB' [-Wunused-command-line-argument] test.c: hbmk2: ...
by elmoiquique
Thu Dec 19, 2024 5:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar con hmbk2 es complicado, pero...
Replies: 89
Views: 10348

Re: AYUDA PARA COMPILAR EN 64 HBMK2, BORLAND Y HARBOUR64

... (r2407221137) Copyright (c) 1999-2021, https://harbour.github.io/ Compiling 'test.prg'... Lines 7, Functions/Procedures 1 Generating C source output to 'C:\Users\ELMOCE~1\AppData\Local\Temp\hbmk_82nsgh.dir\test.c'... Done. bcc64.exe: warning: argument unused during compilation: '-L\compiler\borland\bcc770-64\LIB' ...
by elmoiquique
Thu Dec 19, 2024 4:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: AYUDA PARA COMPILAR EN 64 HBMK2, BORLAND Y HARBOUR64
Replies: 12
Views: 237

Re: AYUDA PARA COMPILAR EN 64 HBMK2, BORLAND Y HARBOUR64

... (r2407221137) Copyright (c) 1999-2021, https://harbour.github.io/ Compiling 'test.prg'... Lines 5023, Functions/Procedures 1 Generating C source output to 'C:\Users\ELMOCE~1\AppData\Local\Temp\hbmk_0kiubj.dir\test.c'... Done. hbmk2[test]: Error: Running C/C++ compiler. -1 bcc64.exe -c -q -Ic:\compiler\borland\bcc770_64\INCLUDE\windows\crtl ...
by elmoiquique
Wed Dec 18, 2024 7:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: AYUDA PARA COMPILAR EN 64 HBMK2, BORLAND Y HARBOUR64
Replies: 12
Views: 237

Re: PRINT class printer options

... Now, I wanted to have the ability to specify a printer to which the program will default when printing the Invoice document. If I modify the output within the print object, there is no selection capability. Those options occur when creating the object itself. So, I decided to change the default ...
by TimStone
Thu Dec 12, 2024 10:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PRINT class printer options
Replies: 6
Views: 346

PRINT class printer options

... to Printer A. However, he wants his invoices to go to Printer B with its special paper. Using the PRINT class, we have 3 options. We can send output directly to the default ( printer A ), select an Alternate printer ( ie. B, C, or D ), or View, and there select the default or alternate printer. ...
by TimStone
Mon Dec 09, 2024 10:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PRINT class printer options
Replies: 6
Views: 346

Re: Compilar con hmbk2 es complicado, pero...

... Ahora ya genera el ejecutable pero emite la siguiente advertencia: Compiling 'test.prg'... Lines 5025, Functions/Procedures 1 Generating C source output to 'test.c'... Done. bcc64.exe: warning: argument unused during compilation: '-Lc:\bcc7764\LIB' [-Wunused-command-line-argument] test.c: hbmk2: ...
by asesormix
Tue Nov 19, 2024 5:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar con hmbk2 es complicado, pero...
Replies: 89
Views: 10348

Re: Compilar con hmbk2 es complicado, pero...

... (r2407221137) Copyright (c) 1999-2021, https://harbour.github.io/ Compiling 'test.prg'... Lines 5025, Functions/Procedures 1 Generating C source output to 'C:\Users\Usuario\AppData\Local\Temp\hbmk_7a3w7x.dir\test.c'... Done. hbmk2[test]: Error: Running C/C++ compiler. -1 bcc64.exe -c -q -Ic:\bcc7764\INCLUDE\windows\crtl ...
by asesormix
Tue Nov 19, 2024 12:04 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar con hmbk2 es complicado, pero...
Replies: 89
Views: 10348

Re: FWH 24.02 nueva Clase TWebView2

... Compiling... Harbour 3.2.0dev (r2008190002) Copyright (c) 1999-2020, https://harbour.github.io/ Compiling 'dash3.prg' and generating preprocessed output to 'dash3.ppo'... Lines 5455, Functions/Procedures 10 Generating C source output to 'dash3.c'... Done. Embarcadero C++ 7.40 for Win32 Copyright ...
by Ari
Mon Nov 18, 2024 4:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 24.02 nueva Clase TWebView2
Replies: 13
Views: 3063

Re: xbrowse very slow vs Xbrowser

... see in this video made with Vb net ? ( Componet Datagridview https://krypton-suite.github.io/Standard-Toolkit-Online-Help/Source/Help/Output/articles/Toolkit/KryptonDataGridView.html ) https://i.postimg.cc/8PmcJYVm/Visual-basic-net.gif Notice the thumb is increased ...
by Silvio.Falconi
Mon Nov 11, 2024 9:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse very slow vs Xbrowser
Replies: 18
Views: 2144

Re: How to add 2d barcode to fastreport or fwh/harbour?

... *argv) { struct zint_symbol *my_symbol; my_symbol = ZBarcode_Create(); ZBarcode_Encode_and_Print(my_symbol, argv, 0, 0); //here only create output file 2d barcode "out.gif" ZBarcode_Delete(my_symbol); return 0; } HB_FUNC ( LOAD2D) { load2dc(hb_parc( 1 )); } // app.prg load2d("abcd12345")
by ShumingWang
Fri Nov 01, 2024 2:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to add 2d barcode to fastreport or fwh/harbour?
Replies: 7
Views: 606

Buttons in a TBar

Hi,

By default, buttons in a TBar control are rendered from left to right.
Is it possible to output buttons from right to left?
by Natter
Sat Oct 26, 2024 6:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Buttons in a TBar
Replies: 2
Views: 255

Re: Cambios en RibbonBar en tiempo de ejecución

... referenced from E:\FWH240932\FWH\SAMPLES\RBDESIGN.OBJ Error: Unable to perform link * Linking errors * Build.bat Generating C source output to 'rbdesign.c'... Done. Embarcadero C++ 7.70 for Win32 Copyright (c) 1993-2023 Embarcadero Technologies, Inc. rbdesign.c: Turbo Incremental ...
by CARLOS ATUNCAR
Thu Oct 24, 2024 11:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cambios en RibbonBar en tiempo de ejecución
Replies: 5
Views: 503

BuildIt: Apps generator using ChatGPT and FWH

... It is very cheap as we use the mini-4o model: The OpenAI GPT-4o mini model is priced at 15 cents per million input tokens and 60 cents per million output tokens1. This makes it a cost-effective option compared to previous models like GPT-3.5 Turbo. This is a work in progress idea and concept. We ...
by Antonio Linares
Mon Sep 30, 2024 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BuildIt: Apps generator using ChatGPT and FWH
Replies: 2
Views: 349

FlowMarker System Documentation

... structured and traceable way. Using unique identifiers (DATAFLOW numbers) and annotations, it indicates whether data is being input, processed, or output, while also referencing predecessor and successor steps. This approach provides clear traceability and helps maintain a comprehensive understanding ...
by Otto
Fri Sep 27, 2024 12:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FlowMarker System Documentation
Replies: 2
Views: 284
Next

Return to advanced search