Software Archive
Read-only legacy content
17061 Discussions

How to create a FORTRAN COM Serverwithout using COM Wizard.....

Intel_C_Intel
Employee
250 Views
Hi Friends,
Can anyone tell me how to create a Fortran COM server without using COM Wizard.What are the steps that I have to follow .Except programmers guide and Language reference PDF file where can I get more information to build a fortran component.
Thanks in advance.
Regards,
Debaprasad Tripathy.
0 Kudos
1 Reply
Intel_C_Intel
Employee
250 Views
Without using the COM Wizard? One option if you also have MSVC++ is to use ATL and link in Fortran source code.

But I doubt that really answers your question. An all CVF Fortran solution would be difficult, or at least tedious given the current design of the COM Server wizard. What with the "Do Not Edit" files etc, you'd have to figure out the architecture of the Wizard. What are you really trying to do?

-John
0 Kudos
Reply