Re: gswin32 with fax support
"Nick" <[email protected]> Wed, 6 Jun 2018 15:47:55 -0700
| Newsgroups | gmane.comp.printing.ghostscript.devel |
|---|---|
| Message-ID | <[email protected]> |
Thanks for the tip. I was able to get this to work. I installed Visual C++ 2008 Express and ghostscript built just fine and it runs on XP. Getting the device I needed (dfaxhigh) in there was simple enough -- I just added it to psi\msvc.mak as per the instructions. Thanks again, Nick -----Original Message----- From: Ken Sharp <[email protected]> Sent: Wednesday, June 6, 2018 12:43 AM To: Nick <[email protected]> Cc: [email protected] Subject: RE: [gs-devel] gswin32 with fax support At 14:47 05/06/2018 -0700, Nick wrote: >You're right, Ken. I was able to build it without much trouble. But I >still have one problem. I need to build a version for XP/Windows >Server 2003. If Ghostscript was a C++ project I could do this by >setting the "Platform Toolset" (as seen here >https://blogs.msdn.microsoft.com/vcblog/2012/10/08/windows-xp-targeting >-with -c-in-visual-studio-2012/ ). But Ghostscript is apparently an >nmake project and the "Platform Toolset" option is nowhere to be found. >So I'm at a loss for how to build it for Windows XP. You need to use Visual Studio 2008 or earlier I believe, its the reason why our Visual Studio solution is still set up as a VS 2005 project. There may be a way to do it in newer versions of Visual Studio, but if there is, I have no clue how to go about it. Ken