-
-
Notifications
You must be signed in to change notification settings - Fork 270
Closed
Labels
Description
import etc.c.zlib;
void main() { deflateInit(null, 0); }
Output:
phobos-ldc.lib(inftrees.obj) : error LNK2019: unresolved external symbol __report_rangecheckfailure referenced in function inflate_table
test2.exe : fatal error LNK1120: 1 unresolved externals
(Using LDC.zip Kai posted here)