https://bugs.documentfoundation.org/show_bug.cgi?id=94265

--- Comment #13 from C++ Guru <sumol...@12storage.com> ---
Thanks José! Thats it, you have found the bug!

The solution is trivial: It is C++ Code and _WIN32 is always defined, even in
Win64.

ptr= sri::GCHandle::ToIntPtr(sri::GCHandle::Alloc(cliI))
#ifdef _WIN64
                 .ToInt64();

#else /* defined(_WIN32) */
                 .ToInt32();
#endif


Thats it!


In my eyes this Bug is critical: Because no one can use the SDK in 64 bit!

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to