Routines not found
I'm trying to compile the dll in visual studio and the following routines are not found:
1>Emulator.obj : error LNK2001: símbolos externos indefinidos archThreadSleep 1>Emulator.obj : error LNK2001: símbolos externos indefinidos archThreadDestroy 1>Emulator.obj : error LNK2001: símbolos externos indefinidos archTimerDestroy 1>Emulator.obj : error LNK2001: símbolos externos indefinidos archEventDestroy 1>Emulator.obj : error LNK2001: símbolos externos indefinidos archEventSet 1>Emulator.obj : error LNK2001: símbolos externos indefinidos archThreadJoin 1>Emulator.obj : error LNK2001: símbolos externos indefinidos switch_to_main_thread 1>Emulator.obj : error LNK2001: símbolos externos indefinidos archUpdateEmuDisplay
so that these routines do not exist in the master files of BlueMSX, is it missing files?