X2Go Bug report logs - #642
Changes in X2GoClient for Windows to enable it conform to Visual Studio's stricter type checking

version graph

Package: x2goclient; Maintainer for x2goclient is X2Go Developers <x2go-dev@lists.x2go.org>; Source for x2goclient is src:x2goclient.

Reported by: "George Trakatelis" <trakatelis@uom.edu.gr>

Date: Wed, 15 Oct 2014 14:50:01 UTC

Severity: wishlist

Tags: pending

Found in version 4.0.2.1

Fixed in version 4.0.3.2

Done: X2Go Release Manager <git-admin@x2go.org>

Bug is archived. No further changes may be made.

Full log


Message #20 received at 642@bugs.x2go.org (full text, mbox, reply):

Received: (at 642) by bugs.x2go.org; 16 Oct 2014 14:16:19 +0000
From mikedep333@gmail.com  Thu Oct 16 16:16:18 2014
X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on
	ymir.das-netzwerkteam.de
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,
	HTML_MESSAGE,T_DKIM_INVALID,URIBL_BLOCKED autolearn=ham version=3.3.2
Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169])
	by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id E6DD73D189
	for <642@bugs.x2go.org>; Thu, 16 Oct 2014 16:16:17 +0200 (CEST)
Received: by mail-wi0-f169.google.com with SMTP id h11so1619057wiw.2
        for <642@bugs.x2go.org>; Thu, 16 Oct 2014 07:16:17 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :cc:content-type;
        bh=mF/G3ewUy16zbPX5LIHDL+oFD3tpYjfpgbUBCpsYvtg=;
        b=u+jtFyLfQ2JwK1TLEnjOYnSNJHJ+R4Z+In8+gy1dqE9pOr/+P8rM7Ocbh4F3cBmy9I
         wT2Rl7U9aZg8q0qKqk/hh+nC1bykFVnt+EPurJytvMUvSLp9jdpYt/RxdQlt0qQ7rTT+
         1VMnOo6dkLmECV1TdxbVi2kSxDRi6nP0LSb/kLd76oKbPsE/wQAGby+AqgrlWCtotUro
         PQieK9TxO2I+jORNSgsXngJ8tBTtzu4nlnGUsRVI0b1SBDb27rwyqo8m/Bk0wKh69mX6
         7yDhtg/eIdo3x3L4m24CvIc9JKZ3+4i0LAZqbZLoAPKsaUvUiZ+Mjp6MU18cLA5QYemF
         UGpg==
MIME-Version: 1.0
X-Received: by 10.194.90.175 with SMTP id bx15mr2298206wjb.25.1413468977023;
 Thu, 16 Oct 2014 07:16:17 -0700 (PDT)
Received: by 10.180.211.11 with HTTP; Thu, 16 Oct 2014 07:16:16 -0700 (PDT)
Received: by 10.180.211.11 with HTTP; Thu, 16 Oct 2014 07:16:16 -0700 (PDT)
In-Reply-To: <543F84ED.6030207@phoca-gmbh.de>
References: <20141015203358.Horde.KocdhaNWJNwyU7IDPf0Pug5@mail.das-netzwerkteam.de>
	<543F84ED.6030207@phoca-gmbh.de>
Date: Thu, 16 Oct 2014 10:16:16 -0400
Message-ID: <CAMKht8ggkVX2zF8wf5AFrNqGODAB+10EcX9VW0SN4K_XCaaSpg@mail.gmail.com>
Subject: Re: [X2Go-Dev] Bug#642: Bug#642: Changes in X2GoClient for Windows to
 enable it conform to Visual Studio's stricter type checking
From: Michael DePaulo <mikedep333@gmail.com>
To: 642@bugs.x2go.org, Oleksandr Shneyder <o.shneyder@phoca-gmbh.de>, 
	Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Cc: o.schneyder@phoca-gmbh.de, George Trakatelis <trakatelis@uom.edu.gr>
Content-Type: multipart/alternative; boundary=047d7bfd011e46d3e305058ae4c1
[Message part 1 (text/plain, inline)]
I can merge it this evening. But should we merge it right before we release
4.0.3.0?

Sent from my Android Smartphone
On Oct 16, 2014 5:05 AM, "Oleksandr Shneyder" <o.shneyder@phoca-gmbh.de>
wrote:

> patch is ok.
>
> regards,
> Alex.
> Am 15.10.2014 22:33, schrieb Mike Gabriel:
> > Hi Alex, hi Mike#2,
> >
> > On  Mi 15 Okt 2014 16:45:54 CEST, George Trakatelis wrote:
> >
> >> Package: x2goclient
> >> Version: 4.0.2.1
> >> Severity: wishlist
> >>
> >> Given the ease of use of Visual Studio's built-in debugger,
> >> the ability to compile X2GoClient in Visual Studio 2010
> >> would be highly appreciated by developers eager to contribute
> >> in the evolution of X2GoClient for Windows.
> >>
> >> Using the attached patch (also added config_win_vs.bat)
> >> I have only managed to compile x2gofree (with VS2010 nmake)
> >> on the command line. Despite my changes in x2goclient.pro,
> >> Qt4 Visual Studio Add-in cannot produce a working project file
> >> (x2goclient.vcxproj).
> >> Any help to enable building x2gofree in Visual Studio 2010 is welcome.
> >>
> >> PS. The change in ONMainWindow::slotRetResumeSess
> >> is also mandatory for GCC 4.8.2
> >> (i686-4.8.2-release-posix-dwarf-rt_v3-rev3).
> >
> > Please review George's patch. And possibly give support (if time allows
> > it and priority provides it).
> >
> > Thanks!
> > Mike
> >
>
>
> --
> -----------------------------------------------------------
> Oleksandr Shneyder        | Email: o.shneyder@phoca-gmbh.de
> phoca GmbH                | Tel. : 0911 - 14870374 0
> Ludwig-Feuerbach-str. 18  | Fax. : 0911 - 14870374 9
> D-90489 Nürnberg          | Mobil: 0163 - 49 64 461
>
> Geschäftsführung:
> Dipl.-Inf. Oleksandr Shneyder
>
> Amtsgericht München | http://www.phoca-gmbh.de
> HRB 196 658         | http://www.x2go.org
> USt-IdNr.: DE281977973
> -----------------------------------------------------------
>
>
> _______________________________________________
> x2go-dev mailing list
> x2go-dev@lists.x2go.org
> http://lists.x2go.org/listinfo/x2go-dev
>
[Message part 2 (text/html, inline)]

Send a report that this bug log contains spam.


X2Go Developers <owner@bugs.x2go.org>. Last modified: Thu Mar 28 18:26:33 2024; Machine Name: ymir.das-netzwerkteam.de

X2Go Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.