https://bugs.freedesktop.org/show_bug.cgi?id=84097

          Priority: medium
            Bug ID: 84097
          Assignee: [email protected]
           Summary: Windows: Unit test & extend native calling
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: [email protected]
          Hardware: Other
            Status: UNCONFIRMED
           Version: 4.3.0.2 rc
         Component: BASIC
           Product: LibreOffice

Our internal StarBasic / VBA code has the ability to call native functions.
Checkout:

basic/qa/vba_tests/win32compatb.vb

Private Declare Function QueryPerformanceCounter Lib "kernel32"
(lpPerformanceCount As LARGE_INTEGER) As Long

eg. The calling functionality (for windows only) is in:

basic/source/runtime/dllmgr-x86.c

It would be wonderful to have systematic tests here; create a new / test shared
library / DLL on windows that exports a number of the native types, and then
invoke those methods for each type from basic - and check the results =)

Thanks !

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to