- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks to those who answered a previous query of mine concerning excel spread sheet compatibility. I am working through a CVF(6.6a) example, viz "excelread", using windows (win32?) rather than the fortran command screen. The program compiles but when I add the library f90SQL.lib via the link settings screen (kernel32.lib is already there) the build execution process terminates with the message that the library f90SQL.lib cannot be found. I know its there - I saw it in the folders following installation of CVF(6.6a)- so why can it not be found?
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you enter a library name on the Link settings page, the linker looks for it in the list of folders shown under Tools..Options..Directories..Show directories for..Library Files. I don't recall where F90SQL installs its libraries.
Rather than using the link settings, I prefer to add such libraries to my project as if they were source files. Just use Project..Add to Project..Files.., browse to the library, and add it. No worries about what folder it's in.
Steve
Rather than using the link settings, I prefer to add such libraries to my project as if they were source files. Just use Project..Add to Project..Files.., browse to the library, and add it. No worries about what folder it's in.
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi there,
I am using VF6.0
I have a set of my favourite routines collected in static library. I would like to link this library automatically to all my new programs instead of adding it every time via "Project..Add to Project..Files...". How can I do it?
Can you help me? thanks
I am using VF6.0
I have a set of my favourite routines collected in static library. I would like to link this library automatically to all my new programs instead of adding it every time via "Project..Add to Project..Files...". How can I do it?
Can you help me? thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Not 100% -- you can add its directory to Tools/Options/Directiories/Library files, (which will save you mouse clicking or typing the path), but you will still have to add its file name for each individual project:
- either in Project/Settings/Link/Object-library modules
- or type a !DEC$OBJCOMMENT LIB: "MyLib.lib" anywhere in your project sources.
Jugoslav
- either in Project/Settings/Link/Object-library modules
- or type a !DEC$OBJCOMMENT LIB: "MyLib.lib" anywhere in your project sources.
Jugoslav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
See also the "Saved Fortran Environment" feature (green tree icon in the IDE).
Steve
Steve

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