Re: [FreeRDP-devel] WebConnect: Keyboard layouts, Clipboard, RemoteApp

2014-08-09 Thread Alessandro Pilotti
Hi Erfane, This is great news! Do you think you could send a pull request for each feature to the upstream repo to review and merge your work? Thanks! Alessandro On 09 Aug 2014, at 11:02, Erfane Arwani erfane.arw...@nanocloud.com wrote: Hello, First I would like to thank you for the

Re: [FreeRDP-devel] Compile on windows issues

2014-06-28 Thread Alessandro Pilotti
On Fri, Jun 27, 2014 at 4:25 PM, Alessandro Pilotti apilo...@cloudbasesolutions.commailto:apilo...@cloudbasesolutions.com wrote: Hi Joseph, On 27 Jun 2014, at 15:00, Joseph Benraz joseph.ben...@gmail.commailto:joseph.ben...@gmail.com wrote: Hi Alessandro, Thanks

Re: [FreeRDP-devel] Compile on windows issues

2014-06-27 Thread Alessandro Pilotti
for some pointers? :-) Thanks, Alessandro Thanks. Joseph On Fri, Jun 27, 2014 at 2:37 PM, Alessandro Pilotti apilo...@cloudbasesolutions.commailto:apilo...@cloudbasesolutions.com wrote: Hi Joseph, On 21 Jun 2014, at 22:47, Joseph Benraz joseph.ben...@gmail.commailto:joseph.ben...@gmail.com

Re: [FreeRDP-devel] Compile on windows issues

2014-06-27 Thread Alessandro Pilotti
you and / or your army of very experienced super-duper devs didn’t try to reach out and ask for some pointers? :-) Thanks, Alessandro Thanks. Joseph On Fri, Jun 27, 2014 at 2:37 PM, Alessandro Pilotti apilo...@cloudbasesolutions.com wrote: Hi Joseph, On 21 Jun 2014, at 22:47

[FreeRDP-devel] FreeRDP-WebConnect updates

2014-06-11 Thread Alessandro Pilotti
Hi everyone, We just merged in the FreeRDP-WebConnect repository [1] all the work that we did in the Cloudbase fork [2]. There are quite a lot of improvenets, in particular: • Lots of bug fixes and browser / platform compatibility improvements • Refactoring for integration

[Freerdp-devel] Windows build failure

2014-02-05 Thread Alessandro Pilotti
Hi, This commit causes link issues on Windows: https://github.com/FreeRDP/FreeRDP/commit/c799db68552fef817867d24a3d2d2247a2e70b95 Here’s the log: http://paste.openstack.org/show/62664/ Thanks, Alessandro -- Managing

Re: [Freerdp-devel] Windows build broken

2013-09-28 Thread Alessandro Pilotti
been introduced: https://github.com/FreeRDP/FreeRDP/commit/0c17eb1a231e9d2c76655d326699040464af21d6 Should we remove the first definition? Thanks, Alessandro On Sep 18, 2013, at 12:45 , Alessandro Pilotti apilo...@cloudbasesolutions.commailto:apilo...@cloudbasesolutions.com wrote: Since

[Freerdp-devel] Windows build broken

2013-09-18 Thread Alessandro Pilotti
Since 2 days the WIndows build is broken (based on our nightly build), see the following log. I started patching it by adding: #ifdef _WIN32 #include ntstatus.h #include Winternl.h #endif But although this fixes drive_file.c, afterwards I get more errors in drive_main.c, printer_main.c etc,

[Freerdp-devel] Windows build broken

2013-09-18 Thread Alessandro Pilotti
Since 2 days the WIndows build is broken (based on our nightly build), see the following log. I started patching it by adding: #ifdef _WIN32 #include ntstatus.h #include Winternl.h #endif But although this fixes drive_file.c, afterwards I get more errors in drive_main.c, printer_main.c etc,

[Freerdp-devel] wfreerdp nightly build fails

