I have a simple software that is made in Delphi 7, and it crashes on Vista after a while. These are totally random crashes, nothing is written in any crash log, just stops working and then Vista tries to find a solution.
El tema que quiero tocar ahora es el del muy conocido libro de delphi 'La biblia de delphi 7' de Marco Cantu, el tema es que en un principio este libro era facil de descargar porque estaba en varios sitios web. Hoy este libro si bien sigue en estos sitios ya no se lo puede descargar porque el archivo ya no existe mas, en lo personal me costo. Use the links on this page to download the latest version of Delphi USB interface drivers. All drivers available for download have been scanned by antivirus program. Supports Windows 10, 8, 7, Vista, XP; Download Now. Tweet; Knowledge Base. What is a Windows driver? Why do I need to update drivers? How to install a driver manually? Delphi 7 Enterprise Full Crack – Delphi 7 is a powerful integrated development environment (IDE) that developed by Borland, working for console, desktop, web, and mobile applications. This rapid application development tool is standalone, working with several platforms such as Windows system (32-bit/64-bit), Mac OS X, iOS and Android.
Does anyone have any ideas ?
Descargar Delphi 7 Para Windows Vista Windows 7
3 Answers
Try one of the exception catchers, like madExcept. It can often help you find out what is happening inside your app at the time of trouble. In general though Delphi apps are fine in Vista, so there must be some interaction, perhaps user rights, that is causing trouble.
mj2008mj2008A few ideas:
- DEP - try disabling DEP for the program an see if it solves the problem
- ASLR
- It fails to get access to some resource, gets a NULL pointer (a common way of functions to signal that they failed) and tries to use that (with predictable results)
The best thing would be to run with a debugger (preferably Delphi 7 - it sounds like you have source code) attached and check the exact location of the crash.
Grey PantherGrey Pantherjust to point out--madExcept has a 'hang' detection option that should help.