Ventero/FRESteamWorks

Implement Friend/Persona API

Ventero opened this issue · 10 comments

As requested in #4 (comment).

tried building the project, did not work for me... gonna give it another go in a few hours.

Can you describe the problem you're encountering?

I think I may be missing some of the requirements, maybe not the right Xcode version... not sure. A bit later, I'm gonna try from the top down and get some notes for you :)

A restart to Xcode got me past that last issue, now I get a lexical or preprocess issue: can't find steam_api.h... see here: https://www.dropbox.com/s/x5j12x4mkhnec0v/Screenshot%202014-03-17%2001.43.10.png

In the first screenshot, the problem was that a 64-bit build was selected. Since AIR is 32-bit only, you'd have to select "My Mac 32-bit" from the drop down at the top (I actually don't have a 64-bit option in there, not sure why you do).

To fix the second problem, go to the project's build settings, and under Search Paths, change the Framework, Header and Library Search Paths to point to the correct folders for the AIR and Steam SDK.

The 64-bit option disappeared once I relaunched Xcode, there was no 32-bit
option the first time around... crazy hey? Trying your suggestion now.
Cheers!

On Mon, Mar 17, 2014 at 4:41 AM, Ventero notifications@github.com wrote:

In the first screenshot, the problem was that a 64-bit build was selected.
Since AIR is 32-bit only, you'd have to select "My Mac 32-bit" from the
drop down at the top (I actually don't have a 64-bit option in there, not
sure why you do).

To fix the second problem, go to the project's build settings, and under
Search Paths, change the Framework, Header and Library Search Paths to
point to the correct folders for the AIR and Steam SDK.

Reply to this email directly or view it on GitHubhttps://github.com//issues/5#issuecomment-37802470
.

So, do you want to implement this yourself, or do you want me to do it? Either way is fine, just asking before I start potentially duplicating something you already worked on ;)

I managed to get the project building, I've started working on it...
meddling with FRESteamWorks.cpp... adding
AIR_FUNC(AIRSteam_GetFriendPersonaName)... not sure if it's going to work
:)
Would you mind doing it please?

On Mon, Mar 17, 2014 at 9:56 AM, Ventero notifications@github.com wrote:

So, do you want to implement this yourself, or do you want me to do it?
Either way is fine, just asking before I start potentially duplicating
something you already worked on ;)

Reply to this email directly or view it on GitHubhttps://github.com//issues/5#issuecomment-37832697
.