Pelles C forum

Pelles C => Bug reports => Topic started by: czerny on January 04, 2012, 12:28:59 AM

Title: Helpfile
Post by: czerny on January 04, 2012, 12:28:59 AM
In  the Pelles C Helpfile
search for 'POCC' --> 'Preprocessor Directives (POCC)'
but you get: 'Assembler directives (IA32, AMD64)'

czerny
Title: Re: Helpfile
Post by: AlexN on January 14, 2012, 09:54:42 AM
Quote from: czerny on January 04, 2012, 12:28:59 AM
In  the Pelles C Helpfile
search for 'POCC' --> 'Preprocessor Directives (POCC)'
but you get: 'Assembler directives (IA32, AMD64)'

czerny

I know it doesn't help you, but in my help files (64- and 32-bits) the links are correct.
Perhaps it helps, when you install Pelles C again.
Title: Re: Helpfile
Post by: czerny on January 14, 2012, 01:39:01 PM
No, this does not help.

I use Pelles C 6.50.8 RC #4
The helpfile is named help0009.chm  20.2.2011 12:52:48 (1.317.576 Bytes)

Can you verify this?

czerny
Title: Re: Helpfile
Post by: TimoVJL on January 14, 2012, 02:13:31 PM
That error is in v5.0 v6.0 v6.5 help0009.chm files.
Here is picture from help in Windows 7 x64 FI SP1 and PellesC 6.50
Title: Re: Helpfile
Post by: CommonTater on January 14, 2012, 04:31:11 PM
6.50 rc4 x64 here and mine seems ok.

Is it possible you're somehow using on older version of the help file?

Title: Re: Helpfile
Post by: Bitbeisser on January 14, 2012, 07:04:13 PM
I can reproduce the "problem" here on a clean install of v6.50RC4

Ralf
Title: Re: Helpfile
Post by: CommonTater on January 14, 2012, 07:06:56 PM
Ahhh... ok, mine does that too...  I was goin in through the contents tree...

Title: Re: Helpfile
Post by: AlexN on January 15, 2012, 11:47:53 AM
OK - When I select content (or similar, because I have a german Windows aund Help) - Command line tools - POCC - preprocessor ... I get the correct page.
If I select Search - POCC - and select Preprocessor directives (POCC) - I get the wrong page (like you).

There seems to be a little link problem in the chm - file.
Title: Re: Helpfile
Post by: Stefan Pendl on January 15, 2012, 12:50:40 PM
The search index is created before the CHM file is compiled, so the search index is broken and must be corrected.
I imagine that both sections use the same keyword for the search index and the last one wins.
Title: Re: Helpfile
Post by: TimoVJL on January 15, 2012, 01:54:02 PM
'Preprocessor Directives (POCC)' should be 'Preprocessor Directives (POASM)'
in file help0009.chm::/html/eng/x86_dir.htm ??

Title: Re: Helpfile
Post by: czerny on April 17, 2012, 09:14:50 AM
It seems, that this bug is not gone with 7.00.2 RC1.

czerny