CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 1999
    Posts
    10

    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.


  2. #2
    Join Date
    Jul 1999
    Location
    Germany
    Posts
    130

    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


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured