New Comment on "Documentation"
I've just finished a migration of 600 projects from VS2005 to 2010 using Multi-Targeting .NET 2 and VS2005 toolset That would not have be possible whitout your targets files, thanks! Still...
View ArticleNew Comment on "Documentation"
I would like to discuss this with you further, but not here on the documentation page. Please start a new discussion topic and repost there so I can remove this. Also, it would be helpful if you could...
View ArticleCommented Issue: Project will be build completely if one source file requires...
In contrast to the build process within the "original" VS2003 studio more files are compiled than required. If only one file has changed (CPP or RC file) the whole project will be...
View ArticleClosed Issue: Project will be build completely if one source file requires to...
In contrast to the build process within the "original" VS2003 studio more files are compiled than required. If only one file has changed (CPP or RC file) the whole project will be...
View ArticleNew Post: Resign DLL : VS2010 SP1 bug in vcxproj properties DelaySign\KeyFile
I've just finished a migration of 600 projects from VS2005 to 2010 using Multi-Targeting .NET 2 and VS2005 toolset That would not have be possible whitout your targets files, thanks! Still...
View ArticleNew Comment on "Documentation"
Done Deleted comment and added (+proposed modifications) in : http://daffodil.codeplex.com/discussions/429667
View ArticleNew Post: Resign DLL : VS2010 SP1 bug in vcxproj properties DelaySign\KeyFile
I was not familiar the proposed fix for this problem, as I already used a post-build task for assembly signing. Reading the MSDN blog post you reference, it sounds like the proposed changes to the...
View ArticleSource code checked in, #23287
Implemented assembly signing fix per: http://daffodil.codeplex.com/discussions/429667
View ArticleReleased: Daffodil MSI (Multi-Language) (Nov 15, 2010)
Single install for all supplied platform toolsets and all language versions of VS 2010.
View ArticleUpdated Release: Daffodil MSI (Multi-Language) (Nov 15, 2010)
Single install for all supplied platform toolsets and all language versions of VS 2010.
View ArticleNew Post: Resign DLL : VS2010 SP1 bug in vcxproj properties DelaySign\KeyFile
I did a bit of testing and satisfied myself that the changes should be made in both tasks. I've committed the changes and updated the MSI. Please test the new MSI and report back here whether it works...
View ArticleNew Post: Resign DLL : VS2010 SP1 bug in vcxproj properties DelaySign\KeyFile
I'm new in this company but, from what I've understood, the history goes more or less like below.1)Original Visual Studio 2005 solution contains C++,C# and VB projects To sign the dll C++ projects use...
View ArticleNew Post: After uninstall, error MSB8020
Check your "%Program Files (x86)%\MSBuild\Microsoft.Cpp\v4.0\Platforms\Win32\PlatformToolsets" folder; with Daffodil uninstalled, it should only contain v90 and v100 subfolders. Also, make sure you...
View ArticleNew Post: error : Element has an invalid value of "None".
Well, I've createad a new VC6 project calld tz and put the test code only.TIME_ZONE_INFORMATION TimeZoneInfo; GetTimeZoneInformation( &TimeZoneInfo ); SYSTEMTIME st1,...
View ArticleNew Post: error : Element has an invalid value of "None".
ehaerim wrote: If not, please let me know your direct email address and I will email the project. Please see the earlier message for my email address.
View ArticleNew Post: Cannot set breakpoints - "The breakpoint will not be hit. No...
I am trying to use Daffodil so that I can use Visual Studio Express 2012 to debug code compiled with Visual C++ 6.0 compilers. In the past, I would use Visual C++ 6.0 and attach to a process on a...
View ArticleNew Post: Cannot set breakpoints - "The breakpoint will not be hit. No...
I don't think Daffodil affects debugging; you should be able to debug with or without it. However if you want to rebuild the VC6 project, you'll need VC6 and Daffodil installed. I think you'll be more...
View ArticleNew Post: error : Element has an invalid value of "None".
HiI sent you a project zip file to test the issue of TzSpecificLocalTimeToSystemTime error.Have you tested it on your end?Please let me know.
View ArticleNew Post: error : Element has an invalid value of "None".
Sorry, I did not receive your email. I've checked my email filter, but I see no sign of it. Please send again using the subject "DebugInformationFormat".
View ArticleNew Post: Cannot set breakpoints - "The breakpoint will not be hit. No...
Thanks for your reply, owenwengerd. Just to clarify, I do have Visual C++ 6.0 and Daffodil installed on my Windows 7 machine. I don't want to rebuild my Visual C++ 6 project. I just want the ability to...
View Article