Efferent-Health / fo-dicom.Codecs

Cross-platform Dicom native codecs for fo-dicom
Other
64 stars 22 forks source link

Support for Windows 32bit #53

Closed pdgmdm closed 8 months ago

pdgmdm commented 8 months ago

Would it be possible to also add the Windows 32bit platform to supported platforms and include the binaries in the nuget package ?

jaime-olivares commented 8 months ago

There are no plans to support 64-bits. The use cases are a few, and the effort is enormous.

pdgmdm commented 3 months ago

Hi Jaime, many old systems still use 32bit applications. I managed to build the native codes for win32, simply by add a new configuration to the msvc c++ projects. If you ever have time to include this also in the release build, that would be very great!