- Code: Select all
using namespace Debugger;
// TODO - can't get this namespace to work with 68K.h for some reason - strange Visual Studio errors
//namespace Debugger
//{
in Musashi68KDebug.h
still needs to be looked at
using namespace Debugger;
// TODO - can't get this namespace to work with 68K.h for some reason - strange Visual Studio errors
//namespace Debugger
//{
_obj/CPUDebug.o:CPUDebug.cpp:(.text+0x8df): undefined reference to `CThread::CreateMutex()'
_obj/Debugger.o:Debugger.cpp:(.text+0x1408): undefined reference to `CThread::CreateMutex()'
collect2.exe: error: ld returned 1 exit status
make: *** [Makefiles/Makefile.inc:288: _bin/supermodel] Error 1
make: Target 'all' not remade because of errors.
Ian wrote:It shouldn't be possible for headers to conflict like that ..
Check maybe for a redefining of this
INCLUDED_IO_H
Ian wrote:simply
#ifdef _WIN32
#undef CreateMutex
#endif
might work
Ian wrote:does your compiler support
https://msdn.microsoft.com/en-us/library/windows/desktop/ms738563(v=vs.85).aspx
inet_addr?
Users browsing this forum: No registered users and 1 guest