NO

Author Topic: problem with manifest  (Read 3787 times)

czerny

  • Guest
problem with manifest
« 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!

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: problem with manifest
« Reply #1 on: November 26, 2014, 02:23:52 PM »
take off comment around <trustInfo xmlns and try again.
May the source be with you

czerny

  • Guest
Re: problem with manifest
« Reply #2 on: November 26, 2014, 03:04:58 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
« Last Edit: November 26, 2014, 03:06:52 PM by czerny »

Offline frankie

  • Global Moderator
  • Member
  • *****
  • Posts: 2096
Re: problem with manifest
« Reply #3 on: November 26, 2014, 06:55:39 PM »
in manifest remove the line:
Code: [Select]
<!-- 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

  • Guest
Re: problem with manifest
« Reply #4 on: November 26, 2014, 07:01:35 PM »
in manifest remove the line:
Code: [Select]
<!-- processorArchitecture="amd64" -->It's a known problem.
So it can be fixed! :)