Yes and no.

DXLink allows you to control dxui and/or dxexec from an external program.
Thus, it enables you to use networks that you write in the usual way.  You
can run them in script mode or with the user interface.  It then allows you
to take advantage of either the exec or the ui in your application.
DXCallModule only gives you the functionality of the modules, data model,
etc.  You then have to handle scheduling, memory management, etc. yourself.
So, more flexibility at a cost of more work and responsibility in your
code.

If you just want to run dx in script mode in a very simple fashion, you
could just put everything in a shell script and execute it via a system
call in your program.


Ryan Minihan <[EMAIL PROTECTED]>@opendx.watson.ibm.com on 09/12/2002 12:30:24 PM

Please respond to [email protected]

Sent by:    [EMAIL PROTECTED]


To:    [email protected]
cc:
Subject:    Re: [opendx-users] Calling OpenDX from a C Program



Hello,

I'm currently working on the same kind of project.  From my reading of
the documentation, DXCallModule is a simpler way to work.  Any thoughts?

Ryan Minihan
[EMAIL PROTECTED]


On Thu, 2002-09-12 at 07:36, Gregory D Abram wrote:
>
> Yes.   Check out the manual on DXLink.
>
> Greg
>
>
>
>                       [EMAIL PROTECTED]
>                       Sent by:                             To:
[email protected]
>                       [EMAIL PROTECTED]        cc:
>                       son.ibm.com                          Subject:
[opendx-users] Calling OpenDX from a C Program
>
>
>                       09/12/2002 10:05 AM
>                       Please respond to
>                       opendx-users
>
>
>
>
>
> Hi,
>
> I wonder if is it possible to call OpenDX from a C program?
> For example, having a C program that calculates the electronic density of
> a crystal and with the generated data (for intances in DX  file) it opens
> DX and generates a simple image. Is this somehow possible, of course it
> would have to be by script and not with VPE.
>
> Thanks,
>
> Rebeca Choy
>
> This message powered by EMUMAIL. -- http://www.EMUMAIL.com
>
>
>
>
>



Reply via email to