I downloaded this project and attempted to build it in
Delphi 7. Here are the problems I encountered before
giving up:
1. The following section of code in SRMC.dpr should be
updated to handle Delphi 3 and higher. As is, it craps
out if you are using any IDE other than Delphi 3:
{$IFNDEF VER100}
!! ERROR - SRMC can only be compiled with Delphi 3
{Notes: Neither Delphi 1 nor Delphi 2 have the DBCS
support required
by this application.}
{$ENDIF}
2. The project needs the "Assignable Typed Constants"
option enabled otherwise Delphi 7 errors on typed
constants HaveLookAhead and LookAhead. It would be
a good thing to have this option set and the appropriate
project file included so that stupid users can compile the
project without any roadblocks.
3. The project requires SRMC.R32 but that file is not
included. Please supply the file or add a batch file to
compile it. Again, this is something that can be worked
around by compiling the SRMC.RC file myself but it
would be good for it to be already done for first time
users.
Logged In: YES
user_id=744664
I'm having all the exact same problems, also with Delphi 7.