Sample ATLButton--Help, help, help
Working with the tutorial of Visual C++, I attempted to build a sample (ATLButton) and it built OK. When I attempted to test it with the test container, it could not be found. When an attempt was made to execute, it produced a debug dialog to attach the process. The button was not registered when the build was executed.
By the way, how do you work with the samples--is there anyway to go through the build process step by step.
Re: Sample ATLButton--Help, help, help
I'm not sure what the problem is.
Did you register your control (Regsvr32 ....) ?
I don't think you can build step by step, but
in stdout you get all the output anyway.
If this was not the problem please explain in more detail.
PUH