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

            Bug ID: 147364
           Summary: CRASH calling a DLL function returning a string in
                    LibreOffice x64 on Windows
           Product: LibreOffice
           Version: unspecified
          Hardware: x86-64 (AMD64)
                OS: Windows (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: BASIC
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: mikekagan...@hotmail.com

Running the following test function crashes LibreOffice x64 on Windows:

  Declare Function PathFindExtensionA Lib "Shlwapi" Alias "PathFindExtensionA"
(ByVal pszPath As String) As String

  Sub test
    MsgBox PathFindExtensionA("filename.ext")
  End Sub

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to