search for: 4cefbc7c

Displaying 3 results from an estimated 3 matches for "4cefbc7c".

2013 Mar 17
1
Patch to remove the dead in_flac project from the MSVC solution
Solution file still contained the removed in_flac project causing unnecessary errors on load. -------------- next part -------------- --- FLAC.sln.orig Wed Mar 13 18:23:38 2013 +++ FLAC.sln Sat Mar 16 19:14:43 2013 @@ -57,14 +57,6 @@ Project("{4cefbc7c-c215-11db-8314-080020 {4cefbc89-c215-11db-8314-0800200c9a66} = {4cefbc89-c215-11db-8314-0800200c9a66} EndProjectSection EndProject -Project("{4cefbc7c-c215-11db-8314-0800200c9a66}") = "in_flac", "src\plugin_winamp2\in_flac.vcproj", "{4cefbc82-c215-11db-8314-...
2013 Sep 25
1
PATCH for MSVC .sln file (repeat)
...has 4 lines that start with {4cefbc82-c215-11db-8314-0800200c9a66}. They left from in_flac and useless now. c) According to http://msdn.microsoft.com/en-us/library/hb23x61k(v=vs.80).aspx , the standard GUID for Visual C++ project is 8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942, not the current 4cefbc7c-c215-11db-8314-0800200c9a66 (download SoX or LAME tarball and you'll see 8BC9CEB8-... there). d) Also GUIDs should be uppercase (again, look at SoX or LAME .sln files) -------------- next part -------------- A non-text attachment was scrubbed... Name: sln.zip Type: application/zip Size: 25...
2013 Aug 16
3
PATCH for MSVC++ 2005 Express
...and it turns out that it wasn't possible to compile all files without several changes: 1) FLAC.sln has one extra "EndProject" line --- a\FLAC.sln 2013-06-17 11:57:09.000000000 +0400 +++ b\FLAC.sln 2013-08-16 20:19:34.630486700 +0400 @@ -157,7 +157,6 @@ EndProject Project("{4cefbc7c-c215-11db-8314-0800200c9a66}") = "utf8_static", "src\share\utf8\utf8_static.vcproj", "{4cefbc92-c215-11db-8314-0800200c9a66}" EndProject -EndProject Project("{4cefbc7c-c215-11db-8314-0800200c9a66}") = "win_utf8_io", "src\share\win_utf8...