On Friday, 23 August 2019 at 14:02:36 UTC, jicman wrote:
On Thursday, 22 August 2019 at 19:59:55 UTC, jicman wrote:
I think I have figured out what is going on. I will comeback, if I need more help, but I have to rewrite a few more functions. But, thanks for pointing out the pragma. That gave me an idea of what was going on.


can u try to compile with LDC?

cuz I tried compile app
void main() { VARIANT a, b; VarCmp( &a, &b, 0, 0).writeln; }
with DMD for x86/m32 & x64/m64 and I also failed
but LDC can compile for x64
(x86 its failed too but probably cuz my ENV setupped for x64)

Reply via email to