2013-08-08 Thread Alessandro Pilotti
Hi guys, since two days our automated wfreerdp nighly build (http://www.cloudbase.it/freerdp-for-windows-nightly-builds/) fails. Please find the build log attached. Does anybody have an idea on the possible cause before I start to dig into it? Relevat errors:

Re: [Freerdp-devel] Freerdp for windows

2013-07-30 Thread Alessandro Pilotti
Hi Santosh, You have to compile for the release target, not debug. I suggest also to link statically to the CRT (/MT) or otherwise you'll need to install the redistributable runtime. Alessandro On Jul 30, 2013, at 09:48 , Santosh Bollam bollamsant...@gmail.com wrote: Hi All,

Re: [Freerdp-devel] Freerdp error

2013-07-25 Thread Alessandro Pilotti
if you are using VS2012, you can set the platform toolset to: Visual Studio 2012 - Windows XP (v110_xp) To avoid runtime requirements, I suggest also to set the runtime library to Multi-Threaded /MT (/MTd for the debug build) This is especially worth with the monolithic build. Alessandro On

Re: [Freerdp-devel] Freerdp error

2013-07-25 Thread Alessandro Pilotti
if you are using VS2012, you can set the platform toolset to: Visual Studio 2012 - Windows XP (v110_xp) To avoid runtime requirements, I suggest also to set the runtime library to Multi-Threaded /MT (/MTd for the debug build) This is especially worth with the monolithic build. Alessandro On

[Freerdp-devel] FreeRDP for Windows – Nightly builds

2013-04-08 Thread Alessandro Pilotti
Hi guys, As part of our work with FreeRDP, we need to frequently build the Windows client based on the latest available code. We decided to set up a nightly build and make it publicly available, hopefully it will be useful for others as well to help spreading this great project. :-)

Re: [Freerdp-devel] New command line arguments equivalent

2013-01-07 Thread Alessandro Pilotti
/u:username /pcb:vmid /port:2179 /v:hypervhost On Sun, Jan 6, 2013 at 4:43 PM, Alessandro Pilotti a...@pilotti.it wrote: Hi guys, I'm trying to move the following command line arguments to the new ones. Can somebody please post the equivalent new switches? xfreerdp –ignore-certificate –no-nego

[Freerdp-devel] New command line arguments equivalent

2013-01-06 Thread Alessandro Pilotti
Hi guys, I'm trying to move the following command line arguments to the new ones. Can somebody please post the equivalent new switches? xfreerdp –ignore-certificate –no-nego -u username –pcb vmid -t 2179 hypervhost Thanks!! Alessandro On Jan 5, 2013, at 09:43 , 李剑杰

Re: [Freerdp-devel] FreeRDP compilation error on Mac OS X

2012-10-10 Thread Alessandro Pilotti
By compiling it with x64 only it works perfectly fine! cmake -D CMAKE_OSX_ARCHITECTURES:STRING=i386;x86_64 . I managed also to connect to a Hyper-V console from OSX. Thanks again for all the great work! :-) Alessandro On Oct 10, 2012, at 13:52 , Alessandro Pilotti a...@pilotti.it wrote

Re: [Freerdp-devel] Hyper-V RDP connection

2012-05-06 Thread Alessandro Pilotti
to implement. Your contributions are welcome :) On Sun, Apr 29, 2012 at 8:25 AM, Alessandro Pilotti a...@pilotti.it wrote: Hi guys, I'd like to use FreeRDP to connect to Microsoft Hyper-V hosts for guest management. I'd be glad to help in developing missing features in case. From what I

[Freerdp-devel] Hyper-V RDP connection

2012-04-29 Thread Alessandro Pilotti
-230f63182bb9/ Thanks! Alessandro Pilotti Cloudbase Solutions Srl IT Consultant Technical Speaker MVP ASP.Net / IIS Microsoft Certified Professional Trainer MCSD, MCAD, MCSE, MCDBA, MCTS, MCT RHCE - Red Hat Certified Engineer

Re: [Freerdp-devel] Hyper-V RDP connection

2012-04-29 Thread Alessandro Pilotti
of the connection sequence messages. I don't think anyone has implemented it, but it does not look that hard to implement. Your contributions are welcome :) On Sun, Apr 29, 2012 at 8:25 AM, Alessandro Pilotti a...@pilotti.it wrote: Hi guys, I'd like to use FreeRDP to connect to Microsoft

Re: [Freerdp-devel] Hyper-V RDP connection

2012-04-29 Thread Alessandro Pilotti
the attachment in my previous email got removed, here's a link to the Wireshark capture data: http://dl.dropbox.com/u/9060190/VMRDP_packets.txt.zip Alessandro On Apr 30, 2012, at 05:11 , Alessandro Pilotti wrote: Hi Marc, please find attached the Wireshark packet captute export