: : :
: : : This often comes when you use old version of dll.
: : : What is the full error message.
: : :
: : : __________________________________________
: : : greatest thing is to do wot others think you can't..
: : : suhredayan@omniquad.com
: : :
: : :
: : Thank you so much for responding. The error message I get is " The ordinal 5077 could not be located in the dynamic link library MFC42D.DLL". Actually I'm a novice programmer, just started using Visual c++ 6. I installed the MSDN 2000 libraries. I guess that might be the reason. you can email me: gsadzokpa@ualr.edu. thanks
: : Kofi
: :
:
: did you also install VC++ 6.0 SP 5? If not, download it free from microsoft.com
:
:
Ordinal 5077 could not be located means that the DLL that you use was
linked to use a version of MFC42D.DLL that was exporting a function with the ordinal 5077 while the your current version does not (therefore yours must be an older DLL).
you may have to download the latest mfc42d.dll from microsoft.
__________________________________________
greatest thing is to do wot others think you can't..
suhredayan@omniquad.com