<?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[problem beim ausfuehren einer debug exe auf fremden rechner]]></title><description><![CDATA[<p>hi,<br />
ich arbeite mit visual studio 2005 und will eine compilierte exe auf einem Fremdrechner ausfuehren!<br />
auf dem fremden rechner befindet sich visual studio 2003!<br />
habe mit der exe folgende dlls mit kopiert:</p>
<pre><code>msvcm80d.dll version: 8.0.50727.42 Microsoft C Runtime Library
msvcp80d.dll version: 8.0.50727.42 Microsoft C++ Runtime Library
msvcr80d.dll version: 8.0.50727.42 Microsoft C Runtime Library
msvcrt.dll version: 7.0.2600.2180 Microsoft NT CRT DLL
</code></pre>
<p>aber ich bekomme trotzdem solch einen error, hab die exe mit depends am fremden rechner geoeffnet:</p>
<pre><code>Error: The Side-by-Side configuration information in &quot;c:\MOTIONPROJECT.EXE&quot; contains errors. This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem (14001).
Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module.
</code></pre>
<p>jemand ne idee?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/171439/problem-beim-ausfuehren-einer-debug-exe-auf-fremden-rechner</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Jul 2026 03:28:15 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/171439.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 25 Jan 2007 13:36:41 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to problem beim ausfuehren einer debug exe auf fremden rechner on Thu, 25 Jan 2007 13:36:41 GMT]]></title><description><![CDATA[<p>hi,<br />
ich arbeite mit visual studio 2005 und will eine compilierte exe auf einem Fremdrechner ausfuehren!<br />
auf dem fremden rechner befindet sich visual studio 2003!<br />
habe mit der exe folgende dlls mit kopiert:</p>
<pre><code>msvcm80d.dll version: 8.0.50727.42 Microsoft C Runtime Library
msvcp80d.dll version: 8.0.50727.42 Microsoft C++ Runtime Library
msvcr80d.dll version: 8.0.50727.42 Microsoft C Runtime Library
msvcrt.dll version: 7.0.2600.2180 Microsoft NT CRT DLL
</code></pre>
<p>aber ich bekomme trotzdem solch einen error, hab die exe mit depends am fremden rechner geoeffnet:</p>
<pre><code>Error: The Side-by-Side configuration information in &quot;c:\MOTIONPROJECT.EXE&quot; contains errors. This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem (14001).
Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module.
</code></pre>
<p>jemand ne idee?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1216851</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1216851</guid><dc:creator><![CDATA[Waldi1]]></dc:creator><pubDate>Thu, 25 Jan 2007 13:36:41 GMT</pubDate></item><item><title><![CDATA[Reply to problem beim ausfuehren einer debug exe auf fremden rechner on Thu, 25 Jan 2007 13:44:37 GMT]]></title><description><![CDATA[<p>muss irgendwas mit diesem manifest file zu tun haben...<br />
meine Motion Project.exe.manifest:</p>
<pre><code>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;yes&quot;?&gt;
&lt;assembly xmlns=&quot;urn:schemas-microsoft-com:asm.v1&quot; manifestVersion=&quot;1.0&quot;&gt;
  &lt;dependency&gt;
    &lt;dependentAssembly&gt;
      &lt;assemblyIdentity type=&quot;win32&quot; name=&quot;Microsoft.VC80.DebugCRT&quot; version=&quot;8.0.50608.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;1fc8b3b9a1e18e3b&quot;&gt;&lt;/assemblyIdentity&gt;
    &lt;/dependentAssembly&gt;
  &lt;/dependency&gt;
&lt;/assembly&gt;
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1216859</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1216859</guid><dc:creator><![CDATA[Waldi1]]></dc:creator><pubDate>Thu, 25 Jan 2007 13:44:37 GMT</pubDate></item><item><title><![CDATA[Reply to problem beim ausfuehren einer debug exe auf fremden rechner on Thu, 25 Jan 2007 14:08:30 GMT]]></title><description><![CDATA[<p>Das sollte Dein Problem lösen <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/27a1.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--right_arrow"
      title=":arrow_right:"
      alt="➡"
    /> <a href="http://www.c-plusplus.net/forum/viewtopic-var-t-is-132301-and-highlight-is-%2A2005%2A.html" rel="nofollow">http://www.c-plusplus.net/forum/viewtopic-var-t-is-132301-and-highlight-is-*2005*.html</a></p>
<p>Wenn das Problem zutrifft, hat das nix mit 'Debug' oder 'Release' zu tun.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1216887</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1216887</guid><dc:creator><![CDATA[CodeFinder]]></dc:creator><pubDate>Thu, 25 Jan 2007 14:08:30 GMT</pubDate></item><item><title><![CDATA[Reply to problem beim ausfuehren einer debug exe auf fremden rechner on Thu, 25 Jan 2007 14:48:59 GMT]]></title><description><![CDATA[<p>Habe ne normale Konsolenanwendung:<br />
Use Multi-Byte Character Set<br />
Multi-threaded Debug DLL (/MDd)</p>
<p>Setup Project gemacht:<br />
und add Merge Module:<br />
Microsoft_VC80_DebugCRT_x86.msm and Microsoft_VC80_DebugMFC_x86.msm. unter debpendencies sind noch policy...debugcrt_x86 und<br />
policy...debugmfc_x86 dazu gekommen...<br />
wobei die mfc wahrscheinlich nicht notwendig ist! weil ich nur windows.h verwende!?</p>
<p>die versions nummern dieser zwei merge modules sind:<br />
8.0.50727.42</p>
<p>das passt doch nicht?</p>
<p>wenn ich die setup ausfuehre kommt:<br />
There is a problem with this windows installer package. a dll required for this install to complete could not be run. contact your support personal or package vendor.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1216935</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1216935</guid><dc:creator><![CDATA[Waldi1]]></dc:creator><pubDate>Thu, 25 Jan 2007 14:48:59 GMT</pubDate></item></channel></rss>