Game Development Community

dMemcmp identifier not found

by Lukas Joergensen · in Torque 3D Professional · 04/16/2014 (6:01 pm) · 3 replies

Hey guys! I'm getting 3x this error:
Error	1	error C3861: 'dMemcmp': identifier not found	e:githubtorque3denginesourcecoreutilfastdelegate.h	607	1	TAML DLL

Do you have any idea what may cause these kinds of issues in T3D? I have no idea where it's coming from, and how to figure out what part of the code throws the error...

Any ideas?

#1
04/17/2014 (2:53 am)
Should mention that the errors are occuring after numerous changed to the engine, my issue lies in that I have no way of finding out where the issue comes from, doesn't even say which file...

The files i added are too intertwined to test them one by one without a big effort.
#3
05/14/2014 (1:34 am)
Solution:
If you are going to:
#include "core/stream/fileStream.h"
Then you need to also:
#include "platform/platform.h"