16 messages in com.googlegroups.google-desktop-developerRe: C# and C++| From | Sent On | Attachments |
|---|---|---|
| Morten | 23 Nov 2005 07:03 | |
| Morten | 23 Nov 2005 07:57 | |
| Morten | 23 Nov 2005 08:06 | |
| taualex | 23 Nov 2005 08:09 | |
| taualex | 23 Nov 2005 08:11 | |
| Morten | 23 Nov 2005 08:19 | |
| Donny | 23 Nov 2005 17:50 | |
| Morten | 24 Nov 2005 05:13 | |
| Dieter Lunn | 24 Nov 2005 05:45 | |
| Morten | 24 Nov 2005 06:02 | |
| Matrix | 24 Nov 2005 06:16 | |
| Morten | 24 Nov 2005 06:27 | |
| Morten | 24 Nov 2005 06:37 | |
| Dieter Lunn | 24 Nov 2005 07:53 | |
| Morten | 24 Nov 2005 14:22 | |
| 1.mR...@gmail.com | 29 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? :)




