Search:

Type: Posts; User: daYz

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    5,267

    GTK and QT both work on Windows, Linux and MacOS....

    GTK and QT both work on Windows, Linux and MacOS. GTK also works on UNIX. QT does not, if I am right. QT also does run on Android and embedded systems.

    If anyone has more information, please let...
  2. Replies
    6
    Views
    5,267

    Thanks for pointing me in this direction. If...

    Thanks for pointing me in this direction.

    If someone has more info please let me know.
  3. Replies
    6
    Views
    5,267

    Thanks. Which 3rd party GUI libraries can you...

    Thanks.

    Which 3rd party GUI libraries can you recommend?
  4. Replies
    6
    Views
    5,267

    GUI programming in C

    Hi,

    I have learned the basics of C, and now I want to code GUI's in C. I want to do it for both Windows and Linux.

    Can someone tell me how it can be done?

    Thanks.

    Ben
  5. Replies
    2
    Views
    2,758

    Thanks for the help. I am going to rewrite my...

    Thanks for the help. I am going to rewrite my code.

    Ben
  6. Replies
    2
    Views
    2,758

    isspace code problem

    Hi,

    I have written a little piece of code, but it is not working well. I want to check if argv[1][0] is a whitespace character or not. Both the printf functions do not print output to sdtout. This...
  7. Ok, thanks for your help guys :)

    Ok, thanks for your help guys :)
  8. How to measure the amount of bytes that a pointer points to

    Hi,

    Can someone show me how I can measure the amount of bytes that *ptr points to in the following piece of code? I don't know how to do that.

    Thanks for your help.


    #include <memory.h>
  9. I have restored my system, and installed Visual...

    I have restored my system, and installed Visual Studio 2005, and it all runs fine now :)
  10. Yes, that is why I was thinking that it could...

    Yes, that is why I was thinking that it could have something to do with some setting of my OS. I don't mind restoring my system. It only should take 15 minutes or so to restore it.
  11. I am going to restore my OS from a backup I have....

    I am going to restore my OS from a backup I have. I have uninstalled all versions of Visual C++, removed the belonging folders and reinstalled Visual C++ but it all did not help.

    Thanks all for...
  12. I did that this morning. Unfortunatly it did not...

    I did that this morning. Unfortunatly it did not help.
  13. When I try to load the Visual Studio command...

    When I try to load the Visual Studio command prompt from Visual Studio I get an error message about that vcvars32.bat is not recognized.
  14. Arrrgh. I did that and now the error The system...

    Arrrgh. I did that and now the error
    The system cannot find the specified path. is back again. lol
  15. Yes, I am using Windows 2000 and the cmd is in...

    Yes, I am using Windows 2000 and the cmd is in system32.


    When I choose to load the Visual Studio command prompt from Visual studio a cmd is loaded instead of the Visual Studio command prompt.
    ...
  16. Thanks for your help. I have changed the path,...

    Thanks for your help.

    I have changed the path, and the error is gone, but now the following error message occurs:


    Project : error PRJ0003 : Error spawning 'cmd.exe'.

    This is the output...
  17. VC++ Express: The system cannot find the specified path

    Hi,

    Recently I am unable to compile programs with Visual C++ Express 2005. It work fine before. When I try to compile code I get the error message:


    The system cannot find the specified path....
  18. Replies
    10
    Views
    9,575

    Thanks vart :) That does the job indeed.

    Thanks vart :)

    That does the job indeed.
  19. Replies
    10
    Views
    9,575

    Thank you very much guys :) If you could help...

    Thank you very much guys :)

    If you could help me with the last errror messages that would be really great.

    The following error messages seem to be related to:


    accept(mijnsocket, (struct...
  20. Replies
    10
    Views
    9,575

    Ok thanks :) The current code is: ...

    Ok thanks :)

    The current code is:



    #include <winsock2.h>
    #include <windows.h>
    #include <stdio.h>
  21. Replies
    10
    Views
    9,575

    Thanks matsp, That got rid of most of the...

    Thanks matsp,

    That got rid of most of the erros. I have to place
    SOCKET mijnsocket; at the variable declarations also. I also had to change
    if ( socketresultaat == INVALID_SOCKET){ to
    if ( ...
  22. Replies
    10
    Views
    9,575

    Cannot compile a C program in Visual C++ Express

    Hi,

    I am trying to compile a C program in Visual C++ 2005 Express but I get some errors. Can someone tell me how I can resolve this?

    I use the following C code:


    #include <winsock2.h>...
  23. Replies
    18
    Views
    30,115

    Thanks guys :) It is clear to me now. ...

    Thanks guys :)

    It is clear to me now.

    Regards,

    Ben
  24. Replies
    18
    Views
    30,115

    That is why I still don't understand why this...

    That is why I still don't understand why this would not work:


    int x = string;

    To me it looks like the address of string can be hold as a number by the integer variable.

    Thanks :)
  25. Replies
    18
    Views
    30,115

    I need to go to bed. I'll continue with this...

    I need to go to bed. I'll continue with this tommorow. Thanks for your help people.
Results 1 to 25 of 30
Page 1 of 2 1 2