Difference between revisions of "Talk:Creating a simple "Hello World" plugin"
From Code::Blocks
(#include) |
|||
Line 6: | Line 6: | ||
[[User:Wobien|Wobien]] 22:06, 14 December 2007 (UTC) | [[User:Wobien|Wobien]] 22:06, 14 December 2007 (UTC) | ||
+ | |||
+ | == #include == | ||
+ | |||
+ | I added a line to #include <logmanager.h> |
Revision as of 01:24, 29 July 2008
I changed the first paragraph. I deleted outdated text and I added a link to the articles about installing C::B from source.
I think the pararaph "Letting the compilor know where to find the SDK" should be changed as well. I know that for Windows users this is not necessary, if you compiled C::B it's allready done. I suppose that is also true for other platforms, but I don't want to delete this paragraph without knowing for sure.
Wobien 22:06, 14 December 2007 (UTC)
#include
I added a line to #include <logmanager.h>