Pelles C forum

Pelles C => Bug reports => Topic started by: czerny on November 26, 2014, 12:00:04 PM

Title: problem with manifest
Post by: czerny on November 26, 2014, 12:00:04 PM
Use the Win32 appilication wizard.
Create 'A simple programm'.
Open rc in the ide and say 'new --> manifest'.
Compile and run!

Error: Could not run, has to be new installed!
Title: Re: problem with manifest
Post by: TimoVJL on November 26, 2014, 02:23:52 PM
take off comment around <trustInfo xmlns and try again.
Title: Re: problem with manifest
Post by: czerny on November 26, 2014, 03:04:58 PM
Quote from: TimoVJL on November 26, 2014, 02:23:52 PM
take off comment around <trustInfo xmlns and try again.
Doesn't help.

I do not know what is wrong. And I personally have not any problem with this because I have a working manifest.

So, the problem here is not to find a solution, but to show that the manifest included in Pelles C has to be corrected.

Can a mod move this in the bug section, please?

Edit: Oh, I forgot! Mods are in holidays! ;D
Title: Re: problem with manifest
Post by: frankie on November 26, 2014, 06:55:39 PM
in manifest remove the line:
<!-- processorArchitecture="amd64" -->
It's a known problem.
Title: Re: problem with manifest
Post by: czerny on November 26, 2014, 07:01:35 PM
Quote from: frankie on November 26, 2014, 06:55:39 PM
in manifest remove the line:
<!-- processorArchitecture="amd64" -->
It's a known problem.
So it can be fixed! :)