News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Can't read API docs

Started by beldaz, December 10, 2011, 03:35:12 AM

Previous topic - Next topic

beldaz

I just downloaded codeblocks_sdk_doc_r7059.chm from BerliOS, but all paged give the error "Navigation to the webpage was canceled"(sic). Am I the only one with this problem? - I'm using Windowx XP Professional FWIW. I ended up recompiling with the Doxygen file on SVN to generate the documentation as  regular HTML locally.

Jenna

Newer versions of windows (also recent xp's) do not allow to acces compiled html by default.

Right click on the file in the explorer and chose properties.
There is a setting, that allows the chm to be opened, don't know how it is called at the moment (no windows xp available at home, just linux).

MortenMacFly

Quote from: beldaz on December 10, 2011, 03:35:12 AM
I just downloaded codeblocks_sdk_doc_r7059.chm from BerliOS, but all paged give the error "Navigation to the webpage was canceled"(sic).
As with all downloaded CHM files Windows blocks the access to such files by default as they might contain active content. You have to right-click on the file, select "properties" and set to explicitly trust the file. Then it will work.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

beldaz