Search:

Type: Posts; User: phil

Search: Search took 0.01 seconds.

  1. Replies
    41
    Views
    9,370

    Try placing system("PAUSE"); just above return...

    Try placing
    system("PAUSE"); just above return 0 in your source file.
    Then in the line counting program for example .Type some lines pressing enter .Then press Ctrl + z then enter.
  2. Replies
    7
    Views
    2,559

    I turned off "Scan global files referenced in...

    I turned off "Scan global files referenced in inlude" same project now loads in 0.13 secs.

    my projects compile in about 10-15 secs I can live with that.

    Thank you for your help.
    Phil
  3. Replies
    7
    Views
    2,559

    Govtcheez I know my computer is old. So why...

    Govtcheez
    I know my computer is old. So why haven't I upgraded yet. Well I don't play games, apart from board games or cards online and they work just fine, don't watch films listen to music on my...
  4. Replies
    7
    Views
    2,559

    Dev C++ takes 3 mins to reload a project

    Hello
    When I run Dev C++ and open a project it takes about 3 minutes to load. While it is loading the status bar shows,
    parsing\ include\ headers.
    Is it necessary for it to do this every time I...
  5. Replies
    3
    Views
    1,822

    Thank you for the 2 replies, I tried the sleep( )...

    Thank you for the 2 replies, I tried the sleep( ) first, in the while statement and that stopped the cpu running at 100%. Why does this work?

    Then I tried ValidateRect() in WM_PAINT. When I put...
  6. Replies
    3
    Views
    1,822

    3 windows, cpu 100%

    Hello Everyone
    When I originally created three windows I did not realize that they were making my cpu run at 100% while my program was running. So I had been happily programming away but when I...
  7. Replies
    4
    Views
    1,016

    Thanks SMurf All my windows are visible now ....

    Thanks SMurf
    All my windows are visible now . I'll read up on those window styles.
    phil
    There was slight problem I did not notice because of the colours I was using for the windows, but I put the...
  8. Replies
    4
    Views
    1,016

    Ok here is some of the code // Update...

    Ok here is some of the code


    // Update winclass for main_child window .START
    // Then register class .START
    wndclass.lpfnWndProc = ChildWndProc;
    wndclass.hIcon =...
  9. Replies
    4
    Views
    1,016

    Disappearing window.

    Hello Everyone
    This problem might be very obvious but I can't solve it. In my program I have three windows, the main parent window, a child with scroll in the parent window and a child without...
  10. Replies
    5
    Views
    2,466

    Thank you Salem, that worked perfectly.

    Thank you Salem, that worked perfectly.
  11. Replies
    5
    Views
    2,466

    Sorry there may have been a mistake in my call to...

    Sorry there may have been a mistake in my call to the SLAdd function.
    I've changed

    result = SLAdd(&pSllist,tag,&papples,size);

    to

    result = SLAdd(&pSllist,tag,&apples,size);

    the code...
  12. Replies
    5
    Views
    2,466

    ok this my code #include #include...

    ok this my code

    #include <stdlib.h>
    #include <string.h>
    #include <assert.h>
    #include <stddef.h>
    #include <stdio.h>
    #include "sllist.h"
    typedef struct FRUIT {
    int boxes;
  13. Replies
    5
    Views
    2,466

    Dereference pointer to void pointer to member

    Hello
    I've searched the board but can't work this one out.
    Trying to dereference pointer to void pointer to member.
    The program compiles without error until a put this line in.


    Line 34:...
  14. Thread: Im a newb help!

    by phil
    Replies
    27
    Views
    3,473

    sean_mackrory why? Are you are so constructive.

    sean_mackrory why? Are you are so constructive.
  15. Thread: Inside Com

    by phil
    Replies
    0
    Views
    975

    Inside Com

    Hello,
    I'm trying to get the example program from the book Inside Com chapter 7 working.The error I get when I run the program is can't create component.This is what I did.I made one change to the...
  16. Replies
    3
    Views
    1,298

    Kuphryn, I've now found out , It's CSplitterWnd....

    Kuphryn, I've now found out , It's CSplitterWnd.
    Thanks
    Phil
  17. Replies
    3
    Views
    1,298

    Scrollable window within a SDI

    Is it possible?Does any one know how could I do this:
    I would like to have a scrollable window,about half the size of an
    SDI window within the window of the SDI window. I don't
    want or need the...
  18. Thread: bitmap

    by phil
    Replies
    4
    Views
    1,605

    :) Since my last post I found a tutorial on the...

    :) Since my last post I found a tutorial on the web.Which I
    tried and it worked first time.Great my first bitmap.
    For anyone who is interested the link is...
  19. Thread: bitmap

    by phil
    Replies
    4
    Views
    1,605

    Thanks for helping me with my problem kuphryn.I...

    Thanks for helping me with my problem kuphryn.I still can't
    get it to compile.Here are the errors.
    ---------------------------------------------------------------------------------


    cpp(63) :...
  20. Thread: bitmap

    by phil
    Replies
    4
    Views
    1,605

    bitmap

    Can someone please help?I'm trying to print a bitmap to the screen.
    This is where I'm upto:
    ------------------------------------------------------------------------------------
    void...
  21. Thread: title bar icon

    by phil
    Replies
    2
    Views
    1,967

    Thanks very much Fordy.

    Thanks very much Fordy.
  22. Thread: title bar icon

    by phil
    Replies
    2
    Views
    1,967

    title bar icon

    Can somebody please tell me how to change the title bar icon.
    I used the app wizzard (mfc)vc6.I Tried to change it through
    the resource tab but didn't work.
    phil
Results 1 to 22 of 22