Re: Fortran CVF COM server question
From: Gerry Thomas (gfthomas_at_sympatico.ca)
Date: 09/02/04
- Next message: B52B: "Re: ifort and CVF"
- Previous message: bv: "Re: Which compiler (long)"
- In reply to: Paul: "Fortran CVF COM server question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 2 Sep 2004 03:04:00 -0400
"Paul" <pscutts@yahoo.com> wrote in message
news:cfd49131.0409011454.70d85843@posting.google.com...
> I have a third party dll written in Fortran that I am using from some
> C++ code. It works well except for a major problem. The Fortran dll
> exists as a single instance of a collection of methods. The problem
> lies in the fact that I need to use the methods in multiple parts of
> my C++ application and I want it to behave like separate instances
> with separate memory. Basically functioning like a C++ class instead
> of a static library. Does anybody know if creating a COM server with
> the CVF COM server wizard will solve this problem.
Maybe, but ...
Currently your dll isn't an ActiveX dll (sic COM) so the CVF COM Wizard
isn't terribly useful until you concoct a COM server. I see no reason to do
this, however, since you can achieve your goal via a classic dll, COM be
damned. For best responses, post your query to Intel Visual Fortran forum
at
http://softwareforums.intel.com/ids/board?board.id=5
rather than this c.l.f. burlesque, a hang out for the C++, Windows, and
Fortran challenged, superannuated old Fortran farts who drool in their
huggies and wouldn't know a COM from a cum.
[...]
-- You're Welcome, Gerry T. ______ "Science is the belief in the ignorance of experts." -- Feynman, in The Pleasure of Finding Things Out.
- Next message: B52B: "Re: ifort and CVF"
- Previous message: bv: "Re: Which compiler (long)"
- In reply to: Paul: "Fortran CVF COM server question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|