Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
163 views
in Technique[技术] by (71.8m points)

How to use C libraries in Delphi using SWIG wrap

I have a Delphi file generated by SWIG (.pas) and a _wrap.c file also generated by SWIG. I compiled the C code to .dll library and i would like to use files generated by swig in my Delphi project. Could anyone tell me how to do this? I have to compile the _wrap.c file or the .pas file? Or maybe link to my project?

question from:https://stackoverflow.com/questions/65901539/how-to-use-c-libraries-in-delphi-using-swig-wrap

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...