It has taken me awhile to convert some "funcky" library routines which I had been using into pure Harbour/Fivewin code, but that seems to have gone pretty smoothly compared to my process of converting the DLL screen files and bitmaps to 32 bit.
Evidently the Fivewin conversion program doesn't like my 16 bit bitmaps. I'm trying to figure out the "easiest/fastest" way to convert my screens and bitmaps without going through the code itself to load bitmaps from the hard disk. I'd be willing to include the DLL's as a resource file and put it into the EXE file as well. If however that isn't feasible, I can of course load the bitmaps from the drive, but that will require me going through a lot of PRG files.
I'm willing to buy some additional software from Borland or another C-complier if that is helpful. Any suggestions on the best way to accomplish this DLL/Bitmap conversion?