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

Frotran 90 Com server

davidibrahim
Beginner
633 Views
I have used the com server wizard to create an active x dll.

It creates the dll fine and registers it. I have a string property called fluid.

In vb I cannot pass a string successfully to the com server.
Below shows the vb cole in essence i am using

Dim Myobject as new comServer
dim returnvalue as string

Myobject.fluid='Water'
returnvalue=myobject.fluid

Can anybody help
0 Kudos
0 Replies
Reply