Re: [Freerdp-devel] mingw cross compilation from linux to windows

2012-03-23 Thread Felix Wolfheimer
eed various strange hacks in order to build. > > What mingw version are you using? > > /Mads > > > > > On 03/20/2012 11:29 PM, Felix Wolfheimer wrote: >> >> Actually, I had to apply the following very small patch to one of >> FreeRDPs headers because

Re: [Freerdp-devel] mingw cross compilation from linux to windows

2012-03-21 Thread Felix Wolfheimer
> I don't understand why you bother with such complex cross compile. > > > You can simply build windows version on Windows with Visual Studio. > - I'm writing software which is cross-platform (Windows and Linux) which means I have the "complex" cross-compilation stuff on my Linux box

Re: [Freerdp-devel] mingw cross compilation from linux to windows

2012-03-20 Thread Felix Wolfheimer
ARGET=OFF \ -DOPENSSL_INCLUDE_DIR="$INSTALLPATH/include" \ -DLIB_EAY="$INSTALLPATH/lib/libcrypto.a" \ -DSSL_EAY="$INSTALLPATH/lib/libssl.a" \ . Am Dienstag, den 20.03.2012, 01:27 +0100 schrieb Mads Kiilerich: > You could build without any

Re: [Freerdp-devel] mingw cross compilation from linux to windows

2012-03-19 Thread Felix Wolfheimer
Hi Mads, I also cross-compiled Freerdp-1.0.1 (Mingw-w64 version 2.0 with gcc 4.7.0) for 32 Bit as well as for 64 Bit Windows. I tested it recently on a Windows 7 (64 Bit) client connecting to a Windows Server 2008 R2. You need to specify a user name and password on the command line like this: w

Re: [Freerdp-devel] fixes for mingw64 cross-compilation of wfreerdp

2012-01-29 Thread Felix Wolfheimer
X11, but wine does a lot of the same in the end. > > > If you're interested in using wfreerdp, please know that it's not > really considered good for production since only a minimal feature set > is maintained. If you'd like to help extend this set of features > currentl

[Freerdp-devel] fixes for mingw64 cross-compilation of wfreerdp

2012-01-29 Thread Felix Wolfheimer
I tried to cross-compile wfreerdp on my Linux box with a recent Mingw-w64 release (Mingw-w64 2.0, gcc 4.7) and found some minor issues which I think can be fixed for the next release of FreeRDP as they are mostly related to the case sensitive behavior on Linux when include files are specified. Wit

Re: [Freerdp-devel] Using FreeRDP within wxWidgets application

2011-05-10 Thread Felix Wolfheimer
Hi Marc, Is there a particular reason why you're choosing wxWidgets? Is it a new project, or there is already an existing code base? ---> Well, I started the development of the software during the last year and I decided for wxWidgets because - I like the fact that it is a pure community driven

[Freerdp-devel] Using FreeRDP within wxWidgets application

2011-05-08 Thread Felix Wolfheimer
I'm currently developing an application written using wxWidgets (http://www.wxwidgets.org) as GUI framework for Windows and Linux. The application is intended to be a GUI frontend for the Condor resource management system (http://www.cs.wisc.edu/condor/) which allows the users to submit jobs to the