From: Roberto Agostino on
Hi all.

Probably it is written in the documentation, but if you say me it, I will
save some time.

I would know....

if I install the Development Kit on a Windows XP Professional platform,
can I build programs to run on Vista or on Win7 platforms, without any other
step?

Thanks for your reply.

Roberto


From: Tim Roberts on
"Roberto Agostino" <roberto.ag(a)tre.it> wrote:
>
>I would know....
>
> if I install the Development Kit on a Windows XP Professional platform,
>can I build programs to run on Vista or on Win7 platforms, without any other
>step?

Yes. Just like with any compiler, it doesn't matter on what version you do
the building (as long as the version is supported).
--
Tim Roberts, timr(a)probo.com
Providenza & Boekelheide, Inc.
From: Roberto Agostino on
Thanks you.

"Tim Roberts" <timr(a)probo.com> ha scritto nel messaggio
news:5e7r86da3qrpa3o66nvp5k8rc1pa6vicfs(a)4ax.com...
> "Roberto Agostino" <roberto.ag(a)tre.it> wrote:
>>
>>I would know....
>>
>> if I install the Development Kit on a Windows XP Professional
>> platform,
>>can I build programs to run on Vista or on Win7 platforms, without any
>>other
>>step?
>
> Yes. Just like with any compiler, it doesn't matter on what version you
> do
> the building (as long as the version is supported).
> --
> Tim Roberts, timr(a)probo.com
> Providenza & Boekelheide, Inc.


From: Roberto Agostino on
Thank you.


"eagersh" <eagersh20(a)gmail.com> ha scritto nel messaggio
news:7f6e0035-c312-48ef-8007-8a8b59c3fa14(a)l32g2000prn.googlegroups.com...
On Sep 11, 9:59 am, "Roberto Agostino" <roberto...(a)tre.it> wrote:
> Hi all.
>
> Probably it is written in the documentation, but if you say me it, I will
> save some time.
>
> I would know....
>
> if I install the Development Kit on a Windows XP Professional platform,
> can I build programs to run on Vista or on Win7 platforms, without any
> other
> step?
>
> Thanks for your reply.
>
> Roberto

In general you could run a driver which build on DDK of XP on later
Windows platform including Windows 7. But you need to test your stuff
carefully.

Igor Sharovar