Running application at startup

G

Guest

Dear all,
I have developed Windows XPe image. I try to run the application
at the startup when the image is booting up. I did this by making the
application as Shell component in Target designer. This application was
developed in Microsoft Visual C++ 6.0 . After booting the XPe image, it says
the error,
" This application has failed to start ,
because MFC42D.DLL was not found. Re-installing the application may fix this
problem."

How can I add that DLL? Kindly help me to solve this
problem.

Thanks & Regards,
Veerasivakumar. V


--
V.Veerasivakumar
InLott Technologies Pvt Ltd,
Chennai,
India.

E-Mail: (e-mail address removed)
 
S

Stas Pavlov \(eMVP\)

Hi Veerasivakumar

MFC42D.DLL is the debug version of MFC42.DLL.
If you will not plan to debug your application on XPe
then simple compile release version of the application - it links
application with MFC42.DLL.
And then check that Microsoft Foundation Class component is in the
configuration.

Regards,
Stas.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top