Click to See Complete Forum and Search --> : Sample ATLButton--Help, help, help


Bill Goss
August 9th, 1999, 02:00 PM
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.

PUH
August 10th, 1999, 03:39 AM
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