AgoraIO-Usecase / HQ

HQ/Trivia solutions from Agora
MIT License
63 stars 36 forks source link

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

Open roconmachine opened 5 years ago

roconmachine commented 5 years ago

i found this error while i am compiling.

plutoless commented 5 years ago

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

meritcode commented 3 years ago

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 commented 3 years ago

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

meritcode commented 3 years ago

@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 commented 3 years ago

@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