Changeset 36
- Timestamp:
- Mar 14, 2018, 12:50:43 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gotcha.cpp
r30 r36 117 117 if ((Version() < 1)) 118 118 { 119 DisplayError("GOTCH A.DLL TO OLD",120 "The file gotch a.dll is to old for this version of "121 "Gotcha! As you should have received a sufficiently "119 DisplayError("GOTCHDLL.DLL TO OLD", 120 "The file gotchdll.dll is to old for this version of " 121 "Gotcha! Quiet As you should have received a sufficiently " 122 122 "new version with the program, check if an older " 123 "version of gotch a.dll is still residing somewhere "123 "version of gotchdll.dll is still residing somewhere " 124 124 "in your LIBPATH. And did you actually copy the new " 125 "gotch a.dll to some directory in your LIBPATH?");125 "gotchdll.dll to some directory in your LIBPATH?"); 126 126 exit (0); 127 127 }
Note:
See TracChangeset
for help on using the changeset viewer.