Author Topic: COM Interop  (Read 3693 times)

0 Members and 1 Guest are viewing this topic.

wannabe

  • Guest
COM Interop
« on: January 10, 2009, 06:41:18 AM »
Can anyone explain in a nutshell exactly what this means.

I think it means the non .NET files.

TonyT

  • Guest
Re: COM Interop
« Reply #1 on: January 10, 2009, 01:10:48 PM »
Which word, COM or Interop ?

Have you tried Googling it?

In a sentence, 'COM Interop' means the ability for COM and .NET objects
to interoperate (e.g., use each other).


Can anyone explain in a nutshell exactly what this means.

I think it means the non .NET files.

wannabe

  • Guest
Re: COM Interop
« Reply #2 on: January 11, 2009, 03:02:48 PM »
No, I try not to use google when a specialist forum exists.

MickD

  • King Gator
  • Posts: 3636
  • (x-in)->[process]->(y-out) ... simples!
Re: COM Interop
« Reply #3 on: January 11, 2009, 04:02:47 PM »
without trying to speak for others, this 'specialty' forum specialises mainly in autocad customisation. COM and interop are not autocad specific, they are .net specific so any help you can get form outside I'd advise you to take a look at, you might be able to help someone here with it as well ;)
"Programming is really just the mundane aspect of expressing a solution to a problem."
- John Carmack

"Short cuts make long delays,' argued Pippin.”
- J.R.R. Tolkien

wannabe

  • Guest
Re: COM Interop
« Reply #4 on: January 12, 2009, 01:58:34 PM »
without trying to speak for others, this 'specialty' forum specialises mainly in autocad customisation. COM and interop are not autocad specific, they are .net specific so any help you can get form outside I'd advise you to take a look at, you might be able to help someone here with it as well ;)

I've seen it mentioned on here. And I think its easier for me to ask questions on here, then follow that up with research when i am better equipped to filter out the endless google articles.

All I want is a basic example/definition coming from people who have achieved what I want to achieve. You type COM into google and there goes your weekend.

Jeff_M

  • King Gator
  • Posts: 4094
  • C3D user & customizer
Re: COM Interop
« Reply #5 on: January 12, 2009, 02:29:10 PM »
First result of a Google search for "COM Interop"....... IS THIS .... which, I believe, will answer your question.

MickD

  • King Gator
  • Posts: 3636
  • (x-in)->[process]->(y-out) ... simples!
Re: COM Interop
« Reply #6 on: January 12, 2009, 02:37:11 PM »
Have you tried searching on here?? -> http://www.theswamp.org/index.php?action=search2

It may save having someone repeat themselves.
"Programming is really just the mundane aspect of expressing a solution to a problem."
- John Carmack

"Short cuts make long delays,' argued Pippin.”
- J.R.R. Tolkien

wannabe

  • Guest
Re: COM Interop
« Reply #7 on: January 12, 2009, 03:07:04 PM »
My apologies if my attitude seems to be lacking in respect. I'm just so keen to learn everything from programming, to Microstation to aspects of civil engineering, I am a bit hasty,

Thanks for your continued responses and I hope you understand why I don't use google unless necessary.

wannabe

  • Guest
Re: COM Interop
« Reply #8 on: January 12, 2009, 03:11:37 PM »
Again, the google example could be simpler and this site has many, many posts with com interop in.

I think I'll just leave it there. Thanks, though.

MickD

  • King Gator
  • Posts: 3636
  • (x-in)->[process]->(y-out) ... simples!
Re: COM Interop
« Reply #9 on: January 12, 2009, 03:37:47 PM »
As there are many samples here, try and put something together, if you are having trouble I'm sure someone would be glad to help. Just remember that no one likes to do your homework for you, apart from that, piecing together code snippets can be one of the quickest ways to learn what does and doesn't work ;)
Don't rush your learning, you may miss something important ;)
good luck.
"Programming is really just the mundane aspect of expressing a solution to a problem."
- John Carmack

"Short cuts make long delays,' argued Pippin.”
- J.R.R. Tolkien

wannabe

  • Guest
Re: COM Interop
« Reply #10 on: January 13, 2009, 08:42:52 AM »
Thanks Mick.

There is no homework, and like you mention, I am learning a lot from piecing code together. This is how I have come across COM and Interop. I just wanted a basic outline with pertinence to their generic and CAD usage.

I am not yet fully up to speed with the attitude and etiquette of this forum; I will try my best from now on. Although I do feel a newbies sticky thread may be very beneficial.

MickD

  • King Gator
  • Posts: 3636
  • (x-in)->[process]->(y-out) ... simples!
Re: COM Interop
« Reply #11 on: January 13, 2009, 02:26:03 PM »
No prob's wannabe.

That's the problem though, on what do you base an example?? Most of the code here would pass as an example so perhpas pick a piece and point out the bits you are having trouble with and I'm sure you will have plenty of willing tutors to help you.
The .net and ARX sdk is quite large and diverse and not that easy to understand for a while so more specific problems are easier to tackle ;)
cheers,
Mick.
"Programming is really just the mundane aspect of expressing a solution to a problem."
- John Carmack

"Short cuts make long delays,' argued Pippin.”
- J.R.R. Tolkien

wannabe

  • Guest
Re: COM Interop
« Reply #12 on: January 14, 2009, 03:48:11 AM »
Thanks, Mick. Your advice is already helping.