<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[wolfSSL - Embedded SSL Library — [SOLVED] C# Wrapper useDTLSv1_2_client: Unable to find entry point]]></title>
		<link>https://www.wolfssl.com/forums/topic992-solved-c-wrapper-usedtlsv12client-unable-to-find-entry-point.html</link>
		<atom:link href="https://www.wolfssl.com/forums/feed-rss-topic992.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in [SOLVED] C# Wrapper useDTLSv1_2_client: Unable to find entry point.]]></description>
		<lastBuildDate>Thu, 04 May 2017 16:23:00 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] C# Wrapper useDTLSv1_2_client: Unable to find entry point]]></title>
			<link>https://www.wolfssl.com/forums/post3242.html#p3242</link>
			<description><![CDATA[<p>Great, glad to hear, thanks for letting me know!</p>]]></description>
			<author><![CDATA[null@example.com (chrisc)]]></author>
			<pubDate>Thu, 04 May 2017 16:23:00 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post3242.html#p3242</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] C# Wrapper useDTLSv1_2_client: Unable to find entry point]]></title>
			<link>https://www.wolfssl.com/forums/post3238.html#p3238</link>
			<description><![CDATA[<p>Thanks for the response Chris,</p><p>I was unable to make it work with setting the preprocessor within the project. I had to go into &lt;user_settings.h&gt; and set the flag.<br />Everything worked after that. Thanks!</p><p>-d</p>]]></description>
			<author><![CDATA[null@example.com (d.argyle)]]></author>
			<pubDate>Wed, 03 May 2017 21:16:45 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post3238.html#p3238</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] C# Wrapper useDTLSv1_2_client: Unable to find entry point]]></title>
			<link>https://www.wolfssl.com/forums/post3233.html#p3233</link>
			<description><![CDATA[<p>Hi,</p><p>When you are compiling wolfSSL and the C# wrapper, have you defined WOLFSSL_DTLS? This will enable DTLS functionality. You should be able to add this either to your list of preprocessor defines in the project properties, or in the &lt;user_settings.h&gt; file found in the &lt;wolfssl_root&gt;/IDE/WIN directory.</p><p>Best Regards,<br />Chris</p>]]></description>
			<author><![CDATA[null@example.com (chrisc)]]></author>
			<pubDate>Wed, 03 May 2017 17:15:08 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post3233.html#p3233</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] C# Wrapper useDTLSv1_2_client: Unable to find entry point]]></title>
			<link>https://www.wolfssl.com/forums/post3230.html#p3230</link>
			<description><![CDATA[<p>Hey,</p><p>I am trying to write a client on the C# side but I run into this issue:<br />{&quot;Unable to find an entry point named &#039;wolfDTLSv1_2_client_method&#039; in DLL &#039;wolfssl.dll&#039;.&quot;:&quot;&quot;}<br />This happens when I am initializing the context.<br /></p><div class="codebox"><pre><code> 
wolfssl.SetLogging(sslLogger);
wolfssl.Init();

mContext = wolfssl.CTX_dtls_new(wolfssl.useDTLSv1_2_client());
// ERROR HERE
if (mContext == IntPtr.Zero)
{
  Debug.Print(&quot;Error creating wolf ssl context structure&quot;);
  wolfssl.CTX_free(mContext);
  return false;
}</code></pre></div><p>Can someone point me in the right direction? I have run out of ideas.</p><p>Thanks!</p>]]></description>
			<author><![CDATA[null@example.com (d.argyle)]]></author>
			<pubDate>Tue, 02 May 2017 22:40:21 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post3230.html#p3230</guid>
		</item>
	</channel>
</rss>
