Re: wxEuphoria cannot load library even if libwxeu.dll is present in path
- Posted by irv Mar 06, 2018
- 1588 views
ChrisB said...
Hi
Eu doesn't have machine_bits(), BITS64, or BITS32
Cheers
Chris
Eu 4.1 does:
4.4.3.3 Architecture Definitions Chip architecture: X86 X86_64 ARM Size of pointers and euphoria objects. This information can be derived from the chip architecture, but is provided for convenience. BITS32 BITS64 Size of long integers. On Windows, long integers are always 32 bits. On other platforms, long integers are the same size as pointers. This information can also be derived from a combination of other architecture and platform ifdefs, but is provided for convenience. LONG32 LONG64