Re: Using LIB Files in Delphi
- From: "Rudy Velthuis" <newsgroups@xxxxxxxxxxxx>
- Date: Sat, 28 Jul 2007 01:09:31 +0200
Chris.Cheney wrote:
Linking with C-derived object modules/libraries is something that I
have, so far, managed to avoid having to do. However, it is something
that I believe is possible - but I may be wrong.
It is very well possible (well, linking with .obj files, not with .lib
files - but you can extract the .objs from the .libs), if they are
written in OMF format (or are available in source code):
"Using C object files in Delphi"
http://rvelthuis.de/articles/articles-cobjs.html
But if they are written in COFF format, it is easier to generate a DLL
and use that.
--
Rudy Velthuis http://rvelthuis.de
"The perfect computer has been developed. You just feed in your
problems and they never come out again." -- Al Goodman.
.
- References:
- Using LIB Files in Delphi
- From: alanglloyd@xxxxxxx
- Re: Using LIB Files in Delphi
- From: Maarten Wiltink
- Re: Using LIB Files in Delphi
- From: Chris.Cheney
- Using LIB Files in Delphi
- Prev by Date: Re: Simple free db
- Next by Date: Re: Using LIB Files in Delphi
- Previous by thread: Re: Using LIB Files in Delphi
- Next by thread: XML Read/Write with D5??
- Index(es):
Relevant Pages
|