Nadav,
Search Google Groups:
http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&group=microsoft.public.dotnet
For the reference to native code compilers (and other similar keywords).
There have been postings from at least one company working on a native code
compiler for .NET. I just don't remember the name of the company.
'converting' the CLR binaries to native
binaries may be a nice compromise, BUT as you say it is
not so elegant.
Is your app download ware? Or distributed on CD?
If its download ware, for users who do not have the Framework loaded, offer
to ship a CD with the Framework on it, so they may load it.
The problem with converting the CLR binaries to native binaries, may still
be you are looking at 10-15 MB download, as a lot of the framework is
inter-related.
BUT working with .NET Forms will require each client to
download the .NET framework ( about 20MB ) which is not
acceptable,
I would not consider it not acceptable, inconvenient yes, prohibitive for
dial up lines, yes. For dial up users, you can always offer to ship them a
CD.
I am just trying to see if I can
avoid writing this client side Forms app with MFC or VB6,
the .NET Forms technology makes development much faster,
Like any project you need to weigh the benefits of a tool with the pit falls
of a tool. If MFC or VB6 are more easily deployed for you, and deployment is
important. Then I suggest you go with MFC or VB6. For me the OOP nature of
..NET, speed of development, etc. Far outweighs the deployment of the
framework issue. Remember the Framework only needs to be installed a single
time per version on a users desktop. Once there it can be used by numerous
apps. With in limits 1.0 apps can use 1.1 framework and visa versa. For
details see:
http://msdn.microsoft.com/netframew.../library/en-us/dnnetdep/html/sidexsidenet.asp
Hope this helps
Jay