<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Link Error/Resource file/VC++6</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : General Discussion : Link Error/Resource file/VC++6]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 03:11:18 +0000</pubDate>
  <lastBuildDate>Tue, 24 May 2005 13:00:35 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=2276</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Link Error/Resource file/VC++6 : Pls Guide me i have problem in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2276&amp;PID=6746&amp;title=link-error-resource-file-vc-6#6746</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1188">s_rookie</a><br /><strong>Subject:</strong> 2276<br /><strong>Posted:</strong> 24 May 2005 at 1:00pm<br /><br /><div>Pls Guide me i have problem in compiling.<br><br>/*When i build the following project i get a link error which says<br><br>"""Compiling resources...<br>Compiling...<br>file1.cpp<br>Linking...<br>nafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __endthreadex<br>nafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __beginthreadex<br>Debug/myproject1.exe : fatal error LNK1120: 2 unresolved externals<br>Error executing link.exe.<br><br>myproject1.exe - 3 error(s), 0 warning(s)"""<br> */ <br><br><br>#include&lt;afxwin.h&gt;<br><br>class myframe:public CFrameWnd<br><br>{<br>public:<br>	myframe()<br>	{<br>		Create(0,"Hello");<br>	}<br><br><br>	void OnLButtonDown(UINT i,CPoint p)<br>	{<br>		char c&#091;100&#093;;<br>		sprintf(c,"p.x=%d  p.y=%d",p.x,p.y);<br>		::MessageBox(0,c,"ln OnLButtonDown()",0);<br><br>	}<br><br>	DECLARE_MESSAGE_MAP()<br>};<br><br>BEGIN_MESSAGE_MAP(myframe,CFrameWnd)<br>	ON_WM_LBUTTONDOWN()<br>END_MESSAGE_MAP()<br><br><br>class mywin:public CWinApp<br><br>{<br><br>public:<br>	BOOL InitInstance()<br>	{<br>		myframe *my;<br>		my= new myframe;<br>		my-&gt;ShowWindow(3);<br>		m_pMainWnd=my;<br>		return TRUE;<br>	}<br>};<br><br>mywin a;<br><br> \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ \<br><br>resource.h is in the project folder but doesnt get displayed in the workspace.<br><br>Pls Guide me :</div>		<!-- / message --><!-- c&#111;ntrols -->																								<a href="http://www.codeguru.com/forum/editpost.php?do=editpost&amp;p=1159846" target="_blank"><img title="Edit/Delete Message" src="http://www.codeguru.com/forum/images/butt&#111;ns/edit.gif" alt="Edit/Delete Message" border="0" border="0"></a>]]>
   </description>
   <pubDate>Tue, 24 May 2005 13:00:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2276&amp;PID=6746&amp;title=link-error-resource-file-vc-6#6746</guid>
  </item> 
 </channel>
</rss>