Search found 130 matches: std

Return to advanced search

Re: Usando la hbcplr.lib con Harbour

Gustavo, Para que Harbour reconozca ese comando ? ... es preciso que haya "procesado" las definiciones que hay en el fichero std.ch Puedes añadir los comandos que desees en tiempo de ejecución para que el script los reconozca: function BuildPreprocessor()   if ...
by Antonio Linares
Mon Jul 04, 2016 5:54 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Usando la hbcplr.lib con Harbour
Replies: 5
Views: 580

Re: FWH64

I have some own GDIPLUS-functions similar to the FWH-gdiplus.cpp. When i compile with bcc64 there comes several errors. Somebody knows the reason? In file included from C:\bcc\include\windows\sdk\gdiplus.h:25: -> the call to includefile gdiplus.h In file included from C:\bcc\include\dinkumware64\...
by byte-one
Thu Mar 31, 2016 3:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 25131

Re: Error with UDP-socket

... Error: Unresolved external '__ltoupper_lcid' referenced from C:\XHARBOUR\LIB\HBZIP.LIB|ziparchive Error: Unresolved external 'std::_Locinfo::_Locinfo(const std::basic_string<char, std::char_traits<char>, std::allocator<char> >&)' referenced from C:\XHARBOUR\LIB\HBZIP.LIB|ziparchive
by byte-one
Sat Jan 16, 2016 10:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error with UDP-socket (Only in xHarbour!)
Replies: 5
Views: 788

Re: Adeudos Directos SEPA en euros Esquema B2B

Buenas Por lo que veo, los errores son de validación , no de estructura del XML, por poner un ejemplo ; ERROR: Element '{urn:iso:std:iso:20022:tech:xsd:pain.008.001.02}PmtInfId': [facet 'maxLength'] The value has a length of '37'; this exceeds the allowed maximum length of '35' Dicen bien ...
by thefull
Tue Dec 15, 2015 6:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Adeudos Directos SEPA en euros Esquema B2B
Replies: 117
Views: 50376

Re: Adeudos Directos SEPA en euros Esquema B2B

... + "utf-8" + CHR(34) + "?>" FWriteLn( nHandle , cadena ) cadena := "<Document xmlns=" + CHR(34) + "urn:iso:std:iso:20022:tech:xsd:pain.008.001.02" + CHR(34) + " xmlns:xsi=" + CHR(34) + "http://www.w3.org/2001/XMLSchema-instance" + ...
by andaretor
Wed Dec 02, 2015 11:19 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Adeudos Directos SEPA en euros Esquema B2B
Replies: 117
Views: 50376

Re: Adeudos Directos SEPA en euros Esquema B2B

... la está usando en producción ? gracias de antemano. PD. Aquí los errores generados con el testSEPA.xml contra su schema: ERROR: Element '{urn:iso:std:iso:20022:tech:xsd:pain.008.001.02}MsgId': [facet 'maxLength'] The value has a length of '36'; this exceeds the allowed maximum length of '35'. ...
by hmpaquito
Wed Nov 25, 2015 6:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Adeudos Directos SEPA en euros Esquema B2B
Replies: 117
Views: 50376

Re: To save an image

... cDstFile ), ANSITOWIDE( cId ) ) EMG Enrico, GDIPLUSIMAGESAVE function transform asitowide in your code ... is not necessary ansitowide functions std::string str = hb_parc(2) ; std::wstring wstr (str.begin(), str.end()); LPWSTR file = (LPWSTR) wstr.c_str(); :D
by mastintin
Fri Oct 23, 2015 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To save an image
Replies: 52
Views: 7793

xharbour para fwh1507+xharbour+bcc582

... xHarbour 1.2.3 Intl. (SimpLex) (Build 20150603) Copyright 1999-2015, http://www.xharbour.org http://www.harbour-project.org/ Compiling 'testdlg.prg' and generating preprocessed output to 'testdlg.ppo'... Generating C source output to 'testdlg.c'... Done. Lines 32, Functions/Procedures ...
by MGA
Wed Sep 09, 2015 2:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xharbour para fwh1507+xharbour+bcc582
Replies: 2
Views: 585

