<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>k-Wave User Forum &#187; Topic: Windows compile</title>
		<link>http://www.k-wave.org/forum/topic/windows-compile</link>
		<description>Support for the k-Wave MATLAB toolbox</description>
		<language>en-US</language>
		<pubDate>Wed, 13 May 2026 00:38:08 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.k-wave.org/forum/search.php</link>
		</textInput>
		<atom:link href="http://www.k-wave.org/forum/rss/topic/windows-compile" rel="self" type="application/rss+xml" />

		<item>
			<title>Bradley Treeby on "Windows compile"</title>
			<link>http://www.k-wave.org/forum/topic/windows-compile#post-3986</link>
			<pubDate>Fri, 18 Oct 2013 15:36:09 +0000</pubDate>
			<dc:creator>Bradley Treeby</dc:creator>
			<guid isPermaLink="false">3986@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi Tim,&#60;/p&#62;
&#60;p&#62;The C++ code is written so that it can be run independently of MATLAB. The input and output parameters (grid, medium, source, sensor) are saved and accessed using HDF5 files. These files can be created and opened using lots of different software platforms (including MATLAB, C++, Python, Java, etc). There's lots more information in Chapter 4 of the k-Wave user manual (see &#60;a href=&#34;http://www.k-wave.org/documentation.php&#34;&#62;documentation&#60;/a&#62;).&#60;/p&#62;
&#60;p&#62;Hope that helps,&#60;/p&#62;
&#60;p&#62;Brad.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tim Davies on "Windows compile"</title>
			<link>http://www.k-wave.org/forum/topic/windows-compile#post-3966</link>
			<pubDate>Wed, 16 Oct 2013 20:40:55 +0000</pubDate>
			<dc:creator>tim Davies</dc:creator>
			<guid isPermaLink="false">3966@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;hi there&#60;br /&#62;
I am wondering if the source code will work, when compiled , in a stand alone mode, ie no matlab present?&#60;br /&#62;
I am trying to implement basic ultrasonic tomography with no time controls on the source&#60;br /&#62;
cheers&#60;br /&#62;
Tim
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jwjs on "Windows compile"</title>
			<link>http://www.k-wave.org/forum/topic/windows-compile#post-2077</link>
			<pubDate>Mon, 08 Apr 2013 16:24:58 +0000</pubDate>
			<dc:creator>jwjs</dc:creator>
			<guid isPermaLink="false">2077@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;I realized I never updated this.  I eventually left Windows (k-Wave c++ version) because of the dependence of the intel compiler.  It has quite a restrictive license and it was much easier to get this running on another OS.  Currently I'm mixing development between OSX and Linux and don't think I'll ever be going back to Windows as long as the dependence is in place.  Just some feedback for you guys...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jwjs on "Windows compile"</title>
			<link>http://www.k-wave.org/forum/topic/windows-compile#post-1015</link>
			<pubDate>Fri, 16 Nov 2012 15:33:53 +0000</pubDate>
			<dc:creator>jwjs</dc:creator>
			<guid isPermaLink="false">1015@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi Brad,&#60;/p&#62;
&#60;p&#62;Yes, for me the issue is extension of k-Wave.  I've been following (and using) k-Wave for some time now, and I have been extending it for my use.  I want to add my changes into the C++ code and continue to modify it as I need.  For me the Matlab version has always been more of a pain than a pleasure, so having access to a C++ version is a welcome addition.&#60;/p&#62;
&#60;p&#62;I don't think I'll have much time to dig into this now, but I'll let you know if the addition to the documentation is able to get this up and running on my machine.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bradley Treeby on "Windows compile"</title>
			<link>http://www.k-wave.org/forum/topic/windows-compile#post-1006</link>
			<pubDate>Wed, 14 Nov 2012 22:41:52 +0000</pubDate>
			<dc:creator>Bradley Treeby</dc:creator>
			<guid isPermaLink="false">1006@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi jwjs,&#60;/p&#62;
&#60;p&#62;Thanks for your comments. To be honest, we weren't really sure how many people (a) would want to use the C++ code, (b) would want to compile the binaries from source, and (c) would be Windows vs Linux users. We've just added some extra information into the k-Wave manual about how to compile under Windows. Please let us know if you can't get it working, and we'll continue to improve the documentation.&#60;/p&#62;
&#60;p&#62;Out of interest, is there any particular reason you wish to compile from source rather than using the compiled binaries provided?&#60;/p&#62;
&#60;p&#62;Brad.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jwjs on "Windows compile"</title>
			<link>http://www.k-wave.org/forum/topic/windows-compile#post-1003</link>
			<pubDate>Wed, 14 Nov 2012 14:30:43 +0000</pubDate>
			<dc:creator>jwjs</dc:creator>
			<guid isPermaLink="false">1003@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I just downloaded the Windows version of the C++ code and tried to compile the visual studio project.  Didn't compile, so I briefly scanned through the documentation online.  It seems Linux got a lot of love, but the Windows information is quite thin.  Don't have a lot of time to invest in this right now, but was hoping someone else has this up and running using the provided VS project, and if so could you share your steps please.  &#60;/p&#62;
&#60;p&#62;To say the least, the documentation is lacking.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
