|
-
Sep 29th, 2010, 12:04 AM
#1
Thread Starter
Lively Member
[RESOLVED] Big problem with manifest/UserControl combination
Hello folks, I was facing problems with my VB6 projects lately: they often crashed after closing the application (wanted to send crash information to Microsoft).
I made several tests and figured out, that this only happens, when I use a manifest (it doesn't matter if it is a separate file or in a resource file) AND a noncompiled UserControl (even if it has no single line of code!).
Even an empty project, which only initializes the common controls shows that behavior.
I did try it with both APIs:
Code:
Private Declare Sub InitCommonControls Lib "comctl32" ()
Private Declare Function InitCommonControlsEx Lib "comctl32.dll" (ByRef TLPINITCOMMONCONTROLSEX As InitCommonControlsEx) As Long
Interesting is also the fact, that the crashes do not happen on my system (VB6 installed, uxtheme.dll patched), but on other XP systems.
It also seems, that the crashes happen on Vista, but not on 7...
Can somebody help me??
Last edited by NeedHelp!; Sep 29th, 2010 at 12:09 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|