Re: Database connection problem on VB6.0
- From: "Jim Carlock" <anonymous@localhost>
- Date: Mon, 26 Feb 2007 19:06:00 -0500
Jim Carlock suggested...
http://www.rohitab.com/apimonitor/
The app runs well. And I think it's still free. Nice tool to keep in
your arsenal.
"Paul Lambert" replied...
:: Well that's suggesting something I should have done from
:: the beginning. I ran sysinternals (now part of M$) FileMon
:: utility to monitor file activity and found that the program
:: when executing is looking for MFC42LOC.DLL which
:: sure enough is not on my system.
One of those MFC...dll's. <g> The LOC file seems to be a
language specific file which then reaches into mfc42.dll.
Tim stated at the following link...
http://groups.google.com/group/microsoft.public.vc.mfc/browse_frm/thread/6483f3440b4382af/
<quote>
I have an MFC app written in Visual C++ 6.0 Professional. It's
localized, so I need to include mfc42loc.dll for the build of each
language. (Mfc42loc.dll overrides mfc42.dll and causes
microsoft-written MFC dialogs to appear in that language.)
</quote>
Also, take a look at the following...
http://groups.google.com/group/microsoft.public.vc.mfc/browse_frm/thread/5f0ed69e63b897c2/
It appears that mfc42loc.dll and mfc42.dll are dependent upon
each other. The LOC file ends up being a language specific
(German, English, Spanish) dll I think. At least that's the way
I'm interpreting it (unknown how correct my interpretations
really are).
One last thread from Google to finish my comments off from.
http://groups.google.com/group/microsoft.public.vc.mfc/browse_frm/thread/bbcfba614e14a5ea/
Gonzalo Rodriguez stated...
<quote>
I am developing a software with VC++ 6.0 in which I am using
a commercial activex control for vectorial drawing.
I am running my application on Spanish versions of Windows 98
and Me and the activex control fails when the local version of
mfc42loc.dll is present in the system directory. I see this also
happens with other local versions.
When I delete or change the name of mfc42loc.dll all works ok.
</quote>
SO... I haven't messed with this particular problem. And I don't
have an answer right off the top of my head. Perhaps someone
else can throw something in to help out.
--
Jim Carlock
Post replies to the group.
.
- References:
- Database connection problem on VB6.0
- From: Engada
- Re: Database connection problem on VB6.0
- From: Jim Carlock
- Re: Database connection problem on VB6.0
- From: Engada
- Re: Database connection problem on VB6.0
- From: Jim Carlock
- Re: Database connection problem on VB6.0
- From: Paul Lambert
- Database connection problem on VB6.0
- Prev by Date: Re: Vista Change Specifics
- Next by Date: Re: Sad
- Previous by thread: Re: Database connection problem on VB6.0
- Next by thread: Have a problem that is stumping me.
- Index(es):
Relevant Pages
|