blueMSX-libretro icon indicating copy to clipboard operation
blueMSX-libretro copied to clipboard

Routines not found

Open brunotrevisan opened this issue 5 years ago • 0 comments

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?

brunotrevisan avatar Jul 02 '20 15:07 brunotrevisan