Thread: Code blocks version? Error at the very start

  1. #1
    Registered User
    Join Date
    Feb 2013
    Posts
    3

    Question Code blocks version? Error at the very start

    Hello I just recently purchased the book and before I could even get started properly I had run into some difficulties in the very first steps, in the book it talks about version 10.05 and I can only download the newer 12.11 version. In the install steps there was some additional stuff which I didn't know how to fill out properly (things about the plugin) and later on I ran into a problem which I couldn't fix (followed troubleshooting too) which is the following:

    ||=== Hello World!, default ===|
    \main.cpp|1|fatal error: sdk.h: No such file or directory|
    ||=== Build finished: 1 errors, 0 warnings (0 minutes, 0 seconds) ===|


    How do I fix this? I did the global compiler setting stuff and everything was filled out correctly

    I called it "Hello World!" and named the plugin "main", created a folder on desktop called "progamming"

    Please help

  2. #2
    Registered User
    Join Date
    Feb 2013
    Posts
    3
    Quote Originally Posted by Trejox View Post
    Hello I just recently purchased the book and before I could even get started properly I had run into some difficulties in the very first steps, in the book it talks about version 10.05 and I can only download the newer 12.11 version. In the install steps there was some additional stuff which I didn't know how to fill out properly (things about the plugin) and later on I ran into a problem which I couldn't fix (followed troubleshooting too) which is the following:

    ||=== Hello World!, default ===|
    \main.cpp|1|fatal error: sdk.h: No such file or directory|
    ||=== Build finished: 1 errors, 0 warnings (0 minutes, 0 seconds) ===|


    How do I fix this? I did the global compiler setting stuff and everything was filled out correctly

    I called it "Hello World!" and named the plugin "main", created a folder on desktop called "progamming"

    Please help
    Sorry not sure if obvious, but I ment the Jumping into C++ book

  3. #3
    Registered User
    Join Date
    Feb 2013
    Posts
    3
    SORRY my bad

  4. #4
    Registered User
    Join Date
    Dec 2012
    Posts
    307
    well first off, we need to know what book, what program your trying to use, and of course the code your trying to compile...

    lets start there

  5. #5
    Registered User
    Join Date
    May 2009
    Posts
    4,183
    When ever I get a error including a header file like the "sdk.h" I comment out the line.
    This often results in a error; but, normally the error is easier to search on it.
    And, sometimes the header is not needed and cause no problem when not included.

    I can give you no more help till you post the code with the problem.

    Tim S.
    "...a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are,in short, a perfect match.." Bill Bryson

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 17
    Last Post: 07-08-2011, 07:11 AM
  2. Code blocks
    By kbz1960 in forum C++ Programming
    Replies: 2
    Last Post: 01-04-2011, 08:41 PM
  3. Code Comments(Return Types)? & Dev-C++ New Version Error?
    By Zeusbwr in forum C++ Programming
    Replies: 7
    Last Post: 12-04-2010, 01:45 AM
  4. MS code::blocks
    By wart101 in forum C++ Programming
    Replies: 11
    Last Post: 12-14-2006, 11:59 AM

Tags for this Thread