Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: oggy on December 18, 2013, 03:26:47 am

Title: Getting Steamworks to run with an SDL app
Post by: oggy on December 18, 2013, 03:26:47 am
Hi all, this is my first post here! I am learning C++ and have created a simple multiplayer bomber-man clone. For the fun of it, I wanted to incorporate the Steamworks SDK into my program but I don't know where to begin.

Has anyone here successfully used Steamworks with codeblocks / gcc? Are there any open source projects that have it?
I'm an absolute beginner and am just learning C++ with my game.
I don't have any desire to get my clone on steam, only to learn how it works if I ever come up with a clever/fun game or program that I think would be nice to have distributed through the steam software.
Title: Re: Getting Steamworks to run with an SDL app
Post by: stahta01 on December 18, 2013, 04:15:09 am
Please re-read the rules. I suggest reading the wiki and the FAQs also. http://wiki.codeblocks.org/index.php?title=Main_Page (http://wiki.codeblocks.org/index.php?title=Main_Page)

http://forums.codeblocks.org/index.php/topic,9996.0.html (http://forums.codeblocks.org/index.php/topic,9996.0.html)

Quote
1. This is NOT a general programming board. "How do I write a program that....", "Can anybody teach me how to", "I have this homework", "My program doesn't run and I don't have the slightest idea of why because I'm a C++ newcomer", "What is a compiler", "What does gcc do" is the kind of questions that is FORBIDDEN to ask.

Tim S.
Title: Re: Getting Steamworks to run with an SDL app
Post by: oggy on December 18, 2013, 05:54:21 pm
I read the rules. My question has no relation to any of those. It was a simple "Has anyone done this before and if so is it open source?".
Title: Re: Getting Steamworks to run with an SDL app
Post by: BlueHazzard on December 18, 2013, 10:38:18 pm
I read the rules. My question has no relation to any of those. It was a simple "Has anyone done this before and if so is it open source?".
And exact this question violates the forum rules, because it is not related to c::b...
You can ask how you can add a thirdparty library to c::b but the only help you would get from me is this link:
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_What_do_I_need_to_know_when_using_3rd_party_libs.3F
greetings