my goal is to write a small OPC-UA-Client in Delphi and i want to use the original OPC-UA-Stack without any 3rd-party-SDK.
I am already able to compile the Ansi-C-Stack but the output are .obj and .lib files.
Is there a way to compile the stack to a DLL? I already tried do use link.exe to create a DLL from the Obj-Files but I get a lot of "unresolved external symbol" error messages, some of them i was able to resolve, but not all.
I also tried to use the obj. files directly in delphi, but then i have a lot of manual translation work.