Results 1 to 4 of 4

Thread: hello world - external

  1. #1
    Member
    Join Date
    2015-03
    Posts
    3
    Login to Give a bone
    0

    Default hello world - external

    hello

    i tested some basic stuff like the "hello world" programm and this is working fine. but can anybody explain me: is it possible to run commands from an external application? i googled a lot, but i found nothing.
    for example: "hello world" for revit in a windows form application. by clicking a button on a win. form "hello world" should appear in revit. the windows form or *.exe..... should be executed external from revit, not a generated window in revit.
    is something like this example possible? and if so, where can i finde some information...

    thanks a lot,
    t.

  2. #2
    Member
    Join Date
    2015-03
    Posts
    3
    Login to Give a bone
    0

    Default Re: hello world - external

    i think i expressed myself badly. i only want to know:

    how is it possible to start an add-in external from revit?
    thanks a lot
    t.

  3. #3
    Active Member
    Join Date
    2011-11
    Location
    Saint-Omer, Pas-de-Calais, France
    Posts
    58
    Login to Give a bone
    0

    Default Re: hello world - external

    You want to drive Revit from another process (out-of-process). You can not. Revit only supports in-process.

    You need to write an in-process addin, then use an IPC (Inter-Process Communication) technology to "speak" to your addin from an external process. There is a post here showing how to do that with AutoCAD. May be the same trick can be used on Revit.

  4. #4
    Member
    Join Date
    2015-03
    Posts
    3
    Login to Give a bone
    0

    Default Re: hello world - external

    thank you this is what i need for revit. i dont want to drive the whole revit from another process. i want to start an revit add-in from another process.

Similar Threads

  1. External dll in 2010?
    By fwp in forum Revit - API
    Replies: 1
    Last Post: 2009-11-16, 10:56 PM
  2. External tools not available
    By some buddy in forum Revit - API
    Replies: 2
    Last Post: 2009-09-10, 05:23 PM
  3. Replies: 4
    Last Post: 2009-05-04, 06:07 AM
  4. External RAM
    By Richard McDonald in forum Hardware
    Replies: 19
    Last Post: 2007-11-16, 04:22 PM
  5. external printing API
    By clog boy in forum Revit - API
    Replies: 3
    Last Post: 2007-03-14, 07:56 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •