- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi All,
Does anyone out there have experience using Keithley-MetraByte
precompiled C libraries linked with Compaq Fortran?
I am trying to upgrade an existing DOS Fortran application (DAS-20 Keithley card) with an NT Fortran application (HR-1800 Keithley card).
However, I am having no luck with this multi-language app.
All help appreciated.
Thanks,
Robert
Does anyone out there have experience using Keithley-MetraByte
precompiled C libraries linked with Compaq Fortran?
I am trying to upgrade an existing DOS Fortran application (DAS-20 Keithley card) with an NT Fortran application (HR-1800 Keithley card).
However, I am having no luck with this multi-language app.
All help appreciated.
Thanks,
Robert
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I think that you have to find out the "decorations" of those routines you are calling (e.g. _K_SomeThing@16) to be declared for DLLIMPORT in your Fortran program. You can run "DUMPBIN /EXPORTS /OUT:FileName.txt KeithleyDrivers.lib" at Fortran Command Prompt to see these decorations in FileName.txt.
BUT you have still another big problem, which is the NT itself, which does not allow direct access to the hardware. All DAQ communications go through the operative software in NT and this makes DAQ very slow. You may need to try your application in a machine with W9x first.
I was trying a long time to make this with Fortran and NT but I gave up at last, shifting to W98 and VisualBasic.
Good luck,
Sabalan.
BUT you have still another big problem, which is the NT itself, which does not allow direct access to the hardware. All DAQ communications go through the operative software in NT and this makes DAQ very slow. You may need to try your application in a machine with W9x first.
I was trying a long time to make this with Fortran and NT but I gave up at last, shifting to W98 and VisualBasic.
Good luck,
Sabalan.

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