<div dir="ltr">Hello everyone,<div><br></div><div><br></div><div>I've got some bytecode (compiled from a c source file) that I'm trying to interpret, but I have an issue with an external library.</div><div><br></div><div>command: lli.exe file.bc</div><div>error: LLVM ERROR: Program used external function '☺_WSAStartup@8' which could not be resolved!</div><div><br></div><div>Somehow I should link ws2_32.lib or ws2_32.dll to the interpreter. I have tried a dll injector (<a href="https://code.google.com/p/injector/">https://code.google.com/p/injector/</a>), but that didn't work. Any other ideas?</div><div><br></div><div>I've compiled LLVM on a windows in visual studio.</div><div><br></div><div><br></div><div><br></div><div>Thank you in advance,</div><div>Fulcrum</div></div>