home *** CD-ROM | disk | FTP | other *** search
-
- Bristol, 14th-29th May 1996
-
- From what I understood, I would be in a breach of copyrigth if I had
- included more bits of WinG into the stuff you got. So if you want to recompile
- the application you must get it. You can find it at
- ftp.microsoft.com/Softlib/MSLFILES/MSWING10.EXE.
-
- The application was compiled usind the MEDIUM memory model, under 16
- bits. It got a little of support for 32 bits under WSpecEm.C, and should be
- no major task porting it to 32 bits.
-
- First install the WING package and copy the WING.H file to the
- emulator source directory. Create a project, ide or whatever your compiler
- calls it and include there all c files you found in the directory of this
- file, Z80 directory and SND directory. Include also WSpecem.rc, Wspecem.def
- and Wing.LIB. The WinG.lib file that comes with WinG compiled straigthfoward
- under BC++ 4.52. If that is not your case, you can alway create a Wing.LIB
- file with the IMPLIB util. Just run IMPLIB WING.DLL and it will create your
- WING.LIB file.
-
- Finally, if you do correct the save_dib function at the end of file
- WSpecem.c, don't forget to append the .BMP extension to the Save_as dialog at
- Sna_save.c. Note that I have not included this strings as resources, because
- they are too big, and the compiler at faculty didn't allow me to handle them.
-
- Hope you appreciate my piece of work.
-
- Regards,
- Rui
-