[DM-dev] BugFix: "Version 1.0 does not compile"
Brought to you by:
acdalton,
henningsen
From: Henningsen <al...@gl...> - 2001-06-14 22:34:25
|
On some systems, DungeonMaker 1.0 does not compile, with the compiler complaining that "strlen undeclared". This can be fixed by adding the line #include <string.h> at the top of the .cpp-file with the other includes. Peter Henningsen |