<?xml version="1.0" encoding="utf-8"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>DaniWeb IT Discussion Community</title>
		<link>http://www.daniweb.com/forums/</link>
		<description>Tech support, programming, web development, and internet marketing community. Forums to get free computer help and support.</description>
		<language>en-US</language>
		<lastBuildDate>Mon, 21 Dec 2009 10:34:25 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.daniweb.com/alphaimages/misc/rss.jpg</url>
			<title>DaniWeb IT Discussion Community</title>
			<link>http://www.daniweb.com/forums/</link>
		</image>
		<item>
			<title>Direct X error</title>
			<link>http://www.daniweb.com/forums/thread245688.html</link>
			<pubDate>Fri, 11 Dec 2009 21:27:57 GMT</pubDate>
			<description><![CDATA[Hello I have a sample program from a book, it's not working properly, when the function d3d10createdeviceandswapchain is called the error checking causes the program to fail, after adding a few lines of code I found that the error code isn't one of the constants that the function is supposed to...]]></description>
			<content:encoded><![CDATA[<div>Hello I have a sample program from a book, it's not working properly, when the function  <pre style="margin:20px; line-height:13px">d3d10createdeviceandswapchain</pre> is called the error checking causes the program to fail, after adding a few lines of code I found that the error code isn't one of the constants that the function is supposed to return, the code is -2147467263<br />
<br />
I couldn't find anything on the code, does anyone have a suggestion?<br />
<br />
Edit:  when I pass the method the D3D10_DRIVER_TYPE_REFERENCE it doesn't throw that error, but the entire program as well as Visual Studio stop responding and both require task manager shut down</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum8.html">C++</category>
			<dc:creator>sciwizeh</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread245688.html</guid>
		</item>
		<item>
			<title><![CDATA[Running BlueJ source in Eclipst doesn't work properly.]]></title>
			<link>http://www.daniweb.com/forums/thread242475.html</link>
			<pubDate>Mon, 30 Nov 2009 15:53:45 GMT</pubDate>
			<description><![CDATA[Hello all, 
  I have the bluej source code in eclipse, and it compiles fine, but when I try to run it BlueJ starts fine, and then pops up an error window that says that bluej couldn't create a VM.  
 
  My installed BlueJ has never given me this error before, so it isn't the computer. But, when I...]]></description>
			<content:encoded><![CDATA[<div>Hello all,<br />
  I have the bluej source code in eclipse, and it compiles fine, but when I try to run it BlueJ starts fine, and then pops up an error window that says that bluej couldn't create a VM. <br />
<br />
  My installed BlueJ has never given me this error before, so it isn't the computer. But, when I try to run the source through the command line BlueJ freezes at the splash screen, I think I'm missing something about that.<br />
<br />
here's a picture of the error message <a rel="nofollow" class="t" href="http://matrixpeckham.googlepages.com/bluejineclipseproblem.jpg" target="_blank">http://matrixpeckham.googlepages.com...pseproblem.jpg</a><br />
<br />
could this be eclipse preventing the VM from being created? How can I fix it?<br />
<br />
Edit: I forgot to mention that I tried turning off my firewall, and it didn't do anything to help.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum9.html">Java</category>
			<dc:creator>sciwizeh</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread242475.html</guid>
		</item>
		<item>
			<title>Making an extendable program?</title>
			<link>http://www.daniweb.com/forums/thread241122.html</link>
			<pubDate>Tue, 24 Nov 2009 23:27:01 GMT</pubDate>
			<description><![CDATA[Hello all, 
  As you may know by now, from my previous posts recently, I am working on a Paint application.  My question, then, surprisingly does not involve Graphics or Swing. 
   
  So my question is this:  I would like to be able to have a directory such as "APP_HOME\tools" or something similar,...]]></description>
			<content:encoded><![CDATA[<div>Hello all,<br />
  As you may know by now, from my previous posts recently, I am working on a Paint application.  My question, then, surprisingly does not involve Graphics or Swing.<br />
  <br />
  So my question is this:  I would like to be able to have a directory such as &quot;APP_HOME\tools&quot; or something similar, and I would like to have in it some .class files, that the program doesn't necessarily know anything about, perhaps except a known implemented interface, that will be loaded on start of application.<br />
<br />
  Can anyone give me a suggestion? Perhaps an overview of how a program like NetBeans or BlueJ handles plugins? Any information would be welcome.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum9.html">Java</category>
			<dc:creator>sciwizeh</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread241122.html</guid>
		</item>
		<item>
			<title>Graphics.drawImage() non-transparent image transparently</title>
			<link>http://www.daniweb.com/forums/thread240499.html</link>
			<pubDate>Sun, 22 Nov 2009 20:34:38 GMT</pubDate>
			<description><![CDATA[Hello all, 
  I have a new problem with my Paint app, I have a TYPE_INT_RGB buffered image, and I'm drawing a "preview" of it, but I want to be able to see through the "preview."  Is there a way to make it appear transparent without modifying the actual image?]]></description>
			<content:encoded><![CDATA[<div>Hello all,<br />
  I have a new problem with my Paint app, I have a TYPE_INT_RGB buffered image, and I'm drawing a &quot;preview&quot; of it, but I want to be able to see through the &quot;preview.&quot;  Is there a way to make it appear transparent without modifying the actual image?</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum9.html">Java</category>
			<dc:creator>sciwizeh</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread240499.html</guid>
		</item>
		<item>
			<title><![CDATA[JList doesn't pass events to sub component]]></title>
			<link>http://www.daniweb.com/forums/thread239224.html</link>
			<pubDate>Tue, 17 Nov 2009 15:59:25 GMT</pubDate>
			<description><![CDATA[Hello All, it's been a while since I've had a question for you all. 
I'm trying to write a paint app, I've done so before, but this time I decided to add Layers, and I wanted a JList of the layers, I wrote a cell renderer, that not only renders the names of the layer, but a small scale image of the...]]></description>
			<content:encoded><![CDATA[<div>Hello All, it's been a while since I've had a question for you all.<br />
I'm trying to write a paint app, I've done so before, but this time I decided to add Layers, and I wanted a JList of the layers, I wrote a cell renderer, that not only renders the names of the layer, but a small scale image of the layer, but I also have two checkboxes on the component that gets returned, and the checkboxes don't change when clicked, is there a simple way to make the list pass events down to other components?</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum9.html">Java</category>
			<dc:creator>sciwizeh</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread239224.html</guid>
		</item>
	</channel>
</rss>
