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

fatal error C1083: Cannot open include file: 'afxwin.h': No such file or directory #22

Open
roconmachine opened this issue May 13, 2019 · 5 comments

Comments

@roconmachine
Copy link

i found this error while i am compiling.

@plutoless
Copy link
Collaborator

@roconmachine it's related to MFC so please check your standard c++ lib dependencies.

@meritcode
Copy link

while i am compiling. Compilation failed; the compiler error output for details. error: incompatible types: int cannot be converted to String
public MediaHandlerImpl mediaHandler() { on file WorkThread.java

@plutoless
Copy link
Collaborator

@meritcode android platform? which sdk version are you using?

@meritcode
Copy link

meritcode commented Oct 1, 2020

@plutoless am using android studio 4.1 and Agora-SDK v2.3.1, v3_1_2 but if i compile with iniciar sdk that come with the project to it complied find. ask long i wand to build my HQ type project with your latest sdk that why i want to STUDY sample HQ CODE with sdk-v3_1_2 that why am geting error: method setClientRole in class RtcEngine cannot be applied to given types;
mRtcEngine.setClientRole(io.agora.rtc.Constants.CLIENT_ROLE_BROADCASTER, null);

@plutoless
Copy link
Collaborator

@meritcode if upgrade to latest version there might be api changes you have to apply. I would suggest to not upgrade to latest sdk as the version we used is a special version SDK. A newer version (yet not latest) of this project can be checked out here: https://github.com/AgoraIO-Usecase/Live-Shop

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

3 participants