Best regards,
Lonnie
> Does Vista support BDE and the Program compiled by Delphi 4 ?
I think you mean the other way around, ie do BDE and Delphi 4 programs
support Vista? Not officially, although you can probably tweak the
programs and/or Vista to make them work.
This link may help:
http://www.installationexcellence.com/articles/VistaWithDelphi/Index.htm
l
--
Dave Nottage [TeamB]
- Jody
> The experience around my office is that BDE will not work on Vista.
Works fine for us so far.
--
Craig Stuntz [TeamB] · Vertex Systems Corp. · Columbus, OH
Delphi/InterBase Weblog : http://blogs.teamb.com/craigstuntz
Please read and follow Borland's rules for the user of their
server: http://support.borland.com/entry.jspa?externalID=293
I try to install the BDE on windows vista today, the installation is
sucessful but I can't run it.
Can you tell me more to run BDE on Vista ?
Best regards,
Lonnie
"Craig Stuntz [TeamB]" <craig_...@nospam.please [a.k.a. acm.org]> 撰寫於郵件新聞:45c75c59$1...@newsgroups.borland.com...
> Jody wrote:
>
>> The experience around my office is that BDE will not work on Vista.
>
> Works fine for us so far.
>
> --
> Craig Stuntz [TeamB] ?Vertex Systems Corp. ?Columbus, OH
> I try to install the BDE on windows vista today, the installation is
> sucessful but I can't run it. Can you tell me more to run BDE on
> Vista ?
We just installed our software via the usual means and it runs. If you
want help with your problem, you might have to describe it.
--
Craig Stuntz [TeamB] · Vertex Systems Corp. · Columbus, OH
Delphi/InterBase Weblog : http://blogs.teamb.com/craigstuntz
Everything You Need to Know About InterBase Character Sets:
http://blogs.teamb.com/craigstuntz/articles/403.aspx
a/ The pdoxusrs.net file (which normally gets dropped into the root
'\'): this is not allowed there now. Instead set a common location
for this file with the {commonappdata} (found with
SHGetPathFromIdList). That location root is also protected from
single files so you need to make a sub-folder there. Also this new
folder will need its permissions changed to allow all Users to change
(modify) data within. I did all this with the installer.
In the app, set this new folder value into the Session.NetFileDir
property.
b/ If you have a data base with your app, then it will need to be
located like above in a common data location. You cannot write to the
same folder as the installed app.
c/ Set the Session.PrivateDir to something where file writing is
freely available.
rossh