Search found 3 matches

by tiagog
Thu May 08 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: SetPixel () problem part II (Visual C++), simple example
Replies: 2
Views: 6682

Ok, sorry for creating two threads... I now tested the same example using PDF Converter 2.10, but the I get the same problem. The files generated in Windows 95/98 are just blank, but fine in Windows 2000. If I change the code to draw lines insted pixels all works fine... Very strange, I really need ...
by tiagog
Wed May 07 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: SetPixel () problem part II (Visual C++), simple example
Replies: 2
Views: 6682

SetPixel () problem part II (Visual C++), simple example

Hi, just to complement my previous message (posted yesterday in this forum) I made a simple console application that reproduces the problem that I mentionded. It works fine on Windows NT/2000/XP, but generates a blank PDF in Windows 95/98 (using driver version 2.07). This is the code: // pdftest.cpp...
by tiagog
Tue May 06 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: SetPixel (), BitBlt () problems with windows 9x
Replies: 0
Views: 5206

SetPixel (), BitBlt () problems with windows 9x

Hi, I'm using a developer PDF converter license to create PDFs from DWG files from a visual c++ application, using the COM interface (CDINTF.DLL). What I'm doing is initializing the driver (DriverInit ()) and getting a DC from it (CreateDC ()). Then I create a memory only DC and render my drawing on...