Re: Ayuda con Objeto Stream de ADO

... c:\Borland\bcc582\bin\ilink32 -Gn -aa -Tpe -s @b32.bc Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland Error: Unresolved external '__rwstd::__rw_stdexcept_NoNamedException' referenced from C:\FWH904\LIB\FIVEHC.LIB|ANIGIF Error: Unresolved external 'std::basic_string<char, std::char_traits<char>, ...
by sjingo
Wed Jul 08, 2015 8:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con Objeto Stream de ADO (Solucionado)
Replies: 24
Views: 7838

Re: Harbour-32.dll

HB_FUN_HB_CODEPAGE_HR646 @367 HB_FUN_HB_CODEPAGE_HR852 @368 HB_FUN_HB_CODEPAGE_HRISO @369 HB_FUN_HB_CODEPAGE_HRWIN @370 HB_FUN_HB_CODEPAGE_HU852 @371 HB_FUN_HB_CODEPAGE_HU852C @372 HB_FUN_HB_CODEPAGE_HUISO @373 HB_FUN_HB_CODEPAGE_HUWIN @374 HB_FUN_HB_CODEPAGE_IS850 @375 HB_FUN_HB_CODEPAGE_IS861 @376...
by pgfdz
Fri May 29, 2015 8:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour-32.dll
Replies: 5
Views: 2368

Re: Advance SQL-query question

... is one time a field with parameter1, and I want to show the field in Value1 The functionality is not limited to SUM alone. SUM, AVG, MAX, MIN,STD etc MAX of a single value is the same value. Isn't it? Source of this function is in adofuncs.prg SELECT NAME,( CASE WHEN PARAMETER = 'Parameter1' ...
by nageswaragunupudi
Sun Apr 26, 2015 12:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advance SQL-query question
Replies: 8
Views: 1166

Re: Converting an old Clipper app

... can call a callback function every x indexed records. In this way you'll use a supported, official, less invasive tecnique. Please open the file std.ch from [x]Harbour include directory and search for INDEX ON and you will find that INDEX ON.... is split into ordCondSet() and ordCreate() function ...
by mercurial
Wed Feb 04, 2015 6:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converting an old Clipper app
Replies: 3
Views: 744

Re: Testing Debenu Quick PDF Library

Klaas, nUnlock := DllCall( hDLL, DC_CALL_STD, "DPLUnlockKeyA", nInstanceID, cLicenseUSD ) -> this works That seems the right one as usually "A" stands for Ansi and "W" for wide. Thats the way Microsoft uses to name the Windows API functions. A very good finding from ...
by Antonio Linares
Mon Jan 12, 2015 4:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Debenu Quick PDF Library
Replies: 44
Views: 7524

Re: Testing Debenu Quick PDF Library

Hi Antonio and Carlos, Indeed, DPLUnlockKeyA works, thanks very much! nUnlock := DllCall( hDLL, DC_CALL_STD, "DPLUnlockKeyA", nInstanceID, cLicenseUSD ) -> this works nUnlock := DllCall( hDLL, DC_CALL_STD, "DPLUnlockKey", nInstanceID, AnsiToWide(cLicenseUSD) ) -> this does ...
by Klaas den Dekker
Mon Jan 12, 2015 2:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Debenu Quick PDF Library
Replies: 44
Views: 7524

Re: Error de enlazado con FWH 14.11 y xHarbour 1.2.3

... hbzip.lib con el Total Commander (es el que yo uso siempre) y dale a view (F3). Situate encima de la libreria. Ahora busca por ejemplo la cadena std::locale::__global y en mi versión no me aparece, pero en tu error aparece como un símbolo externo luego esta dentro de tu versión de hbzip.lib Lo ...
by Antonio Linares
Sun Dec 07, 2014 8:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error de enlazado con FWH 14.11 y xHarbour 1.2.3
Replies: 18
Views: 5024
PreviousNext

Return to advanced search

cron