Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiler Error in auth_interface.cpp #12

Closed
LowFire opened this issue Sep 19, 2023 · 5 comments
Closed

Compiler Error in auth_interface.cpp #12

LowFire opened this issue Sep 19, 2023 · 5 comments

Comments

@LowFire
Copy link
Contributor

LowFire commented Sep 19, 2023

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
Copy link
Owner

Which version of EOS are you using?

@3ddelano
Copy link
Owner

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

@LowFire
Copy link
Contributor Author

LowFire commented Sep 20, 2023

Which version of EOS are you using?

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

@3ddelano
Copy link
Owner

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

@3ddelano
Copy link
Owner

3ddelano commented Dec 5, 2023

Fixed #13

@3ddelano 3ddelano closed this as completed Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants