View Single Post
  #2  
Old 01-19-2005, 09:00
ee45678 ee45678 is offline
Friend
 
Join Date: Jan 2005
Posts: 27
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 0
Thanks Rcvd at 0 Times in 0 Posts
ee45678 Reputation: 0
Yes, it is a good effort on your part to come up with such a tool and it is great that you are giving it away for free.

But I have a small nitpick, couldn't you somehow compile your executable to use only WIN32 API instead of the .NET junk.

I think anyone trying to slim down a huge MicroSlob XP install would like it much better if the huge .NET runtime is not needed.

I don't know what development system you are using but both MS VC++/VS and Borland Delphi offer facilities to compile to a pure Win32 app. in addition to the .NET.
Reply With Quote