I've got a program which is exhibiting undesirable behavior when run on laptops or tablet PC's running Vista. The problems seem to be confined to the HTTP dll, and either the SQL or Crypto dll.
1. The program pushes and pulls text to and from a server using the HTTP protocol. This, it has no problems with. However, when downloading binary files via HTTP, some manner of error occurs. I can't duplicate the error as I don't currently have a Vista laptop.
2. The program starts up and pulls the user's data from a local database. The data, especially the password, is encrypted. Again, an error is occurring which I can't yet duplicate. I strongly suspect the problem is with the Crypto dll, rather than the SQL dll, as all non-encrypted reads and writes to and from the database are working properly.
The program works perfectly on any XP machine.
As I say, I'll have this tested on a Vista machine in the next 24 hours. Until then... has anyone else observed problems with complied programs running under Vista?
Note: The program was compiled on an XP/sp2 machine.
As always, any help/thoughts/insights are greatly appreciated.
Gary
:sign0163:
1. The program pushes and pulls text to and from a server using the HTTP protocol. This, it has no problems with. However, when downloading binary files via HTTP, some manner of error occurs. I can't duplicate the error as I don't currently have a Vista laptop.
2. The program starts up and pulls the user's data from a local database. The data, especially the password, is encrypted. Again, an error is occurring which I can't yet duplicate. I strongly suspect the problem is with the Crypto dll, rather than the SQL dll, as all non-encrypted reads and writes to and from the database are working properly.
The program works perfectly on any XP machine.
As I say, I'll have this tested on a Vista machine in the next 24 hours. Until then... has anyone else observed problems with complied programs running under Vista?
Note: The program was compiled on an XP/sp2 machine.
As always, any help/thoughts/insights are greatly appreciated.
Gary
:sign0163: