Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [26190] trunk/blender/source/blender/ blenlib: Threads: added queue for passing data between threads.

2010-01-22 Thread lguillaume
Hello, On msvc threads.c dones not compile. MSVC don not know what is gettimeofday() I found on the web a function to do this on MSVC, http://www.opalvoip.org/websvn/filedetails.php?repname=Opalpath=%2Fexternal%2Fspandsp%2Ftrunk%2Fsrc%2Fmsvc%2Fgettimeofday.c Regards

Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [26190] trunk/blender/source/blender/ blenlib: Threads: added queue for passing data between threads.

2010-01-22 Thread Tyler Tricker
Link the actual error thrown. Is it an unresolved symbol or and undefined function. On Fri, Jan 22, 2010 at 2:55 PM, lguillaume lecocqguilla...@gmail.comwrote: Hello, On msvc threads.c dones not compile. MSVC don not know what is gettimeofday() I found on the web a function to do this on