chunying / gaminganywhere

GamingAnywhere: An Open Cloud Gaming System
http://www.gaminganywhere.org/
Other
842 stars 296 forks source link

Debugging Code in MSVC 2010/2017 #76

Open DineshGuptaa opened 5 years ago

DineshGuptaa commented 5 years ago

Hi All,

How may I debug the in MSVC 2010 or 2017. All instruction are given through command line, so I guess, In windows we can debug in command prompt. If anyone help on the same it will very useful to all.

Or Please guide me how to make build with FFmpeg with version 4.X. While making build with FFmeg getting error

  server-ffmpeg.obj : error LNK2019: unresolved external symbol _ffio_open_dyn_packet_buf referenced in function "int __cdecl ff_server_send_packet_1(char const *,void *,int,struct AVPacket *,__int64,struct timeval *)" (?ff_server_send_packet_1@@YAHPBDPAXHPAUAVPacket@@_JPAUtimeval@@@Z)
rtspserver.obj : error LNK2019: unresolved external symbol _ff_rtsp_parse_line referenced in function "void * __cdecl rtspserver(void *)" (?rtspserver@@YAPAXPAX@Z)
server-ffmpeg.dll : fatal error LNK1120: 1 unresolved externals

Thanks, Dinesh Gupta

arunpugalendhi commented 5 years ago

hi dineshGuptaa, can you guide me through the installation steps because i got stuck in between the run GA server and client process i'm doing this process for my thesis work, i would be helpful if you guide me with the installation steps

DineshGuptaa commented 5 years ago

Hi arunpugalendhi Hi have prepare the project & updated the file for MSVC 2017. You may follow the steps give below link.

   [gaminganywhere32bit](https://github.com/DineshGuptaa/gaminganywhere32)

If further help need ask me. If possible, I will happy to help you.

arunpugalendhi commented 5 years ago

thanks for the update, but i'm trying to install it in Ubuntu because i'm trying to implement it with containers technology, do you know how to install it in ubuntu