I have a problem with XPManifest and DLL's When I make a call to a DLL I wrote and the calling app has XPMan in it's uses clause I get the following error:
...raised to many consecutive exceptions: 'access violation at ... When I comment the XPMan out no exception occurs. The DLL creates and destroys forms. Using Delphi 7 with XP Prof Call as follow: function ExecLogin(var AUser: ShortString; var APassword: ShortString): TModalResult; stdcall; external 'PDDialogs.dll'; Any help will be appreciated. Regards

