<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[VB DLL in C++ umschreiben]]></title><description><![CDATA[<p>Hallo,</p>
<p>Ich habe in bis jetzt erst VB gelernt - und arbeite ganz gut damit (kann mich nicht beschweren).</p>
<p>Ich habe nun eine DLL in VB gecodet aber diese muss in C++ geschrieben werden, da ich sie sonst nicht in den InstallShield einbinden kann.</p>
<p>Vl. kann mir jemand einen kleinen Gefallen tun und die 20 Zeilen umschreiben?</p>
<p>Das wäre ne riesen Hilfe.</p>
<p>Danke im vorhinein.</p>
<p>Gruß</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/133647/vb-dll-in-c-umschreiben</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Jul 2026 19:37:45 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/133647.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 19 Jan 2006 14:48:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to VB DLL in C++ umschreiben on Thu, 19 Jan 2006 14:48:22 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>Ich habe in bis jetzt erst VB gelernt - und arbeite ganz gut damit (kann mich nicht beschweren).</p>
<p>Ich habe nun eine DLL in VB gecodet aber diese muss in C++ geschrieben werden, da ich sie sonst nicht in den InstallShield einbinden kann.</p>
<p>Vl. kann mir jemand einen kleinen Gefallen tun und die 20 Zeilen umschreiben?</p>
<p>Das wäre ne riesen Hilfe.</p>
<p>Danke im vorhinein.</p>
<p>Gruß</p>
]]></description><link>https://www.c-plusplus.net/forum/post/970629</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/970629</guid><dc:creator><![CDATA[onnext]]></dc:creator><pubDate>Thu, 19 Jan 2006 14:48:22 GMT</pubDate></item><item><title><![CDATA[Reply to VB DLL in C++ umschreiben on Thu, 19 Jan 2006 15:08:24 GMT]]></title><description><![CDATA[<p>onnext schrieb:</p>
<blockquote>
<p>...<br />
Ich habe nun eine DLL in VB gecodet aber diese muss in C++ geschrieben werden, da ich sie sonst nicht in den InstallShield einbinden kann.<br />
...</p>
</blockquote>
<p>Und wo liegt das Problem, denn das man VB-Komponenten genauso wie andere<br />
COM-Komponenten einbinden kann ist ja wohl klar. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f644.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_rolling_eyes"
      title=":rolling_eyes:"
      alt="🙄"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/970644</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/970644</guid><dc:creator><![CDATA[AberHallo]]></dc:creator><pubDate>Thu, 19 Jan 2006 15:08:24 GMT</pubDate></item><item><title><![CDATA[Reply to VB DLL in C++ umschreiben on Thu, 19 Jan 2006 15:11:00 GMT]]></title><description><![CDATA[<p>Genau das ist mein Problem ; )</p>
<blockquote>
<p>...<br />
I noticed many people are confused with the concept of dll. VC++<br />
dlls are a completely different animal than VB dlls and as such are used<br />
completely differently. (VB dlls are COM objects that do not contain the<br />
header info and entry points that VC++ dlls do)...</p>
</blockquote>
<p>Also nochmal ohne viel aufwand: kann mir dabei jemand behilflich sein??</p>
<p>Wäre sehr nett.</p>
<p>Danke</p>
]]></description><link>https://www.c-plusplus.net/forum/post/970647</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/970647</guid><dc:creator><![CDATA[onnext]]></dc:creator><pubDate>Thu, 19 Jan 2006 15:11:00 GMT</pubDate></item><item><title><![CDATA[Reply to VB DLL in C++ umschreiben on Fri, 20 Jan 2006 09:37:04 GMT]]></title><description><![CDATA[<p>Zeig mal her, was die VB-DLL macht. Der Aufwand kann zwischen einer halben Stunde und mehreren Wochen schwanken.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/971130</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/971130</guid><dc:creator><![CDATA[Ringding]]></dc:creator><pubDate>Fri, 20 Jan 2006 09:37:04 GMT</pubDate></item><item><title><![CDATA[Reply to VB DLL in C++ umschreiben on Fri, 20 Jan 2006 09:38:53 GMT]]></title><description><![CDATA[<p>Ist das eine Standard-DLL? Weil die kriegst du ohne Probleme im InstallShield rein. Bei ActiveX-DLL sieht es da düsterer aus.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/971131</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/971131</guid><dc:creator><![CDATA[Pellaeon]]></dc:creator><pubDate>Fri, 20 Jan 2006 09:38:53 GMT</pubDate></item><item><title><![CDATA[Reply to VB DLL in C++ umschreiben on Fri, 20 Jan 2006 12:11:21 GMT]]></title><description><![CDATA[<pre><code>Dim quer(1) As String
        Dim asci As Integer
        Dim mitte As String
        Dim i As Byte

        asci = 0

        quer(0) = &quot;&quot;
        quer(1) = &quot;&quot;

        If TextBox3.Text = &quot;&quot; Or TextBox4.Text = &quot;&quot; Or IsNumeric(TextBox4.Text) = True Then
            MsgBox(&quot;eingaben fehlen&quot;)
            Exit Sub
        End If

        asci = Asc(TextBox4.Text)

        If Len(TextBox3.Text) &lt; 21 Then
            MsgBox(&quot;Falsch&quot;)
            Exit Sub
        End If

        For i = 1 To 21
            quer(0) = Mid(TextBox3.Text, i, 1)
            quer(1) = Val(quer(1)) + Val(quer(0))
        Next i

        If Val(quer(1)) Mod asci = 13 Then
            MsgBox(&quot;Richtig&quot;)
        Else
            MsgBox(&quot;Falsch&quot;)
        End If
