Issue 90645 - C++ Runtime Error (BasicLibrariesLoadLibrary(...))
Summary: C++ Runtime Error (BasicLibrariesLoadLibrary(...))
Status: CLOSED DUPLICATE of issue 88671
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: DEV300m18
Hardware: All Windows, all
: P2 Trivial (vote)
Target Milestone: OOo 3.0
Assignee: Stephan Bergmann
QA Contact: issues@framework
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-12 08:50 UTC by joerg.skottke
Modified: 2008-06-12 09:17 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description joerg.skottke 2008-06-12 08:50:17 UTC
Automated test: framework\basic\f_basic_issues.bas (to be basic_issues.bas)

Reproduction:
The tiny BASIC sample from issue 83978 triggers a C++ Runtime Error and crashes
the office:

Sub Main
	BasicLibraries.LoadLibrary( "ThisLibDoesNotExist" )
End Sub
Comment 1 Stephan Bergmann 2008-06-12 09:16:34 UTC
as a workaround, use a machine on which the msvcr90.dll etc. are installed
system wide

*** This issue has been marked as a duplicate of 88671 ***
Comment 2 Stephan Bergmann 2008-06-12 09:17:28 UTC
.