I installed code blocks using this (
http://wiki.codeblocks.org/index.php?title=Installing_Objective-C_Compiler ) tutorial but when I compile/build the example program it can't import the necessary libraries. Will you please help me to get setup using code blocks on windows for Objective-C programming please.
I get the following messages in the build messages console.
||=== objCtest, Release ===|
C:\Users\calmchessplayer\Desktop\Apple_IOS_SRC\TestObject.h|1|fatal error: objc/Object.h: No such file or directory|
||=== Build finished: 1 errors, 0 warnings ===|