Board index » delphi » Need help in converting 16-bit RES to 32-bit

Need help in converting 16-bit RES to 32-bit

Hi y'all
Question:  I'm wanting to convert my existing 16-bit applicaction to
32-bit and am having some problems in the process of converting it.  One
of
them is 16-bit res not supported.  Is there a utility for converting
16-bit res
files to 32-bit?

Secondly, Delphi3 doesn't seem to regconize some local variables.

Please respond to luj...@us.ibm.com
Thanks for the help

Jeff

 

Re:Need help in converting 16-bit RES to 32-bit


Quote
In article <34560D1C.38854...@mindspring.com> Jeff Lu <jkl...@mindspring.com> writes:
>Hi y'all
>Question:  I'm wanting to convert my existing 16-bit applicaction to
>32-bit and am having some problems in the process of converting it.  One
>of
>them is 16-bit res not supported.  Is there a utility for converting
>16-bit res
>files to 32-bit?
>Secondly, Delphi3 doesn't seem to regconize some local variables.

A tool such as Resource Workshop can convert the resource into an RC file and
then recompile that back into a 32-bit resource.  I do not believe that any of
the tools that come with Delphi can do this -- even though the copy that I
have which does this just fine came with Turbo C++.  

(It continues to baffle me why Borland ships a flagship product, Delphi,
without some of the basic programmer-tools that were shipped with an $80
mini-compiler a couple of years ago.)

Re:Need help in converting 16-bit RES to 32-bit


  To convert the .RES files, simply open it with the 32bit Image Editor and
then save it..  It's that simple...   For the program, delete the .DCU's and
recompile...

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

Quote
Jeff Lu wrote in message <34560D1C.38854...@mindspring.com>...
>Hi y'all
>Question:  I'm wanting to convert my existing 16-bit applicaction to
>32-bit and am having some problems in the process of converting it.  One
>of them is 16-bit res not supported.  Is there a utility for converting
>16-bit res files to 32-bit?

Other Threads