Find the answer to your Linux question:
Results 1 to 2 of 2
How to call .so file and use its function from openoffice basic I use Fedora 5 and I have .so file liboodll.so, I need to call it from openoffice vba ...
  1. #1
    Just Joined!
    Join Date
    Jul 2006
    Posts
    15

    How to call .so file from openoffice basic



    How to call .so file and use its function from openoffice basic
    I use Fedora 5 and
    I have .so file liboodll.so, I need to call it from openoffice vba
    I try it this way

    Declare Function oodll_test Lib "/tmp/liboodll.so" (ByVal r As string,byval ff as string) As string

    Sub Main
    call oodll_test("gfg","dfd")

    End Sub

    and it says "Basic rutime error, error loading DLL"

    what's the problem and how can I load so file in Linux openoffice

    thanks in advance

  2. #2
    Just Joined!
    Join Date
    Jul 2006
    Posts
    15
    I cant believe that nobody knows this here

    please help

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •