can i consume the a DLL written on 32bit windows environment? #687
Answered
by
timsneath
dasaintgray
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
timsneath
May 3, 2023
Replies: 1 comment
-
There's currently limited support for using this in 32-bit environments, but there are some caveats. In particular, there isn't a Dart compiler to x86, only an interpreter (that is, neither |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
timsneath
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's currently limited support for using this in 32-bit environments, but there are some caveats. In particular, there isn't a Dart compiler to x86, only an interpreter (that is, neither
dart compile exe
norflutter build windows
support 32-bit environments. Given the ever-decreasing usage of 32-bit Windows, I plan to deprecate 32-bit support with the v4 release of win32 and only support 64-bit from v5 onwards.