I’m trying to test the live555 libraries (live555.com) on Windows. Here are the instructions: http://www.live555.com/liveMedia/#config-windows
I managed to generate the .mak files, but now I do not know how to use them in Visual Studio 2010 to start any of the applications (as openRTSP or playSIP).
How I can use or open .mak files in Visual Studio 2010?
Thanks for the help.
Greetings!
As far as I know you can’t open .maks in recent visual studios – you have to compile them from the command-line instead.
Open a Visual Studio command prompt (or run vsvars32.bat from the VS Common\Tools directory in a regular command prompt) then try
I’ve a feeling you could open makefiles them way back in VS6 but can’t remember – it might have been generate them instead.