View Single Post
  #932  
Old 04-07-2019, 10:07 PM
luka's Avatar
luka
Unregistered User

luka is offline
 
Join Date: Apr 2007
Location: Perth, Australia
Posts: 1,164
Not easy.

The DLL with the basic camera functions is written in Delphi. I only have a really old version of the compiler which can only compile 32-bit. I am scared even to look how much a new version of Delphi costs.
So I may need to rewrite the DLL which is a big job.

Alternatively I could try using the 32-bit DLL from a 64-bit application but that requires writing a wrapper DLL as in Windows it is not possible to run 32-bit DLL from 64-bit application. Again more work.

Let me look into it a bit more...
Reply With Quote