<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>Debenu Quick PDF Library - PDF SDK Community Forum : Drawimage wont work on some PC&#039;s</title>
  <link>http://www.quickpdf.org/forum/</link>
  <description><![CDATA[This is an XML content feed of; Debenu Quick PDF Library - PDF SDK Community Forum : I need help - I can help : Drawimage wont work on some PC&#039;s]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 19:44:15 +0000</pubDate>
  <lastBuildDate>Fri, 27 Apr 2007 02:14:25 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 11.01</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.quickpdf.org/forum/RSS_post_feed.asp?TID=715</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Debenu Quick PDF Library - PDF SDK Community Forum]]></title>
   <url>http://www.quickpdf.org/forum/forum_images/QPDF_Forum_Title.png</url>
   <link>http://www.quickpdf.org/forum/</link>
  </image>
  <item>
   <title><![CDATA[Drawimage wont work on some PC&#039;s : Hello,  My program creates a datasheet...]]></title>
   <link>http://www.quickpdf.org/forum/drawimage-wont-work-on-some-pcs_topic715_post3457.html#3457</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=290">cpri</a><br /><strong>Subject:</strong> 715<br /><strong>Posted:</strong> 27 Apr 07 at 2:14AM<br /><br />Hello,<br /><br />My program creates a datasheet (a pdf that is) on that datasheet there is a logo. <br />For now I pickup the logo from a file (c:\'test.bmp'). (The final code will load the image from the resource of the exe).<br /><br />I use the following code to show my picture<br /><br /><table width="99%"><tr><td><pre class="BBcode"><br />  bitMap.LoadFromResourceName(HInstance, name);<br />  bitmap.Transparent := True;<br />  bitmap.SaveTostream(bmpstream);<br />  r.left := x_gdu_0;<br />  r.right := trunc(bitmap.width * scale / dx);<br />  r.bottom := y_gdu_0;<br />  r.top := r.bottom - trunc(bitmap.height * scale / dy);<br />//  qp.AddImageFromStream(bmpstream, 0);<br />  qp.AddImageFromFile('c:\test.bmp',0);<br />  if qp.drawimage(r.left, r.top, r.right - r.left, r.Bottom - r.Top) = 0 then showmessage('error');<br /></pre></td></tr></table><br /><br />On my own PC (win XP) everything works fine and I have a logo in the upper left corner. When I use the same executable on a other machine I don't get any error's but there is no logo (perhaps it's invisible or something). <br /><br />How to solve this]]>
   </description>
   <pubDate>Fri, 27 Apr 2007 02:14:25 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/drawimage-wont-work-on-some-pcs_topic715_post3457.html#3457</guid>
  </item> 
 </channel>
</rss>