News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Getting Steamworks to run with an SDL app

Started by oggy, December 18, 2013, 03:26:47 AM

Previous topic - Next topic

oggy

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.

stahta01

#1
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.next.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.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

oggy

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?".

BlueHazzard

Quote from: 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?".
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