Re: [Dclib-devel] [dlib] trying to build dlib under Windows Msvc
Brought to you by:
davisking
From: Davis K. <da...@dl...> - 2011-04-23 16:35:31
|
You can post your question to the forums here: http://sourceforge.net/projects/dclib/forums/forum/442518 or you can email me. Either is fine. You should be able to build programs which use dlib and MSVC 2008 without any trouble. The "how to compile" page has a general description of the procedure for any compiler: http://dlib.net/compile.html. But basically, all you have to do is add dlib/all/source.cpp to your project and make sure the folder containing dlib is in your compiler's include search path. Nothing else is required. What kind of error messages are you getting? Cheers, Davis On Sat, Apr 23, 2011 at 11:52 AM, Yakov Lerner <il...@gm...> wrote: > Hello Davis, > Does a discussion forum exist for dlib. Or your email is a right address. > > I am trying to build dlib on Windows under Msvc 2008. > Without Cmake, as Msvc solution. > > What are my general chances ? > Did anybody report success on it ? > > It goes with no sign of convergence so far. > > > Thanks > Yakov > > |