3ddelano / epic-online-services-godot

Unofficial Epic Online Services wrapper for Godot Engine 4.2 (EOSG) (includes demo project)
MIT License
172 stars 12 forks source link

Compiler Error in auth_interface.cpp #12

Closed LowFire closed 11 months ago

LowFire commented 1 year ago

I pulled the repo and tried compiling it today. I got this compiler error:

auth_interface.cpp(42): error C2039: 'AccountFeatureRestrictedInfo': is not a member of '_tagEOS_Auth_LoginCallbackInfo'

In the EOS Documentation:

Capture

https://dev.epicgames.com/docs/api-ref/structs/eos-auth-login-callback-info

I looked into the eos_auth_typs.h file, and it's still there. It's just been renamed to AccountFeaturesRestrictedInfo_DEPRECATED.

3ddelano commented 1 year ago

Which version of EOS are you using?

3ddelano commented 1 year ago

A version above 1.15 may need changes due to breaking changes or updates.

LowFire commented 1 year ago

Which version of EOS are you using?

I'm using the latest version, which is 1.16.1.

3ddelano commented 1 year ago

Try using v.1.15 for now until the project is updated. Or download the prebuilt addon from the GitHub releases page.

3ddelano commented 11 months ago

Fixed https://github.com/3ddelano/epic-online-services-godot/pull/13