Hi, I use chilkat for that:
https://tools.chilkat.io/xmlDsigGen
Regards,
Toninho.
Search found 161 matches
- Thu Nov 03, 2022 11:03 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: To sign a xml
- Replies: 7
- Views: 5917
- Sat Jan 16, 2021 7:56 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Sublime Text 3 Harbour Package
- Replies: 0
- Views: 4964
- Sat Jul 04, 2020 2:01 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: SVG Files
- Replies: 1
- Views: 482
SVG Files
Hi, there are a way to load .SVG icon files and display it like a normal image please?
TIA and best regards.
TIA and best regards.
- Wed May 22, 2019 5:29 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Building a Windows Service
- Replies: 6
- Views: 1127
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.
---cut---
set PATH=c:\bcc\bin;%PATH%
\harbour-install\bin\hbmk2 service -lhbwin -lace32 -lrddads -iC:\harbour-install\contrib\hbwin
---cut---
Regards.
- Sat May 18, 2019 10:26 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Building a Windows Service
- Replies: 6
- Views: 1127
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.
https://github.com/harbour/core/blob/ma ... ervice.prg
Regards.
- Thu May 16, 2019 12:15 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: A mod_harbour for Apache !!!
- Replies: 10
- Views: 3882
Re: A mod_harbour for Apache !!!
Wow! Congratulations Antonio.
- Thu Jun 28, 2018 12:56 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using C# (and .NET) from FWH
- Replies: 15
- Views: 3970
Re: Using C# (and .NET) from FWH
fantastic job, a big door is open now !
thank you.
thank you.
- Sat Dec 16, 2017 11:29 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Building Harbour 3.4 for BCC outside MSYS
- Replies: 87
- Views: 18299
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...
- Thu Dec 14, 2017 11:14 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Disable Advantage error message dialogs
- Replies: 12
- Views: 1975
Re: Disable Advantage error message dialogs
if !AdsConnect60( "C:\", 2 )oDB := DBServer {"d:\demo10.dbf", DBShared,, "AXDBFCDX"}
lReturn := AdsGetLastError( @dwError, pacError, @wLen)
cMsg = Space( 300 )
adsGetLastError( @cMsg )
winMsgInfo( cMsg ), "Error connecting do C:\" )
endif
- Thu Dec 14, 2017 8:36 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Disable Advantage error message dialogs
- Replies: 12
- Views: 1975
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.
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.
- Sat Dec 09, 2017 9:49 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Rutina para enviar mails
- Replies: 18
- Views: 3767
- Fri Aug 11, 2017 11:35 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using Advantage database server with database folder hidden
- Replies: 4
- Views: 808
Re: Using Advantage database server with database folder hidden
Hi, please, try with ARC32, ARC have full acess and can exploit bad things.
regards,
regards,
- Sun Jun 18, 2017 1:53 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Enviar mails usando cuenta de Office 365
- Replies: 12
- Views: 3610
- Sun Mar 05, 2017 7:52 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: changed from BCC to MSVC 2015
- Replies: 3
- Views: 822
Re: changed from BCC to MSVC 2015
Thanks Rick for the hint.
I bought a copy and I'm waiting for download link.
Regards.
I bought a copy and I'm waiting for download link.
Regards.
- Sun Mar 05, 2017 1:09 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: changed from BCC to MSVC 2015
- Replies: 3
- Views: 822
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 ...