Displaying 5 results from an estimated 5 matches for "endproject".
Did you mean:
2dproject
2008 Oct 01
9
time segments intersection
Hi all,
Please, how could I calculate the time that two time segments has in
common? Is there any function to perform this calculation?
For instance, given four POSIXlt objects...
endPeriod<-as.POSIXlt("2008-09-30")
startPeriod<-as.POSIXlt("2007-10-01")
endProject<-as.POSIXlt("2007-05-31")
startProject<-as.POSIXlt("2006-12-01")
that limit two time segments...
project <- as.numeric(endProject-startProject)
period <- as.numeric(endPeriod-startPeriod)
How could I calculate the time project and period overlap?
Thanks for your...
2013 Aug 16
3
PATCH for MSVC++ 2005 Express
Recently I downloaded MSVC++2005 Express Edition 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-...
2013 Mar 17
1
Patch to remove the dead in_flac project from the MSVC solution
...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-0800200c9a66}"
- ProjectSection(ProjectDependencies) = postProject
- {4cefbc84-c215-11db-8314-0800200c9a66} = {4...
2013 Sep 25
1
PATCH for MSVC .sln file (repeat)
...s message, with patch file compressed to .zip:
---------------------------------------------------------------
Every time I open current FLAC.sln in MSVS 2005, it rewrites (fixes) this file.
The diff between new and old files is attached.
Current version has several problems:
a) it has one extra EndProject line.
b) it 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...
2016 Jul 15
3
[PATCH 1/4] Create a simple project to create version.h to run before any other
...1BC942}") = "opus", "opus.vcxproj", "{219EC965-228A-1824-174D-96449D05F88A}"
ProjectSection(ProjectDependencies) = postProject
@@ -12,6 +12,9 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "opus", "opus.vcxproj", "{21
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "celt", "celt.vcxproj", "{245603E3-F580-41A5-9632-B25FE3372CBF}"
+ ProjectSection(ProjectDependencies) = postProject
+ {77C41C23-C4D0-4B86-9E1B-16BCD80FC0CA} = {77C41C23-C4D0-4B86-9E1B-1...