Subj : Re: Y2K problem To : borland.public.cpp.borlandcpp From : " Bruce Salzman" Date : Mon Jul 14 2003 03:37 pm "Raoul Kieffer" wrote in message news:3f12f0f2@newsgroups.borland.com... > Thanks Bruce, > I'm not quite sure what you mean by "rebuild the OWL library". > I went to the menu , but my problem remains. Hello, Raoul Sorry, for misleading you--it is actually the class library BDS52.DLL (or BDS52T.DLL if multi-threaded) that needs to be rebuilt. After installing the updated source files (date.cpp and time.cpp, as I recall), run the BUILD.BAT file located in the BC5\SOURCE\CLASSLIB folder. You might want to edit this file and change the line set BIDSVER=501 to set BIDSVER=502 This will create new class library dlls. Copy them into the BC5\BIN folder to replace the old ones. Then re-link your program. HTH, Bruce .