Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Com Server and Global Variables

hweisberg
Beginner
1,346 Views
To restate my question of 3/18/03:

The COM standard supports various options, including MultiUse, GlobalMultiUse, SingleUse, and GlobalSingleUse. I used the CVF COM wizard to create a COM server, and it appeared to behave as MultiUse or GlobalMultiUse. This is no good because we need to create instances of our FORTRAN COM object in a multi-user client-server environment. All the variables in our COMMON blocks must be independent for each instance.

Can the COM Wizard create a COM server that behaves similar to SingleUse?
0 Kudos
0 Replies
Reply