Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
4.50/5 (2 votes)
See more:
hi, i've reviving a 6 year old VC6.0 project and i've got it to compiler fine in VS2010 BUT it keeps complaining it can't find the old help compiler

i know the help system has changed and plan to replace the old help system with an online thing anyhow so i simply want to remove all references to help from my project but i just can't seem to find where that lives?

does anyone know how to do it?

thanks
Posted

1 solution

How big is this project? How much of the build configuration differs from defaults?

Unless the time would be prohibitive, I'd be tempted to start with a new solution in VS2010 and add the VB source files to it so that you get a nice clean project rather than spending time figuring out how to reconfigure the old project.
 
Share this answer
 
Comments
steveh2112 22-May-11 20:48pm    
its about 15 source files, but that's not a bad idea, just start a new project and add the sources back in until it links. thanks for the idea.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900