Subj : Re: Y2K problem To : borland.public.cpp.borlandcpp From : "Raoul Kieffer" Date : Mon Jul 14 2003 10:54 pm Thousands of thanks Bruce, this solved my problem. Best regards Raoul " Bruce Salzman" schrieb im Newsbeitrag news:3f13068e@newsgroups.borland.com... > > "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 > > .