I compiled libxml2 with the BCC 5.5 command line compiler, now I have many .obj files that I would like to link to my Delphi application. Unfortunately, I get a lot of "Unsatisfied forward or external declaration" errors, pointing to standard C library functions such as memcpy, open, recv, etc .... What should I do to compile it correctly? I would like to avoid depending on msvcrt.dll or other external libraries.
Thanks in advance!
Delphi , crtl.dcu, . $L .obj , crtl. "" , Windows, WinSock .. , , .
, DataSnap TClientDataSet, midas.dll.
" C Delphi"
Do not use these functions, but rewrite them to directly call the functions of the operating system (kernel32 / system32).
Source: https://habr.com/ru/post/1726669/More articles:Silverlight - passing variables between frames - .netSiliverlight 3 Navigation between user controls? - c #Alternative mod_expires for setting expiration headers? - phpWhen not to implement a common interface? - genericsBogus IP address from getaddrinfo & inet_ntop - c ++What markup language to store in the database? - databaseDoes C have a quantization function? - clatex template or example for personal application - latexПолучение звука непосредственно с аппаратного обеспечения с помощью С# - c#Что означает "- (void)" означает в объявлении этой функции? `- (недействительными) awakeFromNib` - objective-cAll Articles