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
...
- 11-07-2006 #1Just 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
- 12-28-2006 #2Just Joined!
- Join Date
- Jul 2006
- Posts
- 15
I cant believe that nobody knows this here

please help


Reply With Quote
