Board index » delphi » Using C++ in Delphi
Artur Kedzierski
![]() Delphi Developer |
Using C++ in Delphi2005-03-16 08:33:41 AM delphi246 Hi, I would like to use C++ code in Delphi. The C++ code is being developed by another project so porting it to Delphi is out of the question. I've read the article that describes how to use C++ DLLs in Delphi. However, I'd like keep the Delphi program stand-alone so the users can just copy the .exe without worring about copying the DLLs. Is there anyway to do it? (eg. somehow statically link the DLL inside the Delphi's .exe) I appreciate any suggestions. |