how dectect VISTA ?

Post Reply
Romeo
Posts: 328
Joined: Thu Jan 25, 2007 3:53 pm
Location: Milan (Italy)

how dectect VISTA ?

Post by Romeo »

How detect if the pr
ogram is running under VISTA ?


Romeo
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Romeo,

function IsVista()

return GetVersion()[ 1 ] == 6
regards, saludos

Antonio Linares
www.fivetechsoft.com
Romeo
Posts: 328
Joined: Thu Jan 25, 2007 3:53 pm
Location: Milan (Italy)

Post by Romeo »

it works with fwh24 but not works with fw24.

with w95,xp,vista using fw24 it says always :

getversion[1] = 3
getversion[2] = 95


if i use fwh24 all is ok !

Any patch for 16bit version of my fw24 ?
tks
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Romeo,

As FW is 16 bits, it could be that the required Windows version returns a different value
regards, saludos

Antonio Linares
www.fivetechsoft.com
Romeo
Posts: 328
Joined: Thu Jan 25, 2007 3:53 pm
Location: Milan (Italy)

Post by Romeo »

So no solution for 16 bit ?
Is not possible,simply, read same key of windows registry to get the windows version ?

Tks
User avatar
Patrick Mast
Posts: 244
Joined: Sat Mar 03, 2007 8:42 pm

Post by Patrick Mast »

Romeo wrote:So no solution for 16 bit ?
Is not possible,simply, read same key of windows registry to get the windows version ?
Time to move to 23 bits Romeo! ;-)

Patrick
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

32 :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Patrick Mast
Posts: 244
Joined: Sat Mar 03, 2007 8:42 pm

Post by Patrick Mast »

Antonio Linares wrote:32 :-)
Damned new Apple keyboard.. :oops:

:P
User avatar
TimStone
Posts: 2536
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA
Contact:

Apple

Post by TimStone »

Apple ? Then 23 bit would be correct .... :roll:
Tim Stone
http://www.MasterLinkSoftware.com
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019
Post Reply