From 30ccb3bd227842ed117f325a853c1b303b3f4525 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 15 Dec 2003 19:47:51 +0000 Subject: [PATCH] Yet another useful hint for missing stdole32.tlb. --- dlls/oleaut32/typelib.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/oleaut32/typelib.c b/dlls/oleaut32/typelib.c index 677f03051b3..64b058bc7ea 100644 --- a/dlls/oleaut32/typelib.c +++ b/dlls/oleaut32/typelib.c @@ -321,6 +321,7 @@ HRESULT WINAPI LoadTypeLibEx( MESSAGE("You must copy a 'stdole32.tlb' file to your Windows\\System directory!\n"); MESSAGE("You can get one from a Windows installation, or look for the DCOM95 package\n"); MESSAGE("on the Microsoft Download Pages.\n"); + MESSAGE("A free download link is on http://sourceforge.net/projects/wine/, look for dcom95.exe.\n"); MESSAGE("**************************************************************************\n"); break; }