ELPACK4 EWindowsXPThemeError - C++ - Programmation
Marsh Posté le 12-01-2010 à 16:31:28
Sous Windows 7, un nouvel avertissement a vu le jour.
Pour le désactiver :
Designtime Exceptions
You may get at designtime certain exceptions ("silent exceptions", which are raised at designtime only) regarding Themes support. To get rid of them follow these steps:
* In main menu select Tools->Debugger Options...
* In dialog select Language Exceptions tab
* Press Add button and enter EResNotFound to the list. Now these exceptions will be ignored.
En appliquant ces directives, il n'y as plus d'exception générée.
Marsh Posté le 27-03-2008 à 18:43:30
En installant ELPACK4 avec Builder 6, j'ai rencontré le problème suivant :
"Project Project1.exe raised exception class EWindowsXPThemeError with message 'System metrics property [1601] is undefined'."
Après de nombreuses recherches j'ai trouvé l'information suivante dans la documentation de ELPACK:
Designtime Exceptions
You may get at designtime certain exceptions ("silent exceptions", which are raised at designtime only) regarding Themes support. To get rid of them follow these steps:
* In main menu select Tools->Debugger Options...
* In dialog select Language Exceptions tab
* Press Add button and enter EThemeError and EWindowsXPThemeError to the list. Now these exceptions will be ignored.
En appliquant ces directives, il n'y as plus d'exception générée.