<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Roundtrip to Shanghai via Tokyo &#187; windows</title>
	<atom:link href="http://kohei.us/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://kohei.us</link>
	<description>Kohei Yoshida's Webspace</description>
	<lastBuildDate>Fri, 09 Jul 2010 12:20:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Strace equivalent for Windows</title>
		<link>http://kohei.us/2010/06/25/strace-equivalent-for-windows/</link>
		<comments>http://kohei.us/2010/06/25/strace-equivalent-for-windows/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 20:45:36 +0000</pubDate>
		<dc:creator>Kohei Yoshida</dc:creator>
				<category><![CDATA[]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://kohei.us/?p=801</guid>
		<description><![CDATA[While searching for a debug tool equivalent of strace that runs on Windows, I&#8217;ve come across Process Monitor.  This appears to work well for me.  For anyone in search of strace equivalent on Windows, give this one a try.
I&#8217;ve also tried StraceNT, but this one was not very reliable as it tends to [...]]]></description>
			<content:encoded><![CDATA[<p>While searching for a debug tool equivalent of <a href="http://en.wikipedia.org/wiki/Strace">strace</a> that runs on Windows, I&#8217;ve come across <a href="http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx">Process Monitor</a>.  This appears to work well for me.  For anyone in search of strace equivalent on Windows, give this one a try.</p>
<p>I&#8217;ve also tried <a href="http://www.intellectualheaven.com/default.asp?BH=projects&#038;H=strace.htm">StraceNT</a>, but this one was not very reliable as it tends to crash the traced process almost every time.</p>
<p>An equally useful tool for debugging on Windows is <a href="http://technet.microsoft.com/en-us/sysinternals/bb896647.aspx">DebugView</a>, which captures output from the <a href="http://msdn.microsoft.com/en-us/library/aa363362%28VS.85%29.aspx">OutputDebugString</a> calls.</p>
]]></content:encoded>
			<wfw:commentRss>http://kohei.us/2010/06/25/strace-equivalent-for-windows/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Git on Windows</title>
		<link>http://kohei.us/2010/01/20/git-on-windows/</link>
		<comments>http://kohei.us/2010/01/20/git-on-windows/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 01:54:37 +0000</pubDate>
		<dc:creator>Kohei Yoshida</dc:creator>
				<category><![CDATA[]]></category>
		<category><![CDATA[cygwin]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[mingw]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://kohei.us/?p=619</guid>
		<description><![CDATA[I guess I don&#8217;t really have to tell the world about this, since if you type the title of this blog post in Google it will come back as the top hit.  But it&#8217;s still worth mentioning msysgit, a pretty darn good git client on Windows.  It&#8217;s small, it&#8217;s efficient, and it&#8217;s git. [...]]]></description>
			<content:encoded><![CDATA[<p>I guess I don&#8217;t really have to tell the world about this, since if you type the title of this blog post in Google it will come back as the top hit.  But it&#8217;s still worth mentioning <a href="http://code.google.com/p/msysgit/">msysgit</a>, a pretty darn good <a href="http://git-scm.com/">git</a> client on Windows.  It&#8217;s small, it&#8217;s efficient, and it&#8217;s git. :-)  You could of course use git in <a href="http://www.cygwin.com/">cygwin</a>, but git in cygwin feels a little &#8220;heavy&#8221; and by no means small, since you have to get the whole cygwin environment to even use git.  So, if you don&#8217;t already have cygwin, and want to use git on Windows, msysgit is a pretty good choice.  It comes with a minimal bash shell, and while I&#8217;m happy to see <a href="http://www.openssh.com/">ssh</a> included with its shell, I was a little disappointed that they left out <a href="http://samba.anu.edu.au/rsync/">rsync</a>.  But that&#8217;s just one minor downside.</p>
<p>For me, msysgit is my git client of choice on Windows, especially in a virtual machine setting where the disk space is tight.  On a build machine, though, I still use git in cygwin since I already have to use cygwin to build OOo.</p>
]]></content:encoded>
			<wfw:commentRss>http://kohei.us/2010/01/20/git-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calc Solver release</title>
		<link>http://kohei.us/2007/11/25/calc-solver-release/</link>
		<comments>http://kohei.us/2007/11/25/calc-solver-release/#comments</comments>
		<pubDate>Sun, 25 Nov 2007 22:10:18 +0000</pubDate>
		<dc:creator>Kohei Yoshida</dc:creator>
				<category><![CDATA[]]></category>
		<category><![CDATA[calc]]></category>
		<category><![CDATA[go-oo]]></category>
		<category><![CDATA[openoffice.org]]></category>
		<category><![CDATA[scsolver]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://kohei.us/2007/11/25/calc-solver-release/</guid>
		<description><![CDATA[I just released a new version of Calc Solver after more than a year since the last release.  A lot of effort has gone into this release mostly to re-package it as a true UNO extension, and also to make it available for the Windows version of OO.o beginning with this release.
The UI has [...]]]></description>
			<content:encoded><![CDATA[<p>I just released a new version of <a href="http://kohei.us/ooo/solver/">Calc Solver</a> after more than a year since the last release.  A lot of effort has gone into this release mostly to re-package it as a true UNO extension, and also to <strong>make it available for the Windows version of OO.o</strong> beginning with this release.</p>
<p><strong>The UI has been localized for French and Japanese</strong>, thanks to <a href="http://blogs.nuxeo.com/sections/blogs/laurent_godard">Laurent Godard</a> and <a href="http://openoffice.exblog.jp/">Kazunari Hirano</a>.  Laurent also helped me on various UNO related issues, so I would really like to acknowledge his help.  Thank you Laurent. :-)  The system language should be automatically picked up and the appropriate translation texts should be displayed for English, French and Japanese.  If this doesn&#8217;t work for you, please let me know.</p>
<p>The ride was quite bumpy, however, to get Solver to build on Windows.  Since this was my first attempt to build anything non-trivial on Windows, I had to spend a few days (and nights) studying how the MSVC compiler works so that I could build a DLL.  There was also an issue with multi-thread vs single-thread libraries, so I had to manually select the default libraries to be all single-threaded for the Solver as well as the lpsolve code.  Not to mention I didn&#8217;t know how to set up a build environment since GNU make in cygwin didn&#8217;t work too reliably due to file path separator and the driver letter issues.  In the end, I came up with a custom DOS batch script with everything hardcoded to semi-automate the build process, but that&#8217;s far from being elegant.  I&#8217;m just wondering if there is any better way to set up a build environment on Windows&#8230;  <strong>Question: what do Windows developers use these days to build C++ projects?</strong></p>
<p>On the Linux side, the Solver extension installed and worked fine, but I&#8217;ve experienced a major problem with installing it in the Extension Manager UI.  But as long as it&#8217;s installed from the command line using unopkg, it works fine.  I still haven&#8217;t figured out why installing with the Extension Manager caused a problem but installing with unopkg didn&#8217;t.</p>
<p>Oh I almost forgot.  <strong>If you use <a href="http://go-oo.org/">Go-oo version of OO.o (aka ooo-build)</a> or any variant of it with my Solver already included, you don&#8217;t need to install this extension.</strong>  It&#8217;s already there in <strong>Tools &#8211; Solver</strong>.</p>
<p>Anyway, enough talk.  Enjoy! :-)  And please report me any problems you may experience.</p>
]]></content:encoded>
			<wfw:commentRss>http://kohei.us/2007/11/25/calc-solver-release/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
