No .obj files created

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
I'm using Visual C++ .ne
I'm using the default compiler but it doesnt seem to be generating .obj files in debug mode
It creates a debug directory in the correct place but doesnt put any obj files into it
I get no compiler errors, then when it comes to linking I get error saying object files cant be found
Cheer
Ia
(Apoligies if this post appears twice, I posted it waited 45 mins and it didnt appear so I posted again)
 
Hi,

Does this problem happens with every VC project you have created ?

Thanks,
Mohamed

IanT said:
Hi,
I'm using Visual C++ .net
I'm using the default compiler but it doesnt seem to be generating .obj files in debug mode.
It creates a debug directory in the correct place but doesnt put any obj files into it.
I get no compiler errors, then when it comes to linking I get error saying object files cant be found.
Cheers
Ian
(Apoligies if this post appears twice, I posted it waited 45 mins and it
didnt appear so I posted again)
 
Back
Top