Question regarding D v.0110
Adam D. Ruppe
destructionator at gmail.com
Sat Jul 11 23:00:29 UTC 2020
On Saturday, 11 July 2020 at 22:44:08 UTC, Remi wrote:
> Finally got everything to compile but having linking issues.
> The game came with .lib files but I have no idea what format
> they are, I assumed a Windows MSVC format but the VC tools
> don't seem to be able to read them.
That would be the OMF format that D on Windows supports. It is
old, think Windows 95, but dmd and the optlink program that comes
with it on 32 bit windows still has the support code in there.
idk if dub allows it, but if you just compile+link with dmd
itself using `-m32` it should use it.
More information about the Digitalmars-d
mailing list