Hi Chris,

Did you install OpenSSL for Windows?

On Thu, Dec 1, 2011 at 4:32 PM, Chris Douglass <ch...@innovativecode.com>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 out and someone
> can help me track it down hopefully.  But, I just wanted to do a quick
> check to see if the instructions herein are still valid for building
> on a Windows7 and VS2010 machine.
>
> Thanks,
> Chris
>
> On Mon, Oct 31, 2011 at 11:16 AM, Chris Douglass <ch...@apptouchtech.com>
> wrote:
> > 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
> >>
> >>
>
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to