<?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"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: Getting started with Max MSP 5.1.7 and Windows (VS C++ 2010 or Cygwin) externals</title>
		<atom:link href="http://cycling74.com/forums/topic/getting-started-with-max-msp-5-1-7-and-windows-vs-c-2010-or-cygwin-externals/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/getting-started-with-max-msp-5-1-7-and-windows-vs-c-2010-or-cygwin-externals/feed</link>
		<description></description>
		<pubDate>Mon, 17 Jun 2013 23:46:53 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/getting-started-with-max-msp-5-1-7-and-windows-vs-c-2010-or-cygwin-externals/#post-62608</guid>
					<title><![CDATA[Getting started with Max MSP 5.1.7 and Windows (VS C++ 2010 or Cygwin) externals]]></title>
					<link>http://cycling74.com/forums/topic/getting-started-with-max-msp-5-1-7-and-windows-vs-c-2010-or-cygwin-externals/#post-62608</link>
					<pubDate>Mon, 26 Mar 2012 17:40:31 +0000</pubDate>
					<dc:creator>Andreas</dc:creator>

					<description>
						<![CDATA[
						<p>Hi all,<br />
I have tried to find out, how to set up a development environment under windows 7 (64bit) for coding an external for Max/MSP.</p>
<p>Under MS Visual Studio C++ 2010 Express I&#39;m not able to compile the code because of problems with the linked header files from the max-includes.</p>
<p>1>c:transfermaxsdk-5.1.7maxsdk-5.1.7c74supportmax-includesext_prefix.h(73): warning C4068: unknown pragma<br />
1>c:transfermaxsdk-5.1.7maxsdk-5.1.7c74supportmax-includesext_prefix.h(106): fatal error C1083: Cannot open include file: &#39;MacTypes.h&#39;: No such file or directory</p>
<p>So I tried to set up the cygwin development environment. Here I have the problem, that I cannot build with the -mno-cygwin flag.<br />
This is a known problem. The information I have found in the MaxSDK-5.1.7examplescollectCompilingWithGCC.txt and regarding this issue is not helping me either, because I do not know how to install the &#8220;Automated Mingw installer (MinGW 5.1.6)&#8221; or the &#8220;MSYS-1.0.11.exe&#8221;<br />
My attempt to get Eclipse up and running failed to.<br />
I have problems to tell Eclipse how to link the header-files.<br />
fatal error: ext.h: no such file or directory<br />
Event though the corresponding &#8220;ext.h&#8221; file can be found navigating the &#8220;includes&#8221; in my project. (can be seen in the attached Screenshot)</p>
<p>Does anybody has a development environment under Windows 7 (Windows 8) 64bit running?<br />
What are the steps to bring it up and running?</p>
<p>Thanks in advance! All help and hints are welcome</p>
<p> [attachment=189483,3600]</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/getting-started-with-max-msp-5-1-7-and-windows-vs-c-2010-or-cygwin-externals/#post-226100</guid>
					<title><![CDATA[Re: Getting started with Max MSP 5.1.7 and Windows (VS C++ 2010 or Cygwin) externals]]></title>
					<link>http://cycling74.com/forums/topic/getting-started-with-max-msp-5-1-7-and-windows-vs-c-2010-or-cygwin-externals/#post-226100</link>
					<pubDate>Mon, 26 Mar 2012 22:48:21 +0000</pubDate>
					<dc:creator>Andreas</dc:creator>

					<description>
						<![CDATA[
						<p>Finally I found a solution for setting up the development plattform for working on externals:<br />
Eclipse IDE for C/C++ Developers with Eclipse CDT and cygwin.<br />
There were a lot of trouble regarding the paths for the includes and libs &#8211; but finally most is working.</p>
<p>So I&#8217;m able to compile the first files from the Max/MSP SDK.<br />
But I still have troubles to compile a CPP-File, which I should take care of.</p>
<p>The error message is:<br />
fatal error: MacTypes.h: No such file or directory<br />
external location: C:cygwinc74supportmax-includesext_prefix.h</p>
<p>and there are a lot of messages regarding<br />
Symbol &#8216;NULL&#8217; could not be resolved<br />
like in this line: 	x->c_outlet = outlet_new(x, NULL);<br />
or in this line: 	if(x->sftp == NULL){</p>
<p>and, like in the Visual Studio, I have the warning regarding &#8220;#pragma d0_pointers&#8221; from line 73, external location: C:cygwinc74supportmax-includesext_prefix.h (which is an error in Visual Studio)</p>
<p>any hints?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/getting-started-with-max-msp-5-1-7-and-windows-vs-c-2010-or-cygwin-externals/#post-226101</guid>
					<title><![CDATA[Re: Getting started with Max MSP 5.1.7 and Windows (VS C++ 2010 or Cygwin) externals]]></title>
					<link>http://cycling74.com/forums/topic/getting-started-with-max-msp-5-1-7-and-windows-vs-c-2010-or-cygwin-externals/#post-226101</link>
					<pubDate>Tue, 27 Mar 2012 06:27:34 +0000</pubDate>
					<dc:creator>nicolas danet</dc:creator>

					<description>
						<![CDATA[
						<p>Hello, </p>
<p>1. if i remember correctly i had a problem with &#8220;macTypes.h&#8221; and maxSDK-5.1.7 ; i solved by removing the folder &#8220;MaxLua.framework&#8221; from &#8220;max-includes&#8221; &#8230;</p>
<p>2. Have you set WIN_VERSION flag ?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/getting-started-with-max-msp-5-1-7-and-windows-vs-c-2010-or-cygwin-externals/#post-226102</guid>
					<title><![CDATA[Re: Getting started with Max MSP 5.1.7 and Windows (VS C++ 2010 or Cygwin) externals]]></title>
					<link>http://cycling74.com/forums/topic/getting-started-with-max-msp-5-1-7-and-windows-vs-c-2010-or-cygwin-externals/#post-226102</link>
					<pubDate>Wed, 28 Mar 2012 05:57:53 +0000</pubDate>
					<dc:creator>Andreas</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Vanille,<br />
thanks for your hint. I&#8217;ll try to remove &#8220;MaxLua.framework&#8221;.<br />
How can i set the WIN_VERSION flag?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/getting-started-with-max-msp-5-1-7-and-windows-vs-c-2010-or-cygwin-externals/#post-226103</guid>
					<title><![CDATA[Re: Getting started with Max MSP 5.1.7 and Windows (VS C++ 2010 or Cygwin) externals]]></title>
					<link>http://cycling74.com/forums/topic/getting-started-with-max-msp-5-1-7-and-windows-vs-c-2010-or-cygwin-externals/#post-226103</link>
					<pubDate>Wed, 28 Mar 2012 15:24:10 +0000</pubDate>
					<dc:creator>nicolas danet</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,</p>
<p>The only time i wanted to use Visual Studio i gave up quickly &#8230; i never build successfully any of my externals &#8230; but AFAIK just append &#8220;WIN_VERSION&#8221; there : </p>
<p>configuration properties &#8230; C/C++ &#8230; preprocessor &#8230; preprocessor definitions.</p>
<p>HTH</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/getting-started-with-max-msp-5-1-7-and-windows-vs-c-2010-or-cygwin-externals/#post-226104</guid>
					<title><![CDATA[Re: Getting started with Max MSP 5.1.7 and Windows (VS C++ 2010 or Cygwin) externals]]></title>
					<link>http://cycling74.com/forums/topic/getting-started-with-max-msp-5-1-7-and-windows-vs-c-2010-or-cygwin-externals/#post-226104</link>
					<pubDate>Sun, 15 Apr 2012 17:16:19 +0000</pubDate>
					<dc:creator>Pierre Guillot</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,<br />
I&#8217;m using visual studio 2010 on windows 7. You have to create your externals projects in the same folder of the examples or to keep the same path to the max library.<br />
ex : MaxSDK-5.1.7myObjectsObject1Object1.vcproj</p>
<p>It should work.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/getting-started-with-max-msp-5-1-7-and-windows-vs-c-2010-or-cygwin-externals/#post-226105</guid>
					<title><![CDATA[Re: Getting started with Max MSP 5.1.7 and Windows (VS C++ 2010 or Cygwin) externals]]></title>
					<link>http://cycling74.com/forums/topic/getting-started-with-max-msp-5-1-7-and-windows-vs-c-2010-or-cygwin-externals/#post-226105</link>
					<pubDate>Tue, 01 May 2012 18:37:05 +0000</pubDate>
					<dc:creator>Timothy Place</dc:creator>

					<description>
						<![CDATA[
						<p>Have you looked at the files in the &#8216;collect&#8217; example in the Max 6 SDK?  There is some info in there about compiling with Cygwin.</p>
<p>Cheers,<br />
  Tim</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

