<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[GMan's Mods & Stuff — Problem with helloWorld sample on windows 7 x64...]]></title>
	<link rel="self" href="https://gprogs.com/extern.php?action=feed&amp;tid=400&amp;type=atom" />
	<updated>2010-01-30T14:38:43Z</updated>
	<generator>PunBB</generator>
	<id>https://gprogs.com/viewtopic.php?id=400</id>
		<entry>
			<title type="html"><![CDATA[Re: Problem with helloWorld sample on windows 7 x64...]]></title>
			<link rel="alternate" href="https://gprogs.com/viewtopic.php?pid=1528#p1528" />
			<content type="html"><![CDATA[<p>greetings.&nbsp; my apologies on the delayed response.&nbsp; unfortunately i dont have a windows 7 machine to try this out on.&nbsp; i was able to get ahold of a friends machine and at least try RetroTank3D on it.&nbsp; i was able to get it working with the DLLs in the system32 folder.&nbsp; the only thing i can think is either some kind of user rights or the system32 path is not in your environment path variables.&nbsp; something you can try, create a BAT file in your root blitzmax install and put this in the contents:<br /></p><div class="codebox"><pre><code>@setlocal
@set path=%path%;%CD%\bin;c:\windows\system32;
maxide.exe
@endlocal</code></pre></div><p>that should temporarily update the path environment variable to include the system32 folder.&nbsp; be sure to update windows\system32 if that is not the correct path on your machine.&nbsp; then start BMAX using the BAT instead.&nbsp; if all else fails, put a copy of the DLLs in the directory where the EXE is being built.</p><p>hope this helps <img src="https://gprogs.com/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></content>
			<author>
				<name><![CDATA[gman]]></name>
				<uri>https://gprogs.com/profile.php?id=2</uri>
			</author>
			<updated>2010-01-30T14:38:43Z</updated>
			<id>https://gprogs.com/viewtopic.php?pid=1528#p1528</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Problem with helloWorld sample on windows 7 x64...]]></title>
			<link rel="alternate" href="https://gprogs.com/viewtopic.php?pid=1527#p1527" />
			<content type="html"><![CDATA[<p>I&#039;m running blitzmax 1.37 and the 1.6 irrlicht mod. I get:</p><p>&quot;---------------------------<br />01.helloworld.debug.exe - System Error<br />---------------------------<br />The program can&#039;t start because Irrlicht.dll is missing from your computer. Try reinstalling the program to fix this problem. <br />---------------------------<br />OK&nbsp; &nbsp;<br />---------------------------<br />&quot;<br />I copied the irrlicht.dll and D3DX8ab.dll files into windows/system32 directory like the instructions say to do.</p><p>Is there something I&#039;m missing.</p><p>Thanks,<br />maharg</p>]]></content>
			<author>
				<name><![CDATA[maharg]]></name>
				<uri>https://gprogs.com/profile.php?id=225</uri>
			</author>
			<updated>2010-01-22T23:11:16Z</updated>
			<id>https://gprogs.com/viewtopic.php?pid=1527#p1527</id>
		</entry>
</feed>
