Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

some questions about F90SQL

matthewkmk
Beginner
758 Views
main.obj : error LNK2001: unresolved external symbol _F90SQLALLOCHANDLE@16
0 Kudos
4 Replies
gregscvf
Beginner
758 Views
Has anyone ever resolved this?
I get the same error, plus a few similar ones, with the ExcelWriteLite.f90 example.
(I created a project with this file, and included the three f90SQLxxx.F90 include files.)
Greg
0 Kudos
Steven_L_Intel1
Employee
758 Views
Have you contacted Cainaima Software about it?

Steve
0 Kudos
canaimasoft
Beginner
758 Views
Greg,

Including the f90SQLxxx.F90 is not enough, you must also link against the f90SQL.lib library (i.e. add f90SQL.lib to the list of libraries used by the project). The reason for the referred error is that the library was not included in the project.

best regards,

Marco Garcia
Canaima Software
www.canaimasoft.com
0 Kudos
gregscvf
Beginner
758 Views
Marco,

Thanks for your help. I re-downloaded the files to fix. (May have originally downloaded the wrong version... f90SQLDVF.zip is the correct one for CVF 6.6.)

I also needed to include in the project all the f90 files that were referenced by a USE statement since their path is not in my Directories Option.

Greg
0 Kudos
Reply