- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello, everyone
I want to use my Fortran subroutine in a VBScript, so I have to use a COM interface to envelope my fortran subroutine.
I tried to learn the COM and tried to build my first COM excercise following the intel fortran compiler document.
I use Intel Fortran 10.1.019 and Microsoft Visual Studio 2005.
When I tried to build the example COM program "Adder", but the compiler gave the folloing error message,
1>Compiling resources...
1>Adder.rc
1>D:\\home\\VBS-DLL\\COM\\Adder\\Adder\\Adder.rc(79) : error RC2135 : file not found: Adder.tlb
1>
1>Build log written to "file://D:\\home\\VBS-DLL\\COM\\Adder\\Adder\\Debug\\BuildLog.htm"
1>Adder - 1 error(s), 0 warning(s)
I know little about COM technology.
Please tell me what I should do.
Thank you
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Do you have a .idl file in the project? It is this that should be converted into a .tlb by running MIDL. This should happen automatically.
Did you choose a COM Server project type? 10.1 is rather old at this point - can you try 11.1? If not, please attach a ZIP of the project after a failed build.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page