Inventor remains in meomory

Inventor remains in meomory

Anonymous
Not applicable
235 Views
3 Replies
Message 1 of 4

Inventor remains in meomory

Anonymous
Not applicable
Hi

I am creating an Addin to inventor. I am using the fileUIEvent, get a new
interface for the "Create in-place" command.

When the user actives the command, standard command, my form is shown
insttad of the original ffile.

Program works fine, excecpt for the fact that Inventor remains in memery
after closing it. (Ie apparantly Inventor has closed, it is is still active
in the taskmanager)

I have tried all kind of unloads, but same results.

Michael Christoffersen
0 Likes
236 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable
Hello Michael,

do you use C++ or VB for programming Inventor ? If you use C++ the problem
is probably the handling of the COM-pointers.

Alexander


"CADmageren ApS" schrieb im Newsbeitrag
news:15F6B2E594AF0A90C93A93B5BFE2645E@in.WebX.maYIadrTaRb...
> Hi
>
> I am creating an Addin to inventor. I am using the fileUIEvent, get a new
> interface for the "Create in-place" command.
>
> When the user actives the command, standard command, my form is shown
> insttad of the original ffile.
>
> Program works fine, excecpt for the fact that Inventor remains in memery
> after closing it. (Ie apparantly Inventor has closed, it is is still
active
> in the taskmanager)
>
> I have tried all kind of unloads, but same results.
>
> Michael Christoffersen
>
>
>
0 Likes
Message 3 of 4

Anonymous
Not applicable
No Alexander

I am using VB6

/ cheers
Michael Christoffersen


"Alexander Hilbert" skrev i en meddelelse
news:6BB2E6CF679AF8A142CCC8E46AF0C049@in.WebX.maYIadrTaRb...
> Hello Michael,
>
> do you use C++ or VB for programming Inventor ? If you use C++ the problem
> is probably the handling of the COM-pointers.
>
> Alexander
>
>
> "CADmageren ApS" schrieb im Newsbeitrag
> news:15F6B2E594AF0A90C93A93B5BFE2645E@in.WebX.maYIadrTaRb...
> > Hi
> >
> > I am creating an Addin to inventor. I am using the fileUIEvent, get a
new
> > interface for the "Create in-place" command.
> >
> > When the user actives the command, standard command, my form is shown
> > insttad of the original ffile.
> >
> > Program works fine, excecpt for the fact that Inventor remains in memery
> > after closing it. (Ie apparantly Inventor has closed, it is is still
> active
> > in the taskmanager)
> >
> > I have tried all kind of unloads, but same results.
> >
> > Michael Christoffersen
> >
> >
> >
>
>
0 Likes
Message 4 of 4

Anonymous
Not applicable
CADmageren ApS wrote:
> No Alexander
>
> I am using VB6

Be sure to release all Inventor objects.

--
"It's more important that you know how to find the answer than to have
the answer." - Me
0 Likes