NT Workstation 
Author Message
 NT Workstation

Hello all:

We will be upgrading to NT Workstation and I have to make our existing
applications work on the new systems.  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.  Please correct me if I am wrong.  Thank you.

ch



Tue, 23 Jul 2002 03:00:00 GMT  
 NT Workstation
Chris,

Quote:
>We will be upgrading to NT Workstation and I have to make our existing
>applications work on the new systems.

Already!  You know that Windows 2000 Pro will be out in a few weeks,
right?  ;-)

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.

Mattias

__________________________________________________

     VB+ http://hem.spray.se/mattias.sjogren/
 Please send questions/replies to the newsgroups



Tue, 23 Jul 2002 03:00:00 GMT  
 NT Workstation

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.



Wed, 24 Jul 2002 03:00:00 GMT  
 NT Workstation
You shouldn't have to recompile at all.  I've developed under 95 and 98 -
and the apps have transferred to NT Workstation without any recompiling
or changes at all.



Quote:




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.



Wed, 24 Jul 2002 03:00:00 GMT  
 NT Workstation
On Sat, 5 Feb 2000 19:47:16 -0000, "Chris Shaw"

->You shouldn't have to recompile at all.  I've developed under 95 and
98 -
->and the apps have transferred to NT Workstation without any
recompiling
->or changes at all.
->

What was mentioned before was that the API's and registries don't
match between W9x and WinNT. Also NT has much tighter security (at
file level as well as the registry) so a file or registry key that
could be quite easily written to or read from under Win9x may generate
an error under NT.

Andrew Mitchell



Mon, 29 Jul 2002 03:00:00 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. How do I differentiate between NT Workstation and NT Server

2. Bad Calculates on NT Workstation 4.0

3. access 97 and NT Workstation 4

4. VBA: Filecopy invalid procedure call or argument on Win NT workstation

5. adhVerifyLinks on NT Workstation

6. Username not working on NT workstation

7. SQL Server and NT Workstation and VB Pro

8. VB4 does not install on NT workstation

9. Code to lock Windows NT workstation

10. Wise Installation program wipes Win98 and NT workstation

11. Get IP Address from user's NT Workstation

12. Visual Basic 6 and Windows NT workstations

 

 
Powered by phpBB® Forum Software