Hello everyone,
Here's the situation... I have a full blown app that gets installed. The
powers that be wanted to add a nag dialog before a second pressing. This
'should' only change the .exe. But now when I install the App and try to run
it I get an error "EXE file is linked to missing export MFC70.DLL:6045". The
MFC70.DLL is installed and works if I use the old .exe. I used .NET 2002 to
recreate the original App's build enviroment. I'm under the impression that
the "6045" refers to a particular function call I am using, which if I knew
which one, maybe I could code it differently.
Anyone have any helpful advice?
Thanks in advance...