Replies: 2 comments 2 replies
-
Trying to find a solution, I removed cm3 and my old VS2019 community edition, |
Beta Was this translation helpful? Give feedback.
-
Please see, https://github.com/VictorMiasnikov/cm3/releases/tag/d5.11.9-ZZYYXX-20230928_16-50 |
Beta Was this translation helpful? Give feedback.
-
After installing Windows 11 on my new desktop 64-bit computer, I downloaded and installed, as instructed,
cm3-dist-AMD64_NT-d5.11.4.7z
Then testing a simple program on the vcvarsall.bat 64 command prompt:
MODULE Main;
IMPORT RTIO;
BEGIN
IF BITSIZE (WIDECHAR) = 32 THEN RTIO.PutText ("TRUE") ELSE RTIO.PutText ("FALSE") END;
END Main.
I got
Main.mo : fatal error LNK1112: module machine type 'x86' conflicts with target machine type 'x64'
What is the so-called "module machine type" ?
Beta Was this translation helpful? Give feedback.
All reactions