News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

problem with manifest

Started by czerny, November 26, 2014, 12:00:04 PM

Previous topic - Next topic

czerny

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!

TimoVJL

take off comment around <trustInfo xmlns and try again.
May the source be with you

czerny

#2
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

frankie

in manifest remove the line:
<!-- processorArchitecture="amd64" -->
It's a known problem.
"It is better to be hated for what you are than to be loved for what you are not." - Andre Gide

czerny

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! :)