
October 1st, 2004, 10:47 AM
|
|
Registered User
|
|
Join Date: Aug 2004
Posts: 2
Time spent in forums: 15 m 2 sec
Reputation Power: 0
|
|
You compiled your code with the "Use runtime libraries" option. (Might be worded differently.)
The file "rvcl60.bpl" is a runtime library. You just need to include it in the installation of your program. Depending on the version of Windows, it should go in: - Win98 and earlier
C:\WINDOWS\SYSTEM\
- XP and 2000
C:\WINDOWS\System32\
- NT
C:\Winnt\System32\
At the very least, you can include it in the directory/folder of your .EXE file.
|