Search found 30 matches: registering

Return to advanced search

Re: xHarbour.org updated!

Enrico I managed to compile, but this version of xharbour does not accept https? I have a system that communicates with a website for registering cargo for transport and I urgently need to access it via https, I used to access it with http normally but the website now only accepts secure ...
by wartiaga
Mon Sep 18, 2023 9:40 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37442

Re: Registering .ocx in 64 bit

Dear Tim, Another test that you can do is this one from a command window and check what msg you get: For 32 bits: %systemroot%\SysWoW64\regsvr32.exe cipwin32.ocx For 64 bits: %systemroot%\System32\regsvr32.exe cipwin32.ocx Note On a 64-bit version of Windows operating system, there are two versions ...
by Antonio Linares
Thu Jun 16, 2022 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Registering .ocx in 64 bit
Replies: 9
Views: 711

Re: Registering .ocx in 64 bit

Dear Tim, Could you please test this code in both 32 and 64 bits ? 32or64.prg #include "FiveWin.ch"function Main()   local hDLL   MsgInfo( hDLL := LoadLibrary( “cipwin32.ocx” ) )   MsgInfo( If( FreeLibrary( hDLL ) != 0, "Properly freed", &q...
by Antonio Linares
Thu Jun 16, 2022 1:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Registering .ocx in 64 bit
Replies: 9
Views: 711

Re: Registering .ocx in 64 bit

Thank you Jimmy.
by TimStone
Wed Jun 15, 2022 5:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Registering .ocx in 64 bit
Replies: 9
Views: 711

Re: Registering .ocx in 64 bit

hi Tim, you can have same Source for 32 Bit and 64 Bit ... but it depend how you compile it    #ifndef __64__      #define FWDESCRIPTION "FiveWin for Harbour"   #else      #define FWDESCRIPTION "FiveWin for Harbour 64"   #endif but you can not use 32 Bit LIB or DLL with 64 Bit Ap...
by Jimmy
Wed Jun 15, 2022 2:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Registering .ocx in 64 bit
Replies: 9
Views: 711

Re: Registering .ocx in 64 bit

Dear Tim,

I already told you:
Windows uses stuff named 32 but it is 64 bits software


There are tools to inspect them and check the above. 32 bits and 64 bits can't be mixed, sorry.
by Antonio Linares
Tue Jun 14, 2022 10:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Registering .ocx in 64 bit
Replies: 9
Views: 711

Re: Registering .ocx in 64 bit

Antonio, I COMPLETELY understand the need for an .ocx for 64 bit from them. I got that with your first response and already asked them for it. My last question was to understand the use of 32 vs 64 bit .lib files in general, not related to this feature. I get confused because if you look at a window...
by TimStone
Tue Jun 14, 2022 5:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Registering .ocx in 64 bit
Replies: 9
Views: 711

Re: Registering .ocx in 64 bit

Dear Tim, One thing is the names and another the code. Windows uses stuff named 32 but it is 64 bits software. In this case, if they only provide a single “cipwin32.ocx” and it is the one that you use from your 32 bits app, then forget about using it from 64 bits as it is. There is no way at all. Th...
by Antonio Linares
Tue Jun 14, 2022 5:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Registering .ocx in 64 bit
Replies: 9
Views: 711

Re: Registering .ocx in 64 bit

Antonio, Thanks for the response. For my own understanding, many of the files we link into our 64 bit program are labeled as "32" .lib files, and the program works. Is it just not possible to use a 32 bit ocx file with a 64 bit application? Many of those lib files are from Windows, ie. she...
by TimStone
Tue Jun 14, 2022 5:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Registering .ocx in 64 bit
Replies: 9
Views: 711

Re: Registering .ocx in 64 bit

Dear Tim, I have googled for "cipwin32.ocx" and found this: https://dev.gravitypayments.com/docs/easy-integrator/ where you can read: Win32 ActiveX OCX library – “cipwin32.ocx” If it is a Win32 OCX it won't work on 64 bits, no matter what your provider may have told you as we c...
by Antonio Linares
Tue Jun 14, 2022 5:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Registering .ocx in 64 bit
Replies: 9
Views: 711

Registering .ocx in 64 bit

I have a file, cipwin32.ocx which I have registered in the executable file directory. I then make the call: SetObject := CreateObject("cipwin32.easyIntegrator")  When executing the code, I get the following error:    Error description: Error TOleAuto/-1  REGDB_E...
by TimStone
Tue Jun 14, 2022 1:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Registering .ocx in 64 bit
Replies: 9
Views: 711

Re: DBU

... so I put the file in the same place where other application .dlls reside ( as does the .exe ) and I get the same error. So then I tried registering it, and it loads it but says it can't find the entry point ( Windows response ). Also there is a libmariadb64.dll but that doesn't help. ...
by TimStone
Sun Nov 14, 2021 8:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DBU
Replies: 21
Views: 2221

Write NULL value

Hello Friends. In a MySQL table I have a date type field that accepts null value, when registering the record a date type value is saved in this field, example 20210623, now how can I re-record NULL ? BTW, I write all fields with this source code STATIC FUNCTION Upgrade(oRsHdr)  ...
by Armando
Wed Jun 23, 2021 3:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Write NULL value
Replies: 2
Views: 482

Installation of mod_harbour as module or fastcgi handler

... 521 was not found in the DLL modharbour.exe" (but in the renamed "ace64.dll" there is an ordinal number 521) modharbour.exe - registering as fastcgi handler in IIS is resulting in undefinied 500 errors (guess the problem is also the missing dependencies). modharbour.exe: Inspection ...
by chrisiwien
Thu May 20, 2021 1:19 pm
 
Forum: mod_harbour
Topic: Installation of mod_harbour as module or fastcgi handler
Replies: 27
Views: 2874

Re: Color Setting for GET READONLY

... having it at black on other screens was fine ( and easier to read than grey ), but now that I needed two separate colors, my values were just not registering changes. All is OK now. Tim
by TimStone
Thu Jan 04, 2018 3:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color Setting for GET READONLY
Replies: 6
Views: 1233
Next

Return to advanced search