https://bugs.documentfoundation.org/show_bug.cgi?id=94265
--- Comment #14 from Xisco FaulĂ <[email protected]> ---
(In reply to C++ Guru from comment #13)
> 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!
Hi, it's great you found the solution.
Could you please submit a patch with the fix to gerrit ?
https://wiki.documentfoundation.org/Development/gerrit/
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs