Difference between revisions of "Talk:Creating a simple "Hello World" plugin"
From Code::Blocks
(New page: 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 ...) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
I know that for Windows users this is not necessary, if you compiled C::B it's allready done. | 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. | I suppose that is also true for other platforms, but I don't want to delete this paragraph without knowing for sure. | ||
+ | |||
+ | [[User:Wobien|Wobien]] 22:06, 14 December 2007 (UTC) | ||
+ | |||
+ | == #include == | ||
+ | |||
+ | I added a line to #include <logmanager.h> | ||
+ | [[User:KarlM|KarlM]] 03:24, 29 July 2008 (CEST) |
Latest 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> KarlM 03:24, 29 July 2008 (CEST)