Aspose.Barcode .NET in 64 bit

I am a developer using Aspose.Barcode for .Net – I need a 64-bit version. Where do I get that?

For the Aspose.barcode.dll 4.0 here is the result of running Microsoft’s CORFLAGS utility…

Microsoft (R) .NET Framework CorFlags Conversion Tool. Version 4.0.30319.1

Copyright (c) Microsoft Corporation. All rights reserved.

Version : v2.0.50727

CLR Header: 2.5

PE : PE32

CorFlags : 9

ILONLY : 1

32BIT : 0

Signed : 1


I *think* this means 32-bit loading (PE32) has been indicated for this DLL. Correct??

THANKS!


Hi,

Thank you for inquiry.

The dlls are built for any CPU architecture type. The same dll can be used for both 32 and 64 bit Operating Systems.

A 64 exe can only call a 64 bit DLL, and a 32 bit exe can only call a 32 bit DLL.

A 32 bit exe/dll will *run* on a 64 bit OS using WOW64 layer (32 bit emulation in 64 bit environment).

*HOWEVER* we are writing 64-bit NATIVE high performance code and we need a version of the DLL compiled in 64 bit mode to be called from a 64 bit exe.

THANK YOU!!

workingjoe

Hi,

Sorry for not getting to your actual point in the previous post. Please find the attached dlls built for x64 platform.