Linking C .obj files into Delphi application, resolving standard C dependencies

后端 未结 3 870
萌比男神i
萌比男神i 2021-01-01 03:59

I compiled libxml2 with BCC 5.5 command line compiler, now I have lots of .obj files which I\'d like to link into my Delphi application. Unfortunately, I get lots of \"Unsat

3条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-01 04:53

    Don't use those functions, but rewrite them to call operating system functions (kernel32/system32) directly.

提交回复
热议问题