New Post: VisualStudio vs SDK requirement
Thanks for your feedback. I'm gonna ask operations to still support VS2005, and recommend developpers to use VS2010(/daffodil), and put some more effort in converting to the VS2010 crt/compiler
View ArticleNew Post: Error msb8020 after installing Daffodil on MsDev 2012 for vc80 tools
Hi, I just installed Daffodil to use MsDev 2012 IDE with the vc80 toolchain that I already have. I'm getting "Error 1 error MSB8020: The builds tools for v80 (Platform Toolset = 'v80') cannot be found....
View ArticleNew Post: Error msb8020 after installing Daffodil on MsDev 2012 for vc80 tools
You must also install VS 2010 in order for the platform toolsets from older versions of VS to work.
View ArticleNew Post: MSB8020 when targeting v60 with Visual Studio/Visual C++ 6.0 installed
I receive a build error when targeting v60, even though I have Visual Studio 6 installed and can compile in the older IDE. I'm using the latest rev of daffodil with Visual Studio 2013 and Visual Studio...
View ArticleNew Post: MSB8020 when targeting v60 with Visual Studio/Visual C++ 6.0 installed
You need to have VS 2010 installed as well.
View ArticleNew Post: MSB8020 when targeting v60 with Visual Studio/Visual C++ 6.0 installed
Thanks missed that. I can compile fine now, however I can't debug. Debugging information for '' cannot be found or does not match. Binary was not build with debug information.<exe name>. Module...
View ArticleNew Post: MSB8020 when targeting v60 with Visual Studio/Visual C++ 6.0 installed
DEBUG -> Options and Settings -> General Check "Use Managed Compatibility Mode"
View ArticleReviewed: Daffodil MSI (Multi-Language) (okt 09, 2015)
Rated 5 Stars (out of 5) - Very useful and easy!
View ArticleNew Post: Debugging information does not match, when using Visual C++ 6 compiler
Hi, I have been using Daffodil with no problem in Visual Studio 2013, Windows 8.1 for a while. Now I got a new Windows 10 machine, where I reinstalled Visual Studio 6, 2013 and Daffodil. I am using v60...
View ArticleNew Post: Debugging information does not match, when using Visual C++ 6 compiler
Finally I actually found a working solution!for VS2013: Enable "Native Edit and Continue" under Tools->Options->Debugging->Edit and Continuefor VS2015: Enable "Use Native Compatibility Mode"...
View ArticleNew Post: Debugging information does not match, when using Visual C++ 6 compiler
Thanks for posting the solution.
View ArticleUpdated Wiki: Home
Project DescriptionDaffodil provides native multi-targeting platform toolsets for Visual Studio 2010 C++ developers who need to target older versions of Visual Studio.To use these platform toolsets,...
View ArticleNew Post: TRACKER : error TRK0005: Failed to locate: "CL.exe". The system...
Hi, I'm trying to compile with v80 (VS2005) in VS2012. I've installed VS2005 express, 2010 express and 2012 professional. I've installed daffodil and I get the dropdown to select v80 as the Platform...
View ArticleNew Post: TRACKER : error TRK0005: Failed to locate: "CL.exe". The system...
I think you're on the right track, but if VS 2005 Express did not include all the build tools, you may plug one hole only to find another. It's possible the directory structure is different, so you may...
View ArticleNew Post: TRACKER : error TRK0005: Failed to locate: "CL.exe". The system...
I probably also should have mentioned that I have VS 2005 installed on my D: drive, would that make any difference? Would you suggest i try to get a 2005 professional?
View ArticleNew Post: TRACKER : error TRK0005: Failed to locate: "CL.exe". The system...
I have managed to get to the next error message by manually including the 8.0 bin directory in the executables line. For interest, this page says that the registry keys are different depending which...
View ArticleNew Post: TRACKER : error TRK0005: Failed to locate: "CL.exe". The system...
Also could you double check this line is correct<WindowsSdkDir Condition="'$(WindowsSdkDir)' == ''">$(VCInstallDir)PlatformSDK\</WindowsSdkDir> On my 2005 Express install, there is no...
View ArticleNew Post: TRACKER : error TRK0005: Failed to locate: "CL.exe". The system...
MichaelParker wrote: Also could you double check this line is correct<WindowsSdkDir Condition="'$(WindowsSdkDir)' == ''">$(VCInstallDir)PlatformSDK\</WindowsSdkDir> Yes, it is correct.
View ArticleNew Post: VC6 builds but won't Debug - "binary was not built with debug...
When I upgraded to Windows 10 last week I was pleased to find that the existing installation of VS6 did seem to work. That's to say it did build [1]. However on trying to debug something I found that...
View Article