Re: VB6 Application Configuration
From: Danny (dansacsinc.com_at_newsgroup.nospam)
Date: 01/27/05
- Next message: Gary Paris: "Combobox question"
- Previous message: Michael: "RE: PLEASE HELP! Sending Faxes via Internet Programmatically??"
- In reply to: alpine: "Re: VB6 Application Configuration"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 26 Jan 2005 19:15:02 -0800
Yes - I am initializing the common controls. I did however find my problem.
It turns out that the manifest I used had 3 garbage characters at the
beginning of the file.
For some reason they did not cause a problem when the program was compiled
on XP but did when compiled on Windows 2000. I recreated the resource file
from the corrected manifest and the program now compiles and works from
windows 2000.
Thank you.
Danny
"alpine" wrote:
> On Wed, 26 Jan 2005 17:45:02 -0800, "Danny"
> <dansacsinc.com@newsgroup.nospam> wrote:
>
> >I recently added xpstyles to my vb6 applications. I am using a resource file
> >that includes the manifest. My development computer is xp pro using vb6 sp6.
> > Applications compiled on this computer run fine on xp, 2003, 2000 and 98.
> >If I take my source code and recompile the application on my laptop running
> >windows 2000, it compiles correctly and runs on the 2000 machine. It however
> >receives an error when it runs on windows XP. I get "This application has
> >failed to start because the application configuration is incorrect.". If I
> >recompile the application on my xp computer, it runs ok on XP and 2000.
> >
> >I have verified that the ocx's that I use are the same version on both
> >computers. I suspect it has something to do with the resource file's
> >manifest information. There is very little information on the web regarding
> >this error.
> >
> >Can anyone point me in the right direction? I would like to be able to
> >compile my source on my lap and get the same results as my xp computer.
>
>
> Are you initializing the common controls library before loading any
> forms?
>
> HTH,
> Bryan
> ____________________________________________________________
> New Vision Software "When the going gets weird,"
> Bryan Stafford "the weird turn pro."
> alpine_don'tsendspam@mvps.org Hunter S. Thompson -
> Microsoft MVP-Visual Basic Fear and Loathing in LasVegas
>
- Next message: Gary Paris: "Combobox question"
- Previous message: Michael: "RE: PLEASE HELP! Sending Faxes via Internet Programmatically??"
- In reply to: alpine: "Re: VB6 Application Configuration"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|