- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Good Morning Friends. I recently installed VS2005 (Professional) and am trying to move all my codes from VS2003 .netto the new IDE. For those programs which callsubroutines in f90SQL library (lite version), there are errors in opening the f90SQL library module files when I tried to build them. It seems to me that the compiler found the library but can't find the modules in the library. Does anybody know why? I have put f90SQL.lib in the 'Additional Dependencies' (in Linker : Input) just like what I did in VS2003. Any comments or suggestions? Thanks in advance. Good Day.
Tom Lin
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
Thanks Steve for the prompt reply. The following areexamples of twoerrors (The Error Lines are exactly the same as shown on screen):
1.Fortran Source=> use f90SQLConstants
Error line=> Error: Error in opening the Library module file. [F90SQLCONSTANTS]
2. Fortran Source=>integer(SQLHENV_KIND):: EnvHndl
Error line=> Error: A kind type parameter must be a compile-time constant. [SQLINTEGER_KIND]
The problem I think is inthe 'use' lines such as 'use f90SQLConstants'. All FORTRANcodes start with 'use' and then f90SQL module name have the same error message. Thank you for your time. Good Day.
Tom Lin
- 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
Thank you very much Steve. It works now.
Tom Lin

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