Board index » delphi » Converting one application from 16 bits to 32

Converting one application from 16 bits to 32

Hello, all.

I am recompiling one Delphi 1 application to Delphi 2 (16 to 32 bits).
I do several calls to 16 bits dlls. All the program compile Ok
but I get the next errors when I run the program:

-From IDE: De{*word*81} kernel error. Error code: 1. And I can not run it.
-From Win95: The dll file appears damaged. And the program do not start.
 (the dlls are Ok when I run the 16 bit program)

Anybody knows where is the problem?
Could I call 16 bit dlls from my 32 bit application? Or perhaps
I must recompile too the dlls?

Please email me to Agustin.Lo...@uv.es

Regards,
AGustin

--
              ===============================
              |  Jose Agustin Lopez Bueno   |
              | E-Mail: Agustin.Lo...@uv.es |
              |                             |
              |  http://www.uv.es/~lopezj/  |  
              |                             |
              |     Tel: +34-6-3864310      |
              |     Fax: +34-6-3864200      |
              |   Servicio de Informatica   |
              |   Universidad de Valencia   |
              ===============================

 

Re:Converting one application from 16 bits to 32


On 3 Feb 1997 12:38:38 GMT, o...@iluso.ci.uv.es (Operadores C.I.U.V.) may
have written:

Quote
>Hello, all.

>I am recompiling one Delphi 1 application to Delphi 2 (16 to 32 bits).
>I do several calls to 16 bits dlls. All the program compile Ok
>but I get the next errors when I run the program:

>-From IDE: De{*word*81} kernel error. Error code: 1. And I can not run it.
>-From Win95: The dll file appears damaged. And the program do not start.
> (the dlls are Ok when I run the 16 bit program)

>Anybody knows where is the problem?
>Could I call 16 bit dlls from my 32 bit application? Or perhaps
>I must recompile too the dlls?

>Please email me to Agustin.Lo...@uv.es

>Regards,
>AGustin

The best way is to recompile the DLLs.

Quote
>--
>              ===============================
>              |  Jose Agustin Lopez Bueno   |
>              | E-Mail: Agustin.Lo...@uv.es |
>              |                             |
>              |  http://www.uv.es/~lopezj/  |  
>              |                             |
>              |     Tel: +34-6-3864310      |
>              |     Fax: +34-6-3864200      |
>              |   Servicio de Informatica   |
>              |   Universidad de Valencia   |
>              ===============================

dick MacDonald
{*word*106}mac@(delete this to reply)fastservice.com
The extra info is included to foil the automated collection 'bots.

Other Threads