SharpAffair
SharpAffair

Reputation: 5478

Will 32-bit version of GhostScript work on 64-bit systems?

I'm going to redistribute gsdll32.dll, main library of GhostScript. There are two versions available for download, 32 and 64 bit. Will the first one work on 64-bit systems, or I need package two versions separately?

Upvotes: 0

Views: 2577

Answers (1)

Lou Franco
Lou Franco

Reputation: 89192

It depends on how the .exe is built. If you build a .exe for 32 bit, you need the 32 bit dll. It will work on 32 and 64 bit systems.

Upvotes: 1

Related Questions