
VBA6 Dll Registration problem
That is because VBA6.DLL is a function library, not a COM DLL. You can't
register it, it just resides in your VB98 folder and programs can call
functions from it.
Kevin
--------------------
| Subject: VBA6 Dll Registration problem
| Date: Sat, 9 Jun 2001 13:57:23 +0200
| Lines: 17
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 5.50.4522.1200
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200
| Newsgroups: microsoft.public.vb.com
| NNTP-Posting-Host: ispp1.ispp-it.com 62.193.132.78
| Path:
cppssbbsa01.microsoft.com!news-out.cwix.com!newsfeed.cwix.com!news.maxwell.s
yr.edu!newsfeed00.sul.t-online.de!t-online.de!tkmsftngp01!tkmsftngp03
| Xref: cppssbbsa01.microsoft.com microsoft.public.vb.com:15706
| X-Tomcat-NG: microsoft.public.vb.com
|
| When I try to register vba6.dll following message appears:
|
| vba6.dll was loaded, but the DllRegisterServer entry point was not
| found.
|
| DllRegisterServer may not be exported, or a corrupt version of
vba6.dll
| may be in
| memory. Consider using PView to detect and remove it.
|
| Can anybody tell me what is the problem?
|
|
| Thanks.
|
| Tihomir
|
|
|