</code></pre>
<p>Wäre der VB Code</p>
<p><a class="plugin-mentions-user plugin-mentions-a" href="https://www.c-plusplus.net/forum/uid/9676">@Pellaeon</a> kennst du dich min InstallShield eventuell aus?</p>
<p>Gruß</p>
]]></description><link>https://www.c-plusplus.net/forum/post/971273</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/971273</guid><dc:creator><![CDATA[onnext]]></dc:creator><pubDate>Fri, 20 Jan 2006 12:11:21 GMT</pubDate></item><item><title><![CDATA[Reply to VB DLL in C++ umschreiben on Fri, 20 Jan 2006 15:58:06 GMT]]></title><description><![CDATA[<p>Das wäre z.B. ziemlich einfach zu machen, man muss nur noch wissen, wie InstallShield das haben will...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/971521</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/971521</guid><dc:creator><![CDATA[Ringding]]></dc:creator><pubDate>Fri, 20 Jan 2006 15:58:06 GMT</pubDate></item><item><title><![CDATA[Reply to VB DLL in C++ umschreiben on Fri, 20 Jan 2006 23:00:56 GMT]]></title><description><![CDATA[<p>Dieser Thread wurde von Moderator/in <a href="http://www.c-plusplus.net/forum/profile.php?mode=viewprofile&amp;u=2" rel="nofollow">Marc++us</a> aus dem Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=15" rel="nofollow">C++</a> in das Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=4" rel="nofollow">WinAPI</a> verschoben.</p>
<p>Im Zweifelsfall bitte auch folgende Hinweise beachten:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic.php?t=39405" rel="nofollow">C/C++ Forum :: FAQ - Sonstiges :: Wohin mit meiner Frage?</a></p>
<p><em>Dieses Posting wurde automatisch erzeugt.</em></p>
]]></description><link>https://www.c-plusplus.net/forum/post/971808</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/971808</guid><dc:creator><![CDATA[C++ Forumbot]]></dc:creator><pubDate>Fri, 20 Jan 2006 23:00:56 GMT</pubDate></item></channel></rss>