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 number of args is not passed, the function that checks those args returns without error (although there's a comment in there about what should be returned).
Anyway, this allows the main thread to get kicked off that expects valid settings in the "instance" object and eventually it asserts as downstream functions expect those cmdline arguments to be set. A simple exit that prevents the main thread from getting started would fix it. Also, for newbies like myself and the others trying to get it to run pass the assert, would be helped if the error output included what cmdline arguments are required or misconfigured. Nice code though, thanks for the help on getting started. CMAKE created some really nice VS project files and the project built and ran perfectly. Very cool... I'll open source my GUI code that I'm going to use to drive a very nice GUI on top of freerdp... Thanks, Chris On Fri, Oct 28, 2011 at 1:04 PM, Marc-André Moreau <marcandre.mor...@gmail.com> wrote: > 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, 2011 at 11:51 AM, Chris Douglass <ch...@apptouchtech.com> > wrote: >> >> 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 project on github but am curious if Windows >> builds or the build system in general was changed recently. >> >> Thanks! I'm looking to put a AS3 GUI front-end on freeRDP and want to >> get started with the windows port. >> >> Chris >> >> >> ------------------------------------------------------------------------------ >> The demand for IT networking professionals continues to grow, and the >> demand for specialized networking skills is growing even more rapidly. >> Take a complimentary Learning@Cisco Self-Assessment and learn >> about Cisco certifications, training, and career opportunities. >> http://p.sf.net/sfu/cisco-dev2dev >> _______________________________________________ >> Freerdp-devel mailing list >> Freerdp-devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/freerdp-devel > > ------------------------------------------------------------------------------ Get your Android app more play: Bring it to the BlackBerry PlayBook in minutes. BlackBerry App World™ now supports Android™ Apps for the BlackBerry® PlayBook™. Discover just how easy and simple it is! http://p.sf.net/sfu/android-dev2dev _______________________________________________ Freerdp-devel mailing list Freerdp-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freerdp-devel