PDA

View Full Version : how to use .lib file with delphi?



noeska
25-02-2008, 08:20 PM
Platform: Delphi/C++;

Is it possible to use an .lib file with delphi?
If so how do i do it?
If not i have to find a way to write a function that does the same as some of the efx-util functions only seem to be available from a .lib file.

Also i once had a tool that could list functions available in a .dll for now i cannot remember its name or where to find it.

Brainer
25-02-2008, 08:27 PM
I've found this one:
http://www.rvelthuis.de/articles/articles-cobjs.html

Dunno if it'll be any of use for you.

noeska
25-02-2008, 09:09 PM
I know that one. But i does not help me as as cannot seem to use coff2omf. Using the ms lib tool i got an .obj file but that one is not useable by delphi and the bcc55 coff2omf tool create a not working 1kb obj file.

Pyrogine
25-02-2008, 09:26 PM
noeska, look for my PM.

noeska
25-02-2008, 10:15 PM
As the four missing functions only deal with converting eax effects to efx effects i think i am best of going to write a c tool that converts eax effects to efx effects and use the converted effects.