Board index » delphi » Using Delphi 2.0 to write 16 bit DLLs

Using Delphi 2.0 to write 16 bit DLLs

Hello all,

How anyone written DLLsin 32-bit Delphi  and successfully called them
from a 16-bit Delphi application? That is can Delphi 2.0 be used to
write 16-bit DLLs?

I get an internal Windows error message whenever trying to reference the
DLL from the Delphi 1.0 application.

Thanks for your help.

----
Sami El-Mahgary
Starbase
mahg...@sci.fi

 

Re:Using Delphi 2.0 to write 16 bit DLLs


Sami El-Mahgary <mahg...@sci.fi> wrote in article <34F560C2.2...@sci.fi>...

Quote
> Hello all,

> How anyone written DLLsin 32-bit Delphi  and successfully called them
> from a 16-bit Delphi application? That is can Delphi 2.0 be used to
> write 16-bit DLLs?

Delphi32 can't create 16 bit DLLs.

Regards,
  Sebastian Bargmann

Re:Using Delphi 2.0 to write 16 bit DLLs


  Easy solution...  no.   Delphi 2.0 is 32bit only (that's why Delphi 1.0
comes with D2 & D3)

--
Jason Wallace
SL Software
Dark...@SLSoftware.reno.nv.us
--
"We are Microsoft.  Resistance is Futile.  You will be Assimiliated."

Quote
Sami El-Mahgary wrote in message <34F560C2.2...@sci.fi>...
>Hello all,

>How anyone written DLLsin 32-bit Delphi  and successfully called them
>from a 16-bit Delphi application? That is can Delphi 2.0 be used to
>write 16-bit DLLs?

>I get an internal Windows error message whenever trying to reference the
>DLL from the Delphi 1.0 application.

>Thanks for your help.

>----
>Sami El-Mahgary
>Starbase
>mahg...@sci.fi

Other Threads