realbasic-nug
[Top] [All Lists]

Re: OLE Object References

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: OLE Object References
From: William Yu <william at realsoftware dot com>
Date: Wed, 31 Oct 2007 14:22:31 -0500
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <2DA8EA0F-EB10-441A-ACE0-7D57B08FE637 at stretchedout dot com>
This sounds like a bug that's been reported and fixed: <http:// 
realsoftware.com/feedback/cnmeafpr>

William Yu
REAL Software

On Oct 31, 2007, at 1:49 PM, GregO wrote:

> and change the code so it reads:
>
>    dim mp as MapPointApplication
>    dim mymap as Map
>
>    mp = new MapPointApplication
>    mp.Visible = true
>    mymap = mp.activemap 'IllegalCastException Here
>    mymap.Name = "Hello World!"
>
> I get an illegalcastexception on the marked line.
>
> I'm pulling my hair out here.... any ideas before I go bald?
>
> GregO

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>