From: Tatsuro M. <tma...@ya...> - 2010-07-20 03:39:20
|
Hello --- Petr Mikulik wrote: > This is not needed if gnuplot is compiled by a gcc-based suite on Windows; > thus use always "/". Even in the MSVC, '/' can be used as a directory separator. I have confirmed the above on the MSVC++ express 2008. So the gnuplot binaries built by MSVC '/' can be used. gnuplot> cd 'd:/usr' gnuplot> pwd d:\usr gnuplot> I have confirmed using the binaries provided by Kakuto, which are prepared by the MSVC toolkits. http://www.ring.gr.jp/pub/text/TeX/ptex-win32/w32/gnuplot-45pl0w32.zip In addition, the MinGW version of gcc can understand '\' as a directory separator. Therefore gnuplot binaries built by gcc (e.g. official distribution), we can aloso use '\' gnuplot> cd 'd:\usr' gnuplot> pwd d:\usr Regards Tatsuro -------------------------------------- Get the new Internet Explorer 8 optimized for Yahoo! JAPAN http://pr.mail.yahoo.co.jp/ie8/ |