Yamato wrote:Is there going to be pcem 0.8? If not, can someone help me compile pcem from source code?
Also i have problem with EGA. PCem beeps but doesnt give any screen output and crashes.Please help
Thanks in advance
Basic procedure for compiling is to install mingw, install OpenAL (use archive.org to get the SDK and freealut-bin), install MSYS, install directx 8 for MinGW, add MinGW directories (Mingw\bin, Mingw\msys\1.0\bin, mingw\mingw32\bin) to your PATH, go to the src directory of the Pcem source zip file and run "make -f Makefile.mingw" or something to that effect (basically, make -f <makefile>.) if you get an error about needing a ".h" file or the like, find the file (google is your friend) and place it in Mingw\include and any associated libraries in Mingw\lib. you'll need to place OpenAL and possibly OpenAL-Soft DLLs in either your windows System32 folder or the PCem folder, as well. Once all this is done, you'll have a compiled binary. it will need ROMs, which can be found on the internet, and you'll need a copy of the OS (MSDOS or etc) of course.
If you need help, i can PM you a compiled binary.