Search found 54 matches

by vensanto
Tue Jun 18, 2019 3:53 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How extract XML from P7M
Replies: 9
Views: 1156

Re: How extract XML from P7M

Hello you must use the OPENSSL command below an example: // ---------------------------------------------------// nFIN:="file.xml.p7m" nFOUT:="file.xml" nCMD:="openssl smime -verify -noverify -in "+nFIN+" -inform DER -out "+nFOUT WaitRun(nCMD,0) // 0 = esegue ...
by vensanto
Sun Jun 03, 2018 9:25 am
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar código Harbour con gcc en 64 BITS
Replies: 8
Views: 1660

Re: Compilar código Harbour con gcc en 64 BITS

do not use the option -compiler=mingw64 hbmk2 auto recognize the compiler compile this test code with harbour 64 ad gcc 7.3 64 bit and show the result ===================== Function MAIN() SET COLOR TO CLEAR ? HB_VERSION() ? HB_BuildDate() ? HB_PCodeVer() ? ? HB_COMPILER() ? ? OS() ? ? Version() ? &...
by vensanto
Tue May 29, 2018 7:25 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar código Harbour con gcc en 64 BITS
Replies: 8
Views: 1660

Re: Compilar código Harbour con gcc en 64 BITS

you have to check this:

1) your windows system is 64 bit ?

2) your harbour release is 64 bit and is compiled with gcc 7.3 64 bit ?

regards
by vensanto
Sun May 27, 2018 8:21 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar código Harbour con gcc en 64 BITS
Replies: 8
Views: 1660

Re: Compilar código Harbour con gcc en 64 BITS

Hello for 64 bit i have to use: harbour 64 bit GCC 7.3 64 bit x86_64-7.3.0-release-posix-seh-rt_v5-rev0 whe you compile a sample .prg i have to use KBMK2 this is a sample of TEST64.HBP # ========================== # ========================== -oTEST -exitstr -gui -inc ### solo per GCC compiler - tog...
by vensanto
Thu May 17, 2018 8:03 am
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Differences between BORLAND and VCC
Replies: 32
Views: 4254

Re: Antonio: Differences between BORLAND and VCC

compiled with Harbour + Fivewin 18.03 and GCC 7.3 32 bit
Image


compiled with Harbour + Fivewin 18.03 and GCC 7.3 64 bit
Image

regards
by vensanto
Thu May 25, 2017 1:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: convert C to fivewin
Replies: 14
Views: 2014

Re: convert C to fivewin

now it's better here the new code: #pragma BEGINDUMP #include <windows.h> #include <hbapi.h> static DWORD dwSysError; DWORD CEFGetVersion(LPTSTR lpVer, LPDWORD lpdwSysError); DWORD CEFRead(unsigned char *lpMemArea, LPDWORD pdwByteRead, LPDWORD lpdwSysError); DWORD CEFWrite(unsigned char *lpCommand, ...
by vensanto
Thu May 25, 2017 1:03 pm
Forum: FiveWin for Harbour/xHarbour
Topic: convert C to fivewin
Replies: 14
Views: 2014

Re: convert C to fivewin

Thank You Antonio
by vensanto
Wed May 24, 2017 6:11 pm
Forum: FiveWin for Harbour/xHarbour
Topic: convert C to fivewin
Replies: 14
Views: 2014

Re: convert C to fivewin

the problem is IMPLIB without -a now it's ok here the code: thanks to all === #pragma BEGINDUMP #include <windows.h> #include <hbapi.h> DWORD CEFGetVersion(LPTSTR lpVer, LPDWORD lpdwSysError); DWORD CEFRead(unsigned char *lpMemArea, LPDWORD pdwByteRead, LPDWORD lpdwSysError); DWORD CEFWrite(unsigned...
by vensanto
Wed May 24, 2017 1:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: convert C to fivewin
Replies: 14
Views: 2014

Re: convert C to fivewin

hello i try but i get error

any sample please

thanks
by vensanto
Tue May 23, 2017 5:18 pm
Forum: FiveWin for Harbour/xHarbour
Topic: convert C to fivewin
Replies: 14
Views: 2014

Re: convert C to fivewin

I do not have any file .H

the cefdll.dll is a dll for a cash register CUSTOM XKUBE

you can download from the follow link:
www.veneziasoft.com/download/custom/cefdll125.zip

there is any samples in the zip file
but i dont know how interface it with fivewin

thanks for you help
by vensanto
Tue May 23, 2017 3:29 pm
Forum: FiveWin for Harbour/xHarbour
Topic: convert C to fivewin
Replies: 14
Views: 2014

Re: convert C to fivewin

I have linked the cefdll.lib
but i get always the errror

Warning W8065 SA.PRG 53: Call to function 'CEFOpen' with no prototype in function HB_FUN_CEFOPEN
Error: Unresolved external '_CEFOpen' referenced from C:\USERS\SANTO\APPDATA\LOCAL\TEMP\HBMK_VE2YOI.DIR\SA.OBJ

thanks
by vensanto
Tue May 23, 2017 5:45 am
Forum: FiveWin for Harbour/xHarbour
Topic: convert C to fivewin
Replies: 14
Views: 2014

Re: convert C to fivewin

Dear Antonio, thanks but now i get this error Compiling: SA.HBP... Compiling 'SA.PRG'... Warning W8065 SA.PRG 53: Call to function 'CEFOpen' with no prototype in function HB_FUN_CEFOPEN Error: Unresolved external '_CEFOpen' referenced from C:\USERS\SANTO\APPDATA\LOCAL\TEMP\HBMK_VE2YOI.DIR\SA.OBJ Err...
by vensanto
Mon May 22, 2017 4:21 pm
Forum: FiveWin for Harbour/xHarbour
Topic: convert C to fivewin
Replies: 14
Views: 2014

convert C to fivewin

I need to utilize the functions of CEFDLL.DLL into my fivewin program first i have run IMPLIB cefdll.lib CEFDLL.DLL for creating the cefdll.lib now i need to convert the follow C function for fivewin: DWORD CEFOpen (int intCom, DWORD dwBaudRate, BYTE byParity, BYTE byDataBit, BYTE byStopBit, BYTE by...
by vensanto
Fri Mar 14, 2014 1:14 am
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse ERROR
Replies: 14
Views: 1671

Re: xBrowse ERROR

I go to try it

Thank you very much James