Author Topic: OpenGl Library  (Read 4365 times)

0 Members and 1 Guest are viewing this topic.

Mike Lobanovsky

  • Guest
Re: OpenGl Library
« Reply #15 on: April 04, 2018, 06:59:33 AM »
It does look like this is not doable.

Actually it is doable though not easy. It would require a proxy 64-bit DLL that would relay the actual tasks to a dummy 32-bit process having the original 32-bit DLL mapped into its process memory, using inter process communication (a.k.a. IPC) facilities such as sockets, pipes, or COM. That would of course imply perceptible speed penalties and may be even more laborious than re-writing the original DLL for native 64-bit compilation.

chrisc

  • Guest
Re: OpenGl Library
« Reply #16 on: April 04, 2018, 10:42:31 AM »
Thanxx Mike

i'm not in that level to be able to do IPC , i'll just have to convert the remaining PB dlls to O2