T.R | Title | User | Personal Name | Date | Lines |
---|
1236.1 | Example? | WIBBIN::NOYCE | Pulling weeds, pickin' stones | Thu Mar 20 1997 07:55 | 3 |
| Can you show us a small example that produces an unresolved symbol warning?
Show the FORTRAN code that makes the call, and the C routine that it should
resolve to.
|
1236.2 | include declarations too | TLE::WHITLOCK | Stan Whitlock | Mon Mar 24 1997 11:15 | 3 |
| Also please show us all the declarations for the routines getting called.
Thanks /Stan
|
1236.3 | Used Compiler directives | ADCA01::KISHORI | | Tue Apr 22 1997 01:39 | 12 |
| Hi,
Sorry for the delay in replying, actually we were able to solve the
unresolveds by using the compiler directives /assume:underscore and
/name:lower. This is because Fortran on NT interprets routine names in
uppercase and we want it append underscore to the routinje names.
But the funniest thing is I'm getting unresolveds in DFOR.LIB. To which
other libraries do I have to link to.
Thanks
Kishori
|
1236.4 | more info please | TLE::KARAM | | Tue Apr 22 1997 09:45 | 7 |
| Based on the information provided thus far, it isn't possible to
answer your question. What are the unresolved entries that
you are getting from dfor.lib? are you doing the link by hand,
using the DVF driver (DF), using the Developer studio or the
C/C++ driver to perform the link?
thanks - peter
|