C++ Library needed in Delphi App



When there is a library in, let's say C++ and you want to use it in a Delphi application isn't it possible to make that library into a dll (assuming you have the source code), then access the dll's functions from Delphi? I need to do this with the NCL NeXus reading/writing library which is written in C++, anyone know of a guide or any source which might explain how I could wrap up this library into a dll?

- Daniel

.



Relevant Pages

  • Re: C++ Library needed in Delphi App
    ... a Delphi application isn't it possible to make that library into a dll ... (assuming you have the source code), ... are asking, you will have to first compile NCL to a .lib file, then create a ...
    (borland.public.delphi.non-technical)
  • Re: C++ Library needed in Delphi App
    ... Dan wrote: ... Delphi application isn't it possible to make that library into a dll ... (assuming you have the source code), ...
    (borland.public.delphi.non-technical)
  • Re: Using VB6 dll in Delphi app.
    ... to make a *windows standard* .dll with VB6. ... The trouble occurs when we try to use it in a Delphi app. ...
    (microsoft.public.vb.general.discussion)
  • Re: Lost !
    ... I think FullEditC is another Delphi unit. ... Make sure both units are in the same package, and that you have exactly one copy of each .pas file and exactly one copy of each .dcu file on your computer. ... and "Output folder" settings in the project options. ... The folder where your source code is should *not* be in *any* search path. ...
    (comp.lang.pascal.delphi.misc)
  • Re: New Delphi roadmap is coming: NO UNICODE PLEASE!
    ... Avoids DLL hell, because it ... The app is deployed and the user is getting an error. ... instances where upgrading .NET broke things that were working. ... Coming from Delphi, this isn't any big deal of course. ...
    (borland.public.delphi.non-technical)