Im currently updating the mtmaps patch as i can seem to find a repo or patch thats uptodate. I am using the patch from the TrinityCore patch queue and i am getting this error on compile:
9>c:\\Documents and Settings\\Administrator\\Desktop\\mangos\\dep\\ACE_wrappers\\ace/OS_NS_stdlib.h(210) : error C2059: syntax error : 'constant'
9>c:\\Documents and Settings\\Administrator\\Desktop\\mangos\\dep\\ACE_wrappers\\ace/OS_NS_stdlib.h(214) : error C2059: syntax error : 'constant'
9>c:\\Documents and Settings\\Administrator\\Desktop\\mangos\\dep\\ACE_wrappers\\ace/OS_NS_stdlib.inl(397) : error C2059: syntax error : 'constant'
9>c:\\Documents and Settings\\Administrator\\Desktop\\mangos\\dep\\ACE_wrappers\\ace/OS_NS_stdlib.inl(410) : error C2059: syntax error : 'constant'
If anoyone could tell me what the ": error C2059: syntax error : 'constant'" is it would be a great help.
Heres line 204 -215 of the OS_NS_stdlib.h
#if !defined (ACE_HAS_WINCE)
# if !defined (ACE_LACKS_REALPATH)
ACE_NAMESPACE_INLINE_FUNCTION
# else
extern ACE_Export
# endif /* !ACE_LACKS_REALPATH */
char *realpath (const char *file_name, char *resolved_name);
# if defined (ACE_HAS_WCHAR)
ACE_NAMESPACE_INLINE_FUNCTION
wchar_t *realpath (const wchar_t *file_name, wchar_t *resolved_name);
# endif /* ACE_HAS_WCHAR */