Author Topic: Getting Steamworks to run with an SDL app  (Read 5062 times)

Offline oggy

  • Single posting newcomer
  • *
  • Posts: 2
Getting Steamworks to run with an SDL app
« 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.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: Getting Steamworks to run with an SDL app
« Reply #1 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://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.
« Last Edit: December 18, 2013, 04:16:45 am by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline oggy

  • Single posting newcomer
  • *
  • Posts: 2
Re: Getting Steamworks to run with an SDL app
« Reply #2 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?".

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Getting Steamworks to run with an SDL app
« Reply #3 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