<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Kommentare zu: DiskImagery64</title>
	<atom:link href="http://lallafa.de/blog/diskimagery64/feed/" rel="self" type="application/rss+xml" />
	<link>http://lallafa.de/blog</link>
	<description>Personal Musings about the Commodore64, Macs and my other Hobby Projects</description>
	<lastBuildDate>Sat, 05 May 2012 17:30:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: passatuner</title>
		<link>http://lallafa.de/blog/diskimagery64/comment-page-1/#comment-9365</link>
		<dc:creator>passatuner</dc:creator>
		<pubDate>Thu, 15 Mar 2012 15:45:24 +0000</pubDate>
		<guid isPermaLink="false">http://lallafa.de/blog/??page_id=15#comment-9365</guid>
		<description>Moin Moin!

Funktioniert bei mit unter OSX Lion leider nicht. Ich kann im DateiauswahlmenÃ¼ nichts auswÃ¤hlen um ein Image zuspeichern.

Doesn&#039;t work under OSX Lion. Cannot not enter anything in the filerequester when i want to save it 

:(</description>
		<content:encoded><![CDATA[<p>Moin Moin!</p>
<p>Funktioniert bei mit unter OSX Lion leider nicht. Ich kann im DateiauswahlmenÃ¼ nichts auswÃ¤hlen um ein Image zuspeichern.</p>
<p>Doesn&#8217;t work under OSX Lion. Cannot not enter anything in the filerequester when i want to save it </p>
<p> <img src='http://lallafa.de/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Someone</title>
		<link>http://lallafa.de/blog/diskimagery64/comment-page-1/#comment-9033</link>
		<dc:creator>Someone</dc:creator>
		<pubDate>Fri, 14 Jan 2011 07:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://lallafa.de/blog/??page_id=15#comment-9033</guid>
		<description>IanC, change net/netservice.h from &quot;class NetService : protected QThread&quot; to &quot;class NetService : public QThread&quot;
change net/warpcopydisk.h from &quot;class WarpCopyDisk : protected QThread&quot; to &quot;class WarpCopyDisk : public QThread&quot;

then it will build.</description>
		<content:encoded><![CDATA[<p>IanC, change net/netservice.h from &#8220;class NetService : protected QThread&#8221; to &#8220;class NetService : public QThread&#8221;<br />
change net/warpcopydisk.h from &#8220;class WarpCopyDisk : protected QThread&#8221; to &#8220;class WarpCopyDisk : public QThread&#8221;</p>
<p>then it will build.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IanC</title>
		<link>http://lallafa.de/blog/diskimagery64/comment-page-1/#comment-9007</link>
		<dc:creator>IanC</dc:creator>
		<pubDate>Wed, 08 Dec 2010 16:46:10 +0000</pubDate>
		<guid isPermaLink="false">http://lallafa.de/blog/??page_id=15#comment-9007</guid>
		<description>I&#039;m attempting to build on Ubuntu 10.10 (x86-64 arch) and am getting:

warpcopydisk.cpp: In member function â€˜virtual void WarpCopyDisk::run()â€™:
warpcopydisk.cpp:108: error: â€˜QObjectâ€™ is an inaccessible base of â€˜WarpCopyServiceâ€™
warpcopydisk.cpp:110: error: â€˜QObjectâ€™ is an inaccessible base of â€˜WarpCopyServiceâ€™
warpcopydisk.cpp:112: error: â€˜QObjectâ€™ is an inaccessible base of â€˜WarpCopyServiceâ€™
warpcopydisk.cpp:114: error: â€˜QObjectâ€™ is an inaccessible base of â€˜WarpCopyServiceâ€™
warpcopydisk.cpp:126: error: â€˜QObjectâ€™ is an inaccessible base of â€˜WarpCopyServiceâ€™
warpcopydisk.cpp:128: error: â€˜QObjectâ€™ is an inaccessible base of â€˜WarpCopyServiceâ€™
warpcopydisk.cpp:130: error: â€˜QObjectâ€™ is an inaccessible base of â€˜WarpCopyServiceâ€™
warpcopydisk.cpp:132: error: â€˜QObjectâ€™ is an inaccessible base of â€˜WarpCopyServiceâ€™
make[1]: *** [../BUILD/warpcopydisk.o] Error 1
make[1]: Leaving directory `/home/ian/c64/utilities/DiskImagery64-0.7/net&#039;
make: *** [sub-net-make_default] Error 2

Anyone have any ideas?</description>
		<content:encoded><![CDATA[<p>I&#8217;m attempting to build on Ubuntu 10.10 (x86-64 arch) and am getting:</p>
<p>warpcopydisk.cpp: In member function â€˜virtual void WarpCopyDisk::run()â€™:<br />
warpcopydisk.cpp:108: error: â€˜QObjectâ€™ is an inaccessible base of â€˜WarpCopyServiceâ€™<br />
warpcopydisk.cpp:110: error: â€˜QObjectâ€™ is an inaccessible base of â€˜WarpCopyServiceâ€™<br />
warpcopydisk.cpp:112: error: â€˜QObjectâ€™ is an inaccessible base of â€˜WarpCopyServiceâ€™<br />
warpcopydisk.cpp:114: error: â€˜QObjectâ€™ is an inaccessible base of â€˜WarpCopyServiceâ€™<br />
warpcopydisk.cpp:126: error: â€˜QObjectâ€™ is an inaccessible base of â€˜WarpCopyServiceâ€™<br />
warpcopydisk.cpp:128: error: â€˜QObjectâ€™ is an inaccessible base of â€˜WarpCopyServiceâ€™<br />
warpcopydisk.cpp:130: error: â€˜QObjectâ€™ is an inaccessible base of â€˜WarpCopyServiceâ€™<br />
warpcopydisk.cpp:132: error: â€˜QObjectâ€™ is an inaccessible base of â€˜WarpCopyServiceâ€™<br />
make[1]: *** [../BUILD/warpcopydisk.o] Error 1<br />
make[1]: Leaving directory `/home/ian/c64/utilities/DiskImagery64-0.7/net&#8217;<br />
make: *** [sub-net-make_default] Error 2</p>
<p>Anyone have any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fennyariel</title>
		<link>http://lallafa.de/blog/diskimagery64/comment-page-1/#comment-8845</link>
		<dc:creator>Fennyariel</dc:creator>
		<pubDate>Sat, 16 Jan 2010 12:05:32 +0000</pubDate>
		<guid isPermaLink="false">http://lallafa.de/blog/??page_id=15#comment-8845</guid>
		<description>I have a question instead of a comment. Could you please tell me if with this sofware could I make a blank disk immage that I could save BASIC programs I&#039;ve written to?</description>
		<content:encoded><![CDATA[<p>I have a question instead of a comment. Could you please tell me if with this sofware could I make a blank disk immage that I could save BASIC programs I&#8217;ve written to?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max</title>
		<link>http://lallafa.de/blog/diskimagery64/comment-page-1/#comment-8835</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Tue, 29 Dec 2009 20:55:18 +0000</pubDate>
		<guid isPermaLink="false">http://lallafa.de/blog/??page_id=15#comment-8835</guid>
		<description>Seems that launching a program from a D64 image in DiskImagery does not work :
http://dl.dropbox.com/u/1082970/DiskImagery64Capture001.jpg
The problem is the same with Vice or Power64
It works in the windows version.
Any idea ?
Thanks</description>
		<content:encoded><![CDATA[<p>Seems that launching a program from a D64 image in DiskImagery does not work :<br />
<a href="http://dl.dropbox.com/u/1082970/DiskImagery64Capture001.jpg" rel="nofollow">http://dl.dropbox.com/u/1082970/DiskImagery64Capture001.jpg</a><br />
The problem is the same with Vice or Power64<br />
It works in the windows version.<br />
Any idea ?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DeeKay</title>
		<link>http://lallafa.de/blog/diskimagery64/comment-page-1/#comment-6054</link>
		<dc:creator>DeeKay</dc:creator>
		<pubDate>Sat, 08 Nov 2008 13:29:25 +0000</pubDate>
		<guid isPermaLink="false">http://lallafa.de/blog/??page_id=15#comment-6054</guid>
		<description>Okay, Unshifted CBM font geht jetzt! Ich musste es in der Schriftensammlung einmal deaktiveren und wieder aktivieren dann klappte es!</description>
		<content:encoded><![CDATA[<p>Okay, Unshifted CBM font geht jetzt! Ich musste es in der Schriftensammlung einmal deaktiveren und wieder aktivieren dann klappte es!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DeeKay</title>
		<link>http://lallafa.de/blog/diskimagery64/comment-page-1/#comment-6053</link>
		<dc:creator>DeeKay</dc:creator>
		<pubDate>Sat, 08 Nov 2008 13:24:34 +0000</pubDate>
		<guid isPermaLink="false">http://lallafa.de/blog/??page_id=15#comment-6053</guid>
		<description></description>
		<content:encoded><![CDATA[<p>Hey Lallafa! Diskimagery64 scheint ein geiles Tool zu sein, insbesondere da Warpcopy jetzt integriert ist, darauf hab ich am Mac ja schon lange gewartet, mein 1541u bzw. MMC-Replay wartet schon gierig auf Testläufe! <img src='http://lallafa.de/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
Irgendwo sind allerdings noch bugs, wenn ich ein .d64 aus einzelnen Files zusammenstelle funktioniert das am c64 nicht. Könnte das evtl. ein Endian-Problem sein? Ich hab nur PPC hier, nix Intel für mich&#8230;<br />
Ich hab mir mal ein von diskimagery64 erstelltes .d64 angesehen, es sieht so aus als würde bei zusammenkopierten Einzeldateien jeweils der letzte Block fehlen&#8230;</p>
<p>Ach ja: Gibt&#8217;s irgend ne Möglichkeit, Einzeldateien aus nem .d64 rauszukriegen? Also nicht in andere .d64s, sondern direkt als .prg (bzw. welche Punkt-Dateiendung das c64-file auch immer hat! <img src='http://lallafa.de/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  ins MacOS Dateisystem? Das wäre für so ein Programm eigentlich ne essentielle funktion, denn andersrum geht&#8217;s ja auch (Dateien in .d64 reinziehen)! <img src='http://lallafa.de/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Ach ja: der unshifted font scheint nicht zu gehen, aber evtl. funzt das erst nach nem Reboot des Systems&#8230; Komisch, dass der shifted font allerdings wunderbar zu funzen scheint &#8211; ohne Reboot!</p>
<p>P.S: Das ehrt mich, dass du mein Directory für den Screenshot genommen hast! ;-D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zed Yago</title>
		<link>http://lallafa.de/blog/diskimagery64/comment-page-1/#comment-5402</link>
		<dc:creator>Zed Yago</dc:creator>
		<pubDate>Wed, 29 Oct 2008 11:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://lallafa.de/blog/??page_id=15#comment-5402</guid>
		<description></description>
		<content:encoded><![CDATA[<p>Unter Linux sind bei diskimagery 0.7 die einträge fürs Screiben unter Warpcopy im Menü ausgegraut.</p>
<p>NetDrive funktioniert auch nicht, weder load&#8221;$&#8221;,6 noch dateien, die daten kommen offensichtlich verstümmelt am c64 an</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nihil</title>
		<link>http://lallafa.de/blog/diskimagery64/comment-page-1/#comment-3799</link>
		<dc:creator>Nihil</dc:creator>
		<pubDate>Thu, 28 Aug 2008 17:41:03 +0000</pubDate>
		<guid isPermaLink="false">http://lallafa.de/blog/??page_id=15#comment-3799</guid>
		<description></description>
		<content:encoded><![CDATA[<p>Wird es eine neue Version geben oder ist das Projekt beendet? Wäre sehr schade&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: biguser</title>
		<link>http://lallafa.de/blog/diskimagery64/comment-page-1/#comment-3350</link>
		<dc:creator>biguser</dc:creator>
		<pubDate>Tue, 05 Aug 2008 21:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://lallafa.de/blog/??page_id=15#comment-3350</guid>
		<description>Great Tool !!!

I miss only a file import and export function.</description>
		<content:encoded><![CDATA[<p>Great Tool !!!</p>
<p>I miss only a file import and export function.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

