Search:

Type: Posts; User: hallo007

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    1,364

    free space on unknow device

    How do you check the size of an unknow device (for example memory stick or USB storage)
    and the free space?
  2. Replies
    4
    Views
    2,255

    now i am getting erros with gettext , i installed...

    now i am getting erros with gettext , i installed it manualy , i installed with sudo , but it stays returning this error:

    Instellen van gettext (0.16.1-1ubuntu2) ...
    install-info: onbekende optie...
  3. Replies
    4
    Views
    2,255

    i installed 2.12.12

    i installed 2.12.12
  4. Replies
    4
    Views
    2,255

    Problems installing gtk

    *** 'pkg-config --modversion glib-2.0' returned 2.12.12, but GLIB (2.12.11)
    *** was found! If pkg-config was correct, then it is best
    *** to remove the old version of GLib. You may also be able to...
  5. Replies
    1
    Views
    1,165

    directory list

    I written a code to get the filelist in a directory
    with the use of FindNextFile
    but it only outputs files , how can i get the directorys to and how do i know that it are directorys
  6. Replies
    2
    Views
    920

    oooh , forgotten :P thnx

    oooh , forgotten :P thnx
  7. Replies
    2
    Views
    920

    class as argument problem

    class RpKeyBoard
    {
    private:
    unsigned int currentButtonX; //storage for the current position on keyboard --> x-as
    unsigned int currentButtonY; ...
  8. Replies
    20
    Views
    11,651

    thnx !!!:)

    thnx !!!:)
  9. Replies
    20
    Views
    11,651

    http://www.winprog.org/tutorial/

    http://www.winprog.org/tutorial/
  10. Replies
    20
    Views
    11,651

    I am following a tut , and i am now playing with...

    I am following a tut , and i am now playing with the windows and buttons;)
  11. Replies
    20
    Views
    11,651

    still 'string' : undeclared identifier i did...

    still 'string' : undeclared identifier
    i did #include <string>
  12. Replies
    20
    Views
    11,651

    I just start typing stuff , so just reopen the...

    I just start typing stuff , so just reopen the project as C++ and see what errors i get?
  13. Replies
    20
    Views
    11,651

    The string is a character , normal it works with...

    The string is a character , normal it works with including string
  14. Replies
    20
    Views
    11,651

    yeah, i tried it already , but then it gave me...

    yeah, i tried it already , but then it gave me this error
    >c:\....\app_one.c(17) : error C2065: 'string' : undeclared identifier
  15. Replies
    20
    Views
    11,651

    oke i am total new with visual C++ and windows ,...

    oke i am total new with visual C++ and windows , i dont understand the errors yet

    here is the full code



    #include <windows.h>
    #include <string>
    #include <shellapi.h>
    #include <shlobj.h>
  16. Replies
    20
    Views
    11,651

    project is a c project , I am using microsofts...

    project is a c project , I am using microsofts platform sdk and making a win32application
  17. Replies
    20
    Views
    11,651

    more then 100errors in header

    eu , wtf? How do i fix this
  18. Replies
    8
    Views
    4,055

    thnx:)

    thnx:)
  19. Replies
    8
    Views
    4,055

    doesnt make any different , same warnings , still...

    doesnt make any different , same warnings , still crashing at that point
  20. Replies
    12
    Views
    2,175

    or do you just make things with the windows.h...

    or do you just make things with the windows.h header?
  21. Replies
    12
    Views
    2,175

    YEAH , ./a.out did it , it said hello world in...

    YEAH , ./a.out did it , it said hello world in the terminal , but how do i let it do something in the GUI (mine is GNOME)
  22. Replies
    12
    Views
    2,175

    it compilled and when i double click on it , it...

    it compilled and when i double click on it , it doesnt react
  23. Replies
    12
    Views
    2,175

    doenst make any different:s

    doenst make any different:s
  24. Replies
    12
    Views
    2,175

    hello world doesnt start

    oke this is my firs application for linux , an hellow orld as always


    #include<stdio.h>

    int main()
    {
    printf("hello");
    getchar();
    return 0;
  25. Replies
    8
    Views
    4,055

    i get this warnings warning C4047:...

    i get this warnings


    warning C4047: 'function' : 'LPSTR' differs in levels of indirection from 'int'
    warning C4024: 'SHGetFolderPathA' : different types for formal and actual parameter 5...
Results 1 to 25 of 70
Page 1 of 3 1 2 3