<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Nat hole punching sample not working in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Nat-hole-punching-sample-not-working/m-p/816253#M5966</link>
    <description>&lt;A href="http://software.intel.com/en-us/articles/building-nat-friendly-applications/" target="_blank"&gt;http://software.intel.com/en-us/articles/building-nat-friendly-applications/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This page has two links to code that can be used to demonstrate NAT traversal. When I convert the client code toVisual Studio 2008 format, it gives some errors when I compile it.How do I fix there errors?&lt;BR /&gt;&lt;BR /&gt;Andthe client code is supposed to display a blank command prompt window when run, right?</description>
    <pubDate>Tue, 28 Sep 2010 04:54:16 GMT</pubDate>
    <dc:creator>shdusp</dc:creator>
    <dc:date>2010-09-28T04:54:16Z</dc:date>
    <item>
      <title>Nat hole punching sample not working</title>
      <link>https://community.intel.com/t5/Software-Archive/Nat-hole-punching-sample-not-working/m-p/816253#M5966</link>
      <description>&lt;A href="http://software.intel.com/en-us/articles/building-nat-friendly-applications/" target="_blank"&gt;http://software.intel.com/en-us/articles/building-nat-friendly-applications/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This page has two links to code that can be used to demonstrate NAT traversal. When I convert the client code toVisual Studio 2008 format, it gives some errors when I compile it.How do I fix there errors?&lt;BR /&gt;&lt;BR /&gt;Andthe client code is supposed to display a blank command prompt window when run, right?</description>
      <pubDate>Tue, 28 Sep 2010 04:54:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Nat-hole-punching-sample-not-working/m-p/816253#M5966</guid>
      <dc:creator>shdusp</dc:creator>
      <dc:date>2010-09-28T04:54:16Z</dc:date>
    </item>
    <item>
      <title>Nat hole punching sample not working</title>
      <link>https://community.intel.com/t5/Software-Archive/Nat-hole-punching-sample-not-working/m-p/816254#M5967</link>
      <description>&lt;P&gt;Visual Studio project conversions are never straight forward. &lt;BR /&gt;&lt;BR /&gt;What errors are you seeing? &lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2010 21:27:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Nat-hole-punching-sample-not-working/m-p/816254#M5967</guid>
      <dc:creator>Doraisamy_G_Intel</dc:creator>
      <dc:date>2010-10-01T21:27:11Z</dc:date>
    </item>
    <item>
      <title>Nat hole punching sample not working</title>
      <link>https://community.intel.com/t5/Software-Archive/Nat-hole-punching-sample-not-working/m-p/816255#M5968</link>
      <description>&lt;B&gt;Client:&lt;/B&gt;&lt;BR /&gt;Warning 1 warning C4996: 'CWinApp::Enable3dControls': CWinApp::Enable3dControls is no longer needed. You should remove this call. c:\users\owner\downloads\natclient\natclientdialog.cpp 56 NatClientDialog&lt;BR /&gt;Warning 2 warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. c:\users\owner\downloads\natclient\natclientdialogdlg.cpp 89 NatClientDialog&lt;BR /&gt;Warning 3 warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. c:\users\owner\downloads\natclient\natclientdialogdlg.cpp 94 NatClientDialog&lt;BR /&gt;Warning 4 warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. c:\users\owner\downloads\natclient\natclientdialogdlg.cpp 96 NatClientDialog&lt;BR /&gt;Error 5 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\users\owner\downloads\natclient\natclientdialogdlg.cpp 115 NatClientDialog&lt;BR /&gt;&lt;BR /&gt;(I also included the warnings, figuring that they couldn't hurt.)&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;Server:&lt;BR /&gt;&lt;/B&gt;Warning 1 warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. c:\users\owner\downloads\natserver\natserver\natserver.cpp 25 NATServer&lt;BR /&gt;Warning 2 warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. c:\users\owner\downloads\natserver\natserver\natserver.cpp 117 NATServer&lt;BR /&gt;Warning 3 warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. c:\users\owner\downloads\natserver\natserver\natserver.cpp 120 NATServer&lt;BR /&gt;Warning 4 warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. c:\users\owner\downloads\natserver\natserver\natserver.cpp 155 NATServer&lt;BR /&gt;Warning 5 warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. c:\users\owner\downloads\natserver\natserver\natserver.cpp 156 NATServer&lt;BR /&gt;&lt;BR /&gt;(The server compiled just fine. It opened a blank command prompt window, but I am assuming that it is supposed to do that. I posted the warnings just in case. But they don't seem like they should be causing any problems.)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 03 Oct 2010 01:25:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Nat-hole-punching-sample-not-working/m-p/816255#M5968</guid>
      <dc:creator>shdusp</dc:creator>
      <dc:date>2010-10-03T01:25:59Z</dc:date>
    </item>
  </channel>
</rss>

