Quote:
>>AS far as i understand I simply have to recompile my existing source code
>>on a machine with NT Workstation and I should be fine.
>What were you running before? Windows 9x? In that case, the
>applications should (hopefully) work as they are, without a recompile.
>If they don't, it's probably something in the application that isn't
>supported in Windows NT, and then a simple recompile won't help
>either.
Yep; VB masks all the differences for you when
using internal VB functionality. 3rd-party DLLs
and the API calls you use, and the behavior
they expect, is what causes incompatibilities.
On the bright side, moving from 95->NT is usually
easier. As long as you aren't relying on peculiarities
of the Win9x platforms (limited protection of memory,
things like that), your major concern will probably
be security. In 9x, you have access to everything;
in NT, never ask for more access thatn you need,
cause you probably won't get it if you aren't admin.