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?
2.1m questions
2.1m answers
60 comments
57.0k users