https://bugs.winehq.org/show_bug.cgi?id=52686 Robert Wilhelm <sloper42(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sloper42(a)yahoo.com Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #2 from Robert Wilhelm <sloper42(a)yahoo.com> --- Confirming, DateAdd is a stub in wine 7.4 dlls/vbscript/global.c: static HRESULT Global_DateAdd(BuiltinDisp *This, VARIANT *arg, unsigned args_cnt, VARIANT *res) { FIXME("\n"); return E_NOTIMPL; } -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.