To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=45803





------- Additional comments from [EMAIL PROTECTED] Wed Mar 23 05:23:02 -0800 
2005 -------
In OOO 1.9.79 I ran this code copied from the OOO Help:

Declare Sub MyMessageBeep Lib "user32.dll" Alias "MessageBeep" ( long )
Sub ExampleDeclare
Dim lValue As Long
        lValue = 5000
        MyMessageBeep( lValue )
        FreeLibrary("user32.dll" )
End Sub

...and after and on the line "MyMessageBeep( lValue )", I got the same 
error message I always get when trying to use a DLL procedure: "Basic 
runtime error: Not implemented".
I'll keep assuming this was disabled for the beta testing.


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to