<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Where&#8217;s the Code?</title>
	<atom:link href="http://blogs.mathworks.com/seth/2008/11/26/wheres-the-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/seth/2008/11/26/wheres-the-code/</link>
	<description>This blog is about Simulink.</description>
	<lastBuildDate>Fri, 10 Feb 2012 01:06:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Seth</title>
		<link>http://blogs.mathworks.com/seth/2008/11/26/wheres-the-code/#comment-960</link>
		<dc:creator>Seth</dc:creator>
		<pubDate>Thu, 28 Jan 2010 13:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/seth/2008/11/26/wheres-the-code/#comment-960</guid>
		<description>@Boris - These errors seem to be related to your use ofthe Video and Image Processing blockset.  I recommend you &lt;a href=&quot;http://www.mathworks.com/support/contact_us/index.html&quot; rel=&quot;nofollow&quot;&gt;contact technical support&lt;/a&gt; for further assistance.</description>
		<content:encoded><![CDATA[<p>@Boris &#8211; These errors seem to be related to your use ofthe Video and Image Processing blockset.  I recommend you <a href="http://www.mathworks.com/support/contact_us/index.html" rel="nofollow">contact technical support</a> for further assistance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boris</title>
		<link>http://blogs.mathworks.com/seth/2008/11/26/wheres-the-code/#comment-959</link>
		<dc:creator>Boris</dc:creator>
		<pubDate>Thu, 28 Jan 2010 08:39:16 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/seth/2008/11/26/wheres-the-code/#comment-959</guid>
		<description>hi Seth,hope you could help me,
i am having problems with the C code generated on real time workshop, (R2009b,VS 2005),
after adding the .c .h files (subsystem name CORN3) i tried to compile the project and had some problems, missing libraries:
vipdrawshapes_rt.h
lexicmp.h
dsp_rt.h
dsp_iso_math_rt.h
dspsizeof_rt.h
dspsvd_rt.h
vipprojective_rt.h
and then i had a problems without line numbers...:
error LNK2019 : unresolved external symbol_MWDSP_svd_R referenced in function CORN3_STEP                          file: CORN3.obj
error LNK2019 : unresolved external symbol_MWVIP_Are3PtsCollinear referenced in function CORN3_STEP                  CORN3.obj
error LNK2019 : unresolved external symbol_MWVIP_CalculateXforumMtrx_R referenced in function CORN3_STEP         CORN3.obj
error LNK2019 : unresolved external symbol_MWVIP_FillBackGroundValues_R referenced in function CORN3_STEP      CORN3.obj
error LNK2019 : unresolved external symbol_MWVIP_XforumonesubDevision_R referenced in function CORN3_STEP      CORN3.obj

(i added the libraries: properties-&gt;c-&gt;additional include directories)

i think that the problems appear because the way i add the VIP library it is right? what should i do?
thank you for your time</description>
		<content:encoded><![CDATA[<p>hi Seth,hope you could help me,<br />
i am having problems with the C code generated on real time workshop, (R2009b,VS 2005),<br />
after adding the .c .h files (subsystem name CORN3) i tried to compile the project and had some problems, missing libraries:<br />
vipdrawshapes_rt.h<br />
lexicmp.h<br />
dsp_rt.h<br />
dsp_iso_math_rt.h<br />
dspsizeof_rt.h<br />
dspsvd_rt.h<br />
vipprojective_rt.h<br />
and then i had a problems without line numbers&#8230;:<br />
error LNK2019 : unresolved external symbol_MWDSP_svd_R referenced in function CORN3_STEP                          file: CORN3.obj<br />
error LNK2019 : unresolved external symbol_MWVIP_Are3PtsCollinear referenced in function CORN3_STEP                  CORN3.obj<br />
error LNK2019 : unresolved external symbol_MWVIP_CalculateXforumMtrx_R referenced in function CORN3_STEP         CORN3.obj<br />
error LNK2019 : unresolved external symbol_MWVIP_FillBackGroundValues_R referenced in function CORN3_STEP      CORN3.obj<br />
error LNK2019 : unresolved external symbol_MWVIP_XforumonesubDevision_R referenced in function CORN3_STEP      CORN3.obj</p>
<p>(i added the libraries: properties-&gt;c-&gt;additional include directories)</p>
<p>i think that the problems appear because the way i add the VIP library it is right? what should i do?<br />
thank you for your time</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy Rouleau</title>
		<link>http://blogs.mathworks.com/seth/2008/11/26/wheres-the-code/#comment-621</link>
		<dc:creator>Guy Rouleau</dc:creator>
		<pubDate>Wed, 26 Nov 2008 14:46:48 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/seth/2008/11/26/wheres-the-code/#comment-621</guid>
		<description>@ Chitlesh, The files are not all platform independent. The C-code is, but the auto-generated makefile is based on the TMF-file selected during the build process. If you want to generate code on a windows platform and use it on a UNIX platform, you have to modify the “grt_unix.tmf” template make file for your machine. Guidelines to compile generated code on a computer without MATLAB for releases before the existence of “packNGo” can be found at this address:

http://www.mathworks.com/support/solutions/data/1-19EH0.html

The modifications to the template makefile described in this page are valid for the current release.</description>
		<content:encoded><![CDATA[<p>@ Chitlesh, The files are not all platform independent. The C-code is, but the auto-generated makefile is based on the TMF-file selected during the build process. If you want to generate code on a windows platform and use it on a UNIX platform, you have to modify the “grt_unix.tmf” template make file for your machine. Guidelines to compile generated code on a computer without MATLAB for releases before the existence of “packNGo” can be found at this address:</p>
<p><a href="http://www.mathworks.com/support/solutions/data/1-19EH0.html" rel="nofollow">http://www.mathworks.com/support/solutions/data/1-19EH0.html</a></p>
<p>The modifications to the template makefile described in this page are valid for the current release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom erkkinen</title>
		<link>http://blogs.mathworks.com/seth/2008/11/26/wheres-the-code/#comment-620</link>
		<dc:creator>tom erkkinen</dc:creator>
		<pubDate>Wed, 26 Nov 2008 13:36:15 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/seth/2008/11/26/wheres-the-code/#comment-620</guid>
		<description>The zip file is just a standard zip, so you can unpack it from  MATLAB or any zip utility on any platform.</description>
		<content:encoded><![CDATA[<p>The zip file is just a standard zip, so you can unpack it from  MATLAB or any zip utility on any platform.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chitlesh GOORAH</title>
		<link>http://blogs.mathworks.com/seth/2008/11/26/wheres-the-code/#comment-619</link>
		<dc:creator>Chitlesh GOORAH</dc:creator>
		<pubDate>Wed, 26 Nov 2008 08:15:51 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/seth/2008/11/26/wheres-the-code/#comment-619</guid>
		<description>Hello Seth, Thanks for the tip. I am curious whether with the packNGo function the zip file is platform independent. In other words will the files under the zip file be compiled under Linux or Mac ? 

As I can see the mlrFiles.zip contains matlab dependency files. Could you please give us some details about the licensing conflicts that a company will have if the rtwdemo_cppencap.zip file is to be sold to another company?</description>
		<content:encoded><![CDATA[<p>Hello Seth, Thanks for the tip. I am curious whether with the packNGo function the zip file is platform independent. In other words will the files under the zip file be compiled under Linux or Mac ? </p>
<p>As I can see the mlrFiles.zip contains matlab dependency files. Could you please give us some details about the licensing conflicts that a company will have if the rtwdemo_cppencap.zip file is to be sold to another company?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

