[Mono-bugs] [Bug 518144] New: Referencing compiled Managed C++ Class Libraries(DLL)

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Jul 1 04:42:14 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=518144


           Summary: Referencing compiled Managed C++ Class Libraries(DLL)
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.4.x
          Platform: x86
        OS/Version: Windows XP
            Status: NEW
          Keywords: Hot
          Severity: Critical
          Priority: P5 - None
         Component: System
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: vdolosa at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: DeveloperNet


Created an attachment (id=301823)
 --> (http://bugzilla.novell.com/attachment.cgi?id=301823)
Zip file that contains the whole solution(MSVS2005)

Description of Problem:
Instead of properly creating an instance of the class in a managed C++ DLL from
a C# project; it shows a Dialog Box with the error message: "implement type
compare for 1b!"
The project(s) was created through MS Visual Studio 2005

Steps to reproduce the problem:
1. Create a Managed C++ Class Library(CLR)
2. Add reference of the compiled DLL to a C# project and instantiate a class
inside the C++ Class Library.


Actual Results:
Shows a Dialog Box with the "implement type compare for 1b!"

Expected Results:
Successfully instantiate the class library and call the functions or get/set
values of its properties

How often does this happen? 
Always

Additional Information:
The attached file is a Zip file that contains the whole solution created
through MS Visual Studio 2005

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list