16 messages in com.googlegroups.google-desktop-developerRe: C# and C++
FromSent OnAttachments
Morten23 Nov 2005 07:03 
Morten23 Nov 2005 07:57 
Morten23 Nov 2005 08:06 
taualex23 Nov 2005 08:09 
taualex23 Nov 2005 08:11 
Morten23 Nov 2005 08:19 
Donny23 Nov 2005 17:50 
Morten24 Nov 2005 05:13 
Dieter Lunn24 Nov 2005 05:45 
Morten24 Nov 2005 06:02 
Matrix24 Nov 2005 06:16 
Morten24 Nov 2005 06:27 
Morten24 Nov 2005 06:37 
Dieter Lunn24 Nov 2005 07:53 
Morten24 Nov 2005 14:22 
1.mR...@gmail.com29 Nov 2005 06:34 
Subject:Re: C# and C++
From:Morten (mort@gmail.com)
Date:11/23/2005 08:06:15 AM
List:com.googlegroups.google-desktop-developer

The .sln file in the project references GoogleDesktopComponentCommon which is a C++ project. Look at the last couple of lines here:

Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GoogleDesktopDisplayCSharpSample", "GoogleDesktopDisplayCSharpSample.csproj", "{4502771A-C317-4A6B-AB90-329A919B3AC4}" ProjectSection(ProjectDependencies) = postProject {5A0D55C3-7C2A-4B61-8F28-6B757052788F} = {5A0D55C3-7C2A-4B61-8F28-6B757052788F} EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GoogleDesktopComponentCommon", "..\common\GoogleDesktopComponentCommon.vcproj", "{5A0D55C3-7C2A-4B61-8F28-6B757052788F}"

The free, downloadable Microsoft Visual Studio Express doesn't bundle C++ and C#. In fact Microsoft warns agains this on the install page.

I refuse to download Visual Studio with a torrent. So Google Desktop Team - what do I do? :)