Silverfrost Forums

Welcome to our forums

Using a 32 bit DLL ?

11 Mar 2019 11:39 #23342

From earlier applications I have a 32 bit DLL but no source code. Is there any way to use the functions inside in a 64 bit FTN95 program ?

11 Mar 2019 11:49 #23343

There is no direct way that I know off.

One indirect way is to use the 32 bit DLL in a 32 bit application, then run this application at the same time and set up some kind of conversation with your 64 bit application.

64 bit Plato does this when it integrates with 32 bit SDBG. It creates shared memory for a 'pipe' and uses messages to 'send' and 'receive' data.

It requires a lot of work.

Please login to reply.