K
Ketchup
Hello everyone,
I am prototyping a small application that needs run entirely from a USB
thumb-drive. It has to be independent of the software base on the machine
and has to be self-contained. I will likely only deal with NT-based
systems, more specifically Windows 2000 and later. I don't believe that I
can count on the .NET framework being installed, or C++ runtime library
being available. I also cannot install anything on the system.
What's my most effective approach to writing this app? Do I stick with
unmanaged C++? Can I use MFC? Or would VB 6.0 do the trick? Is there a
converter that would allow me to convert a managed application to a
self-contained unmanaged app?
Thanks in advance!
I am prototyping a small application that needs run entirely from a USB
thumb-drive. It has to be independent of the software base on the machine
and has to be self-contained. I will likely only deal with NT-based
systems, more specifically Windows 2000 and later. I don't believe that I
can count on the .NET framework being installed, or C++ runtime library
being available. I also cannot install anything on the system.
What's my most effective approach to writing this app? Do I stick with
unmanaged C++? Can I use MFC? Or would VB 6.0 do the trick? Is there a
converter that would allow me to convert a managed application to a
self-contained unmanaged app?
Thanks in advance!