-
The bug fix is correct - it removes the masking (my mistake).
2008-03-19 13:14:24 UTC by nhathaway
-
The first item classified as a bug fix is slightly strange. It is masking a member variable with a local variable. I don't think this is correct.
I've had a look at the wxWidgets 2.8.7 version and it may be possible to simplify the wxGhostscript class by using (or deriving from) wxBitmap. This seems to be able to create the correct platform bitmap as used by the graphics display system, and...
2008-03-19 12:36:44 UTC by nhathaway
-
File Added: wxghostscript.tar.bz2.
2008-03-19 11:28:36 UTC by nhathaway
-
Hello,
I found your library, and it looked very useful for my project.
I'm writing a new version of our viewer for Postscript files
-- see: http://www.sourceforge.net/psview/ . I introduced some
fixes and modification to your library -- attached you will find
updated files.
The modifications fall into three classes.
=== === === === === === === === === === === === === === === === ===...
2008-03-12 17:12:58 UTC by nhathaway
-
The whole project needs reviewing and updating to the latest version of wxWidgets and Ghostscript.
I don't have time for that at present, so if there are any volunteers...
2007-08-11 15:42:56 UTC by nhathaway
-
Yes, after fixing those tiny things (mainly adding three semicolons and GPL Ghostscript), wxGhostscript worked perfectly with my app. I can draw PostScript graphics in a window and can even interact with it using the mouse (by translating the screen coordinates to PS coordinates according to the CTM and then sending some PostScript commands to stdin).
I did not try to compile the IDE. I'm...
2007-06-30 16:10:38 UTC by zupftom
-
You're probably build against a newer version of wxWindows. I haven't done anything on this project for quite a while, and needs bringing up to date. The missing semi-colons are almost certainly from parts of the code the have never been compiler or run.
Did you get it all to work?.
2007-06-11 10:52:26 UTC by nhathaway
-
Hi,
first of all, thanks for this useful wrapper that makes working with Ghostscript that easy. I tried out wxGhostscript with wxDev-C++ on WinXP, both with the MinGW and Visual C++ compilers, and as far as I can see it works perfectly with that setup. Strangely I had to fix some missing semicolons in lines 1310, 1336 and 1381 of ghostscript.cpp. From browsing the CVS it looks to me they...
2007-05-19 21:06:12 UTC by zupftom
-
Have you tried looking at the source code for GsView?.
2006-10-30 12:17:19 UTC by nhathaway
-
I tried different ways to get the page count from the pdf file directly, but its not reliably. I looked in the PDF spec how to get it but i was not succesful.
2006-10-30 09:45:30 UTC by yaseeen