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


🔗 View this message in rfc822 format

X-Loop: owner@bugs.x2go.org
Subject: Bug#642: [X2Go-Dev] Bug#642: Changes in X2GoClient for Windows to enable it conform to Visual Studio's stricter type checking
Reply-To: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, 642@bugs.x2go.org
Resent-From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Resent-To: x2go-dev@lists.x2go.org
Resent-CC: X2Go Developers <x2go-dev@lists.x2go.org>
X-Loop: owner@bugs.x2go.org
Resent-Date: Wed, 15 Oct 2014 20:35:01 +0000
Resent-Message-ID: <handler.642.B642.141340524128414@bugs.x2go.org>
Resent-Sender: owner@bugs.x2go.org
X-X2Go-PR-Message: followup 642
X-X2Go-PR-Package: x2goclient
X-X2Go-PR-Keywords: 
Received: via spool by 642-submit@bugs.x2go.org id=B642.141340524128414
          (code B ref 642); Wed, 15 Oct 2014 20:35:01 +0000
Received: (at 642) by bugs.x2go.org; 15 Oct 2014 20:34:01 +0000
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,URIBL_BLOCKED
	autolearn=ham version=3.3.2
Received: from freya.das-netzwerkteam.de (freya.das-netzwerkteam.de [88.198.48.199])
	by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id C74205DEAB
	for <642@bugs.x2go.org>; Wed, 15 Oct 2014 22:33:59 +0200 (CEST)
Received: from grimnir.das-netzwerkteam.de (grimnir.das-netzwerkteam.de [78.46.204.98])
	by freya.das-netzwerkteam.de (Postfix) with ESMTPS id 59B6D166A;
	Wed, 15 Oct 2014 22:33:59 +0200 (CEST)
Received: from localhost (localhost [127.0.0.1])
	by grimnir.das-netzwerkteam.de (Postfix) with ESMTP id 1844B3BBA9;
	Wed, 15 Oct 2014 22:33:59 +0200 (CEST)
X-Virus-Scanned: Debian amavisd-new at grimnir.das-netzwerkteam.de
Received: from grimnir.das-netzwerkteam.de ([127.0.0.1])
	by localhost (grimnir.das-netzwerkteam.de [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id axU3gIFD8kqC; Wed, 15 Oct 2014 22:33:59 +0200 (CEST)
Received: from grimnir.das-netzwerkteam.de (localhost [127.0.0.1])
	by grimnir.das-netzwerkteam.de (Postfix) with ESMTPS id D80CE3BB45;
	Wed, 15 Oct 2014 22:33:58 +0200 (CEST)
Received: from p5B3B8E3B.dip0.t-ipconnect.de (p5B3B8E3B.dip0.t-ipconnect.de
 [91.59.142.59]) by mail.das-netzwerkteam.de (Horde Framework) with HTTP;
 Wed, 15 Oct 2014 20:33:58 +0000
Date: Wed, 15 Oct 2014 20:33:58 +0000
Message-ID: <20141015203358.Horde.KocdhaNWJNwyU7IDPf0Pug5@mail.das-netzwerkteam.de>
From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
To: George Trakatelis <trakatelis@uom.edu.gr>, 642@bugs.x2go.org
Cc: o.schneyder@phoca-gmbh.de
In-Reply-To: <000001cfe886$ba6f6d00$2f4e4700$@edu.gr>
User-Agent: Internet Messaging Program (IMP) H5 (6.2.2)
Accept-Language: en,de
Organization: DAS-NETZWERKTEAM
X-Originating-IP: 91.59.142.59
X-Remote-Browser: Mozilla/5.0 (X11; Linux x86_64; rv:32.0) Gecko/20100101
 Firefox/32.0 Iceweasel/32.0
Content-Type: multipart/signed; boundary="=_qXEdcsS698qga_uR8G1FXA1";
 protocol="application/pgp-signature"; micalg=pgp-sha1
MIME-Version: 1.0
[Message part 1 (text/plain, inline)]
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

-- 

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb
[Message part 2 (application/pgp-signature, inline)]

Send a report that this bug log contains spam.


X2Go Developers <owner@bugs.x2go.org>. Last modified: Fri Apr 19 16:30:30 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.