I have an app that installs and runs perfectly on Win 7 32 bit. It's installed using the IS Express that comes with VFP 9.0.
However when we try to install on a 64 bit it cannot find the data files which are, of course in a seperate sub-folder called data.
We can identify the fact that the machine is running win7 64 and then set the path to c:\Program Files(x86)\xxxx\data;xxxx;xxxx which is where the clever Win7 puts them (Something to do with WOW64 whatver that is) We set this up at the top of our MAIN.prg
However the path is not recognized and data cannot be found.
Is there a trick to setting up the path under a 64bit O/S ?
BTW it works fine is we "lump" all the files together in one folder.
HELP please! The app is ready for distribution but we must allow for the proliferation of machines running 64 bit.
Richard Myers (aka - fourletr)
Burlington - Ontario
Canada
However when we try to install on a 64 bit it cannot find the data files which are, of course in a seperate sub-folder called data.
We can identify the fact that the machine is running win7 64 and then set the path to c:\Program Files(x86)\xxxx\data;xxxx;xxxx which is where the clever Win7 puts them (Something to do with WOW64 whatver that is) We set this up at the top of our MAIN.prg
However the path is not recognized and data cannot be found.
Is there a trick to setting up the path under a 64bit O/S ?
BTW it works fine is we "lump" all the files together in one folder.
HELP please! The app is ready for distribution but we must allow for the proliferation of machines running 64 bit.
Richard Myers (aka - fourletr)
Burlington - Ontario
Canada