Показать сообщение отдельно
Старый 11.11.2018, 00:00   #13
RemiD
AnyKey`щик
 
Регистрация: 25.12.2017
Сообщений: 2
Написано одно полезное сообщение
(для 11 участников)
Ответ: Куда перейти с Blitz3D ?

problem : on Windows 8 and Windows 10, when a user runs an executable made with Blitz3d, it will show an error "0xc0000022" message, this is because directplay is not installed / activated and needs to be installed / activated


another way to prevent this problem :
add the directplay dll with your executable (so game.exe and dplayx.dll in the same directory)
you can download dplayx.dll, online, or here :
rd-stuff.fr/directplay-dll-(5.3.2600.5512).zip
(you can probably use others versions, but i have found this one which works well !)


and you also need to include fmod.dll with your executable... (so game.exe and fmod.dll in the same directory)


have fun !
(Offline)
 
Ответить с цитированием