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:
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?
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?
About the author
IPS Bundle available at: https://www.winterleafentertainment.com/Products/IPS.aspx
#2
https://github.com/lukaspj/Torque3D/tree/TAMLImplementation
04/30/2014 (12:17 pm)
Bump, oh btw the code is available here:https://github.com/lukaspj/Torque3D/tree/TAMLImplementation
#3
If you are going to:
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"
Torque Owner Lukas Joergensen
WinterLeaf Entertainment
The files i added are too intertwined to test them one by one without a big effort.