Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Getting an error "The ordinal 6828 could not be located in dynamic link library MFC42.dll"

15 views
Skip to first unread message

Shravani Chatterjee

unread,
May 25, 2000, 3:00:00 AM5/25/00
to
Hey there,
Can anyone say when I install an application which is developed on
Visual C++ 6.0 on Windows NT 4.0 service pack 4, I get an error "The
ordinal 6828 could not be located in dynamic link library MFC42.dll"
when I click on the exe of the application.

Thanks
Shravani


Error Coad

unread,
May 25, 2000, 3:00:00 AM5/25/00
to
You need to use static linking in your app. If you don't, you will be at the
mercy of whatever version of MFC happens to be installed on each of your
clients' systems, now and forever.

There are many myths about the benefits of dynamic linking, but in the long
run, it ain't worth it.

Shravani Chatterjee <shra...@tt.comm.mot.com> wrote in message
news:392D9D82...@tt.comm.mot.com...

Joseph M. Newcomer

unread,
May 26, 2000, 3:00:00 AM5/26/00
to
You have the wrong version of the MFC42.dll installed. You can either
statically link (ugly), put the DLL in your own directory (slightly
ugly) or use an installer program to install the correct DLLs
(optimal). It has been many years since an installation can be done by
a "copy" command.
joe

On Thu, 25 May 2000 16:39:14 -0500, Shravani Chatterjee
<shra...@tt.comm.mot.com> wrote:

>Hey there,
> Can anyone say when I install an application which is developed on
>Visual C++ 6.0 on Windows NT 4.0 service pack 4, I get an error "The
>ordinal 6828 could not be located in dynamic link library MFC42.dll"
>when I click on the exe of the application.
>
>Thanks
>Shravani

Joseph M. Newcomer [MVP]
email: newc...@flounder.com
Web: http://www3.pgh.net/~newcomer
MVP Tips: http://www3.pgh.net/~newcomer/mvp_tips.htm

0 new messages