Hi,
I guess this is not an SAS/C specific question but more of a general question about using external libraries:
In a nutshell I'm trying to use Destracker.library in a small program I'm writing With C..
I've made sure to include the proto/.h file which in turn includes pragma/.h file etc.
I declare struct Destrackerbase *Destrackerbase, open destracker.library then go on to use some of the library functions.
When I build, all is fine until the link stage where it asks me to define a symbol for _Destracker default ___stub...
If i close the linker without inputting anything, my program does run and the library is opened succesfully and the library functions work just fine!
IF I hit enter, an executable isn't produced..
What am I missing when trying to use the library?
(have pity, I'm old and forgetful!)
