> Let me explain more : the header file is used in at least
> five source-files, so compiling gives (at least) five .o 
> files, but none with the name of the header-file.


>From the command line :

  ar -r libDallas.a  file1.o file2.o ...


and then, in your program:

  {$LINKLIB Dallas}


 - Jeff




-- 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to