Search found 161 matches

by toninhofwi
Thu Nov 03, 2022 11:03 pm
Forum: FiveWin for Harbour/xHarbour
Topic: To sign a xml
Replies: 7
Views: 4570

Re: To sign a xml

Hi, I use chilkat for that:

https://tools.chilkat.io/xmlDsigGen

Regards,

Toninho.
by toninhofwi
Sat Jul 04, 2020 2:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: SVG Files
Replies: 1
Views: 395

SVG Files

Hi, there are a way to load .SVG icon files and display it like a normal image please?

TIA and best regards.
by toninhofwi
Wed May 22, 2019 5:29 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Building a Windows Service
Replies: 6
Views: 945

Re: Building a Windows Service

to compile service.prg I use this:

---cut---
set PATH=c:\bcc\bin;%PATH%

\harbour-install\bin\hbmk2 service -lhbwin -lace32 -lrddads -iC:\harbour-install\contrib\hbwin
---cut---


Regards.
by toninhofwi
Sat May 18, 2019 10:26 am
Forum: FiveWin for Harbour/xHarbour
Topic: Building a Windows Service
Replies: 6
Views: 945

Re: Building a Windows Service

Hi Tim, I use this model and it works fine:

https://github.com/harbour/core/blob/ma ... ervice.prg


Regards.
by toninhofwi
Thu May 16, 2019 12:15 pm
Forum: FiveWin for Harbour/xHarbour
Topic: A mod_harbour for Apache !!!
Replies: 10
Views: 3336

Re: A mod_harbour for Apache !!!

Wow! Congratulations Antonio.
by toninhofwi
Thu Jun 28, 2018 12:56 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using C# (and .NET) from FWH
Replies: 15
Views: 3252

Re: Using C# (and .NET) from FWH

fantastic job, a big door is open now !

thank you.
by toninhofwi
Sat Dec 16, 2017 11:29 am
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 15240

Re: Building Harbour 3.4 for BCC outside MSYS

Can you compile an "hello world" sample with the two compilers and report the EXE sizes, please? This sample: #include "Fivewin.ch" FUNCTION MAIN()     ? "Hello, World!"     RETURN NIL EMG Hi Enrico, Size in this days is not a problem, but, this is the results: BCC 7.2...
by toninhofwi
Thu Dec 14, 2017 11:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Disable Advantage error message dialogs
Replies: 12
Views: 1506

Re: Disable Advantage error message dialogs

oDB := DBServer {"d:\demo10.dbf", DBShared,, "AXDBFCDX"}
lReturn := AdsGetLastError( @dwError, pacError, @wLen)
if !AdsConnect60( "C:\", 2 )

cMsg = Space( 300 )

adsGetLastError( @cMsg )

winMsgInfo( cMsg ), "Error connecting do C:\" )

endif
by toninhofwi
Thu Dec 14, 2017 8:36 am
Forum: FiveWin for Harbour/xHarbour
Topic: Disable Advantage error message dialogs
Replies: 12
Views: 1506

Re: Disable Advantage error message dialogs

Hi,

first of all: there are a picture of this error please?

second: I don´t know any ADS api that disable the errors, where you find it and what is the ADS version?

regards.
by toninhofwi
Sat Dec 09, 2017 9:49 am
Forum: FiveWin para Harbour/xHarbour
Topic: Rutina para enviar mails
Replies: 18
Views: 2896

Re: Rutina para enviar mails

https://www.emailarchitect.net/easendmail

is an activeX component and works perfect.
by toninhofwi
Fri Aug 11, 2017 11:35 am
Forum: FiveWin for Harbour/xHarbour
Topic: Using Advantage database server with database folder hidden
Replies: 4
Views: 692

Re: Using Advantage database server with database folder hidden

Hi, please, try with ARC32, ARC have full acess and can exploit bad things.

regards,
by toninhofwi
Sun Mar 05, 2017 7:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: changed from BCC to MSVC 2015
Replies: 3
Views: 665

Re: changed from BCC to MSVC 2015

Thanks Rick for the hint.

I bought a copy and I'm waiting for download link.

Regards.
by toninhofwi
Sun Mar 05, 2017 1:09 pm
Forum: FiveWin for Harbour/xHarbour
Topic: changed from BCC to MSVC 2015
Replies: 3
Views: 665

changed from BCC to MSVC 2015

Hi ppl, It is with great pleasure announce that exactly now I do my first successfull compilation of my ERP app with MSVC 2015 + Harbour + FWH. The final EXE is so big 50MB compared to BCC 35MB, but I see that MSVC is so fast !!! I'm no found any hard job do that, except that I have a lot of C code ...