CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: jerry_d

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    1,355

    Re: Watch Window is Gone

    Arjay,

    Thanks that worked. Being fairly new to visual C++ I had never seen that drop down menu before.
    It looks very useful.

    jerryd
  2. Replies
    4
    Views
    1,355

    Re: Watch Window is Gone

    Arjay,

    Thanks for the reply.

    When I click Debug/Windows the drop down menu only gives me these choices:

    Breakpoints
    Output
    Immediate
  3. Replies
    4
    Views
    1,355

    Watch Window is Gone

    Forum,

    Visual c++ 2010 Express

    Somehow the watch window is no longer shown in the debugger.
    It used to be available and I am stopped at a breakpoint.

    Is there a way to turn it back on...
  4. Replies
    2
    Views
    1,075

    Re: Quick Find window size

    J-W,
    Thanks for the reply.
    I did accidently drag one of the edges and it returned to the original size. Strange, but it fixed my problem.

    Jerryd
  5. Replies
    2
    Views
    1,075

    Quick Find window size

    Visual C++ forum,

    Somehow I have expanded the "quick find" window in visual c++ 2010 and
    can't figure out how to restore it to the original size.

    Any suggestions?

    Jerryd
  6. Replies
    1
    Views
    986

    Pass a handle to a function

    codeguru forum,

    Visual C++ 2010

    This is all very new to me.

    I'm using SFML with Visual C++ and need to pass a handle to
    a function. I've tried to find this on the web with no luck.
    ...
  7. Replies
    4
    Views
    828

    Re: Suspected Linker Problem

    VictorN,

    Thanks for the reply.

    I added the .lib file references to the linker and now it compiles.
    When the program runs a console opens up and then another large
    window that the task...
  8. Replies
    4
    Views
    828

    Suspected Linker Problem

    codeguru forum,

    Visual C++ 10.0, SFML 1.6

    New to both of these and all I'm trying to do is open a window
    with this code:

    int main()
    {
    sf::Window App(sf::VideoMode(800, 600, 32),...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured