Re: [Freerdp-devel] Build using VS2010

2011-12-01 Thread Marc-André Moreau
Hi Chris, Did you install OpenSSL for Windows? On Thu, Dec 1, 2011 at 4:32 PM, Chris Douglass wrote: > Hey guys, any idea why a fresh get and build all generates several > errors (compile and linker) on a WIndows 7 / VS2010 build machine? > I'll forward some of the 100 or so errors that it spit

Re: [Freerdp-devel] Build using VS2010

2011-10-31 Thread Chris Douglass
Thanks Marc. That worked great. I was able to start a little debug-n-learn as I ramp up on the codebase. I can see why some people, including myself see an assert when the app starts, so I'll try to submit some code for review to address it. The cmdline is checked for args but if the correct nu

Re: [Freerdp-devel] Build using VS2010

2011-10-28 Thread Marc-André Moreau
Hi Chris, On Windows, install CMake: http://cmake.org/cmake/resources/software.html and OpenSSL for Windows: http://www.slproweb.com/products/Win32OpenSSL.html Then just type in "cmake ." in a terminal inside the FreeRDP directory, and it should generate VS2010 project files. On Wed, Oct 26, 20

[Freerdp-devel] Build using VS2010

2011-10-26 Thread Chris Douglass
New to the project and am interested to know how to build the project on Windows using VS2010. The reference I found on the freeRDP site about compilation under Windows points to what seems to be an old "win" branch. http://www.freerdp.com/wiki/doku.php?id=compilation I found the freerdp-old pro