Issue 90645

Summary: C++ Runtime Error (BasicLibrariesLoadLibrary(...))
Product: General Reporter: joerg.skottke
Component: codeAssignee: Stephan Bergmann <stephan.bergmann.secondary>
Status: CLOSED DUPLICATE QA Contact: issues@framework <issues>
Severity: Trivial    
Priority: P2 CC: issues
Version: DEV300m18   
Target Milestone: OOo 3.0   
Hardware: All   
OS: Windows, all   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

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
.