DLL file is missing after successful BUILD

  • Thread starter Thread starter rodrigojds
  • Start date Start date
R

rodrigojds

Guest
Hello everybody

I have a small problem and I would like to ask for some help.

I inherited a small VS solution which has 2 sub-projects. The first sub-project should return an executable file and the other one a .dll file. I compile each one separately and in fact the executable file appears but when I build the other one no dll file is to be found!

After being built successfully I did a file search for the dll but it isn't anywhere.

I checked each sub-project's properties and everything seems to be ok (albeit ok to a beginner like me doesn't mean much!)

I should also add that this had been built on VS 6 a few years ago without any issues so I don't believe that there's something wrong with the code itself.

Here are some printscreens :

442601.jpg

442603.jpg


Any ideas what I am doing wrong?

If there's any further information that I can provide just let me know!

thanks a lot!! :-)

Continue reading...
 
Back
Top