Re: Win32, Linux, .NET >> Where is this mess going to?
From: Danijel Tkalcec (dtkalcec_at_hotmail.com)
Date: 10/27/04
- Next message: Jonathan Neve: "Re: Win32, Linux, .NET >> Where is this mess going to?"
- Previous message: Jan Mitrovics: "Re: Win32, Linux, .NET >> Where is this mess going to?"
- In reply to: Jan Mitrovics: "Re: Win32, Linux, .NET >> Where is this mess going to?"
- Next in thread: Jan Mitrovics: "Re: Win32, Linux, .NET >> Where is this mess going to?"
- Reply: Jan Mitrovics: "Re: Win32, Linux, .NET >> Where is this mess going to?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 27 Oct 2004 19:25:23 +0200
Hi, Jan.
> I have ported a medium size app from Win32 to .Net. It was quite
> straight forward for me. (About 30 different forms, 80000 lines of
> code). I had to remove some functionality, because of incompatibilities
> of outside applications with Interop.
> The code now compiles in both Win32 and .Net!
1. What did you use to port the code from Win32 to .NET?
2. Do you use onlly one component palette and have only 1 application which
can compile to Win32 and to .NET?
3. How are you compiling this to Win32 and how to .NET?
4. What is the difference in exe file size when you compile to Win32
compared to file compiled for .NET?
5. When you compile to Win32, do you have to make modifications to the code
to get Win32 native exe which works on systems without .NET framework? Can
you compile the same project (after the changes you did to it now) to Win32
and to .NET without making any changes to the code? Is there a switch in the
compiler that makes it possible to compile the same application for Win32
and for .NET?
>From what I saw in the Delphi 2005 demo, they split the Delphi.NET and
Delphi for Win32 projects completely. You have to choose the project type
before creating the project. I presumed that, since you have to tell IDE
which project type you want, that you get 2 different component palettes,
and can compile the project only for the type you chose. Or how is this
solved?
Best Regards,
Danijel Tkalcec
- Next message: Jonathan Neve: "Re: Win32, Linux, .NET >> Where is this mess going to?"
- Previous message: Jan Mitrovics: "Re: Win32, Linux, .NET >> Where is this mess going to?"
- In reply to: Jan Mitrovics: "Re: Win32, Linux, .NET >> Where is this mess going to?"
- Next in thread: Jan Mitrovics: "Re: Win32, Linux, .NET >> Where is this mess going to?"
- Reply: Jan Mitrovics: "Re: Win32, Linux, .NET >> Where is this mess going to?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|