Search found 130 matches: std

Return to advanced search

Re: Make para BCC10

... will ask if you want to create a new file; click Yes. Paste or type the following code in the editor: #include <iostream> int main(void) { std::cout << "Hello world!" << std::endl; return 0; } Save the changes (File menu, Save, in Notepad). Compile the program to create ...
by cnavarro
Sun Mar 28, 2021 5:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Make para BCC10
Replies: 7
Views: 1121

Re: HBMK2 Problem linking

Ok, thank you Mr. Navarro! I'll take a look at this document for sure! Mr. Ricardo Can you please post your full hbp script here? Ricardo, -gui|-std create GUI/console executable For all information about hbmk2, please, go to your \harbour\bin ( command console ), and write hbmk2 -help > hbmk2.txt ...
by ricbarraes
Wed Jun 10, 2020 6:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBMK2 Problem linking
Replies: 49
Views: 5340

Re: HBMK2 Problem linking

Ricardo, -gui|-std create GUI/console executable For all information about hbmk2, please, go to your \harbour\bin ( command console ), and write hbmk2 -help > hbmk2.txt and search in this hbmk2.txt document your doubts Also, execute ...
by cnavarro
Wed Jun 10, 2020 8:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBMK2 Problem linking
Replies: 49
Views: 5340

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... new Thread and hope somebody can help me to get that old Sample working under harbour v3.x why you dont include it with preconfiged Files for the Std Fwh Installation i will ... but this is the next Step. i like to learn more about how to config files rather using them and which Environment Setting ...
by Jimmy
Thu Oct 17, 2019 11:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 99546

Re: Pritpal, HBIDE developer, assists us to use it with FWH

Hello
why you dont include it with preconfiged Files for the Std Fwh Installation

Look at - Start the ide compile it and all runs no frikkerling with batchfiles etc

Ue Studio is not more really supportet

Manuel Mercator Ide will never start

Hbide stacks

TX
by Uwe.Diemer
Thu Oct 17, 2019 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 99546

Re: Retorno de chamada DLL

DllCall() Executes a function located in a dynamically loaded external library. Syntax DllCall( <cDllFile>|<nDllHandle>, ; [<nCallingConvention>] , ; <cFuncName>|<nOrdinal> , ; [<xParams,...>] ) --> nResult Arguments <cDllFile> A character string holding...
by carlos vargas
Fri Sep 27, 2019 8:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Retorno de chamada DLL
Replies: 4
Views: 975

Hacking Android (pipes) stdout and stderr redirection

https://codelab.wordpress.com/2014/11/03/how-to-use-standard-output-streams-for-logging-in-android-apps/ https://www.bignerdranch.com/blog/hijacking-for-fun-and-profit/ I have found this great code from Oscar Hernández Suárez: https://groups.google.com/d/msg/harb...
by Antonio Linares
Mon Mar 04, 2019 7:23 am
 
Forum: Utilities / Utilidades
Topic: Hacking Android (pipes) stdout and stderr redirection
Replies: 0
Views: 525

Re: QRCODE

Saludos, Necesito utilizar esta funcion en una version antigua de FW que no tiene la funcion CALLDLL Similar a DLL32 Function Apagar (uFlags As LONG, dwReserved AS LONG) ; AS LONG PASCAL FROM "ExitWindowsEx" LIB "USER32.DLL" nResp := DllCall(qrDLL,DC_CALL_STD,"FastQRCode&quo...
by jnavas
Wed Dec 12, 2018 10:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: QRCODE
Replies: 12
Views: 3745

Footer de un xBrowse con calculo personalizado

Estimados Me gustaría conocer si es posible generar una columna del footer de un xBrowse con calculo personalizado. Ya conozco que tengo las siguientes opciones para el calculo del footer: // footer aggregate types #define AGGR_TOTAL 1 #define AGGR_SUM AGGR_TOTAL #define AGGR_MIN 2 #define AGGR_MAX ...
by nanoespinoza
Mon Sep 24, 2018 3:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Footer de un xBrowse con calculo personalizado
Replies: 3
Views: 855

Rutina Generador de codigos QR

Estimados Amigos Listeros. Una abrazo a la distancia y mucha felicidad , paz y armonia en este año nuevo que se acerca. que dios bendiga sus hogares y sea prospero. Alguno de ustedes ha utiulzado esta libreria trabaja de maravillas , lo unico que no he podido es hacer la imprecion del codigo mas peq...
by Busmatic_wpb
Sun Dec 31, 2017 1:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Rutina Generador de codigos QR
Replies: 1
Views: 743

Re: EJECUTAR UN .EXE

ASI /* - autor: wmormar, INCOS - wmormar@hotmail.com - fecha: 31 . octubre . 2008 - hora: 03.11 */ #include "fivewin.ch" FUNCTION main() LOCAL oBmp LOCAL tCalc32 LOCAL oCalculator Local lIncrustar:=.f. //LOCAL this := Self LOCAL lSalir := .f. /* IF ::oCalculator:classname() == "TDIALO...
by Claudio Leiva
Mon Mar 27, 2017 9:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: EJECUTAR UN .EXE
Replies: 13
Views: 2286

XBrowse MakeTotals: Improvements in FWH 16.12 and 17.01

... max, min, count, etc. Usage We are aware of the usage during creation of XBrowse: oBrw:lFooter := .t.oCol:nFooterType := AGGR_SUM // or AGGR_AVG, _STD, COUNT, etc. Ref: xbrowse.choBrw:MakeTotals()  nFooterType can be switched to different types during runtime and different results can be ...
by nageswaragunupudi
Fri Feb 03, 2017 3:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse MakeTotals: Improvements in FWH 16.12 and 17.01
Replies: 8
Views: 5607

Re: C++Compiler - FREE TOOL

... -I%C_INC_INSTALL%\windows\sdk%CRLF% -O2%CRLF% -ferror-limit 50 -fmessage-length 126 -fno-use-cxa-atexit%CRLF% -fborland-extensions -std=c++11 -fcxx-exceptions -fexceptions -fseh %CRLF% -fdiagnostics-show-option%CRLF% -fcolor-diagnostics %CRLF% -backend-option -vectorize-loops %CRLF% ...
by mastintin
Tue Jul 26, 2016 6:47 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: C++Compiler - FREE TOOL
Replies: 18
Views: 8584

Re: C++Compiler - FREE TOOL

... -I%C_INC_INSTALL%\windows\crtl -I%C_INC_INSTALL%\windows\sdk -O2 -ferror-limit 50 -fmessage-length 126 -fno-use-cxa-atexit -fborland-extensions -std=c++11 -fcxx-exceptions -fexceptions -fseh -fdiagnostics-show-option -fcolor-diagnostics -backend-option -vectorize-loops -cxx-abi borland -o%OBJ% ...
by mastintin
Mon Jul 25, 2016 4:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: C++Compiler - FREE TOOL
Replies: 18
Views: 8584

C++Compiler - FREE TOOL

... will ask if you want to create a new file; click Yes. Paste or type the following code in the editor: #include <iostream> int main(void) { std::cout << "Hello world!" << std::endl; return 0; } Save the changes (File menu, Save, in Notepad). Compile the program to create ...
by carlos vargas
Fri Jul 22, 2016 4:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: C++Compiler - FREE TOOL
Replies: 18
Views: 8584
PreviousNext

Return to advanced search

cron