<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://valley.egloos.com/rss/style/style.xsl" type="text/xsl" media="screen"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>이글루스 'c4251' 태그 최근글</title>
		<link>http://valley.egloos.com/tag/c4251</link>
		<description>c4251</description>
		<language>ko</language>
		<pubDate>Tue, 15 Jan 2008 13:04:09 +0900</pubDate>
		<generator>Egloos</generator>
		<item>
	<title><![CDATA[stl을 DLL제작시 문제점..warning C4251: 에 대한 대처]]></title>
	<link>http://whiletrue.egloos.com/1291551</link>
	<guid>http://whiletrue.egloos.com/1291551</guid>
	<description>
	<![CDATA[ 
 DLL제작시 warning C4251: 에 대한 대처 PDF 문서 인용. #include&amp;lt;vector&amp;gt; #if !defined(DLLEXPORT_EXPORTS) # define DLLEXPORT_API __declspec(dllexport) #else # define DLLEXPORT_API __declspec(dllimport) #endif class DLLEXPORT_API CDLLexport { public: std::vector&amp;lt;char&amp;gt; vs; }; warning C4251: 'vs' : class 'std::vector&amp;lt; char,class std::allocator&amp;lt;char&amp;gt; &amp;gt;' needs to have dll-interface to be used b	]]>
	</description>
	<pubDate>Tue, 15 Jan 2008 13:04:09 +0900</pubDate>
	<dc:creator><![CDATA[랄라라랄라님의 이글루]]></dc:creator>
</item>
	</channel>
</rss>