Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: tunahead
  • Content: Threads
  • Order by date
  1. tunahead

    adholioshake I have given up trying that

    I somehow need to find a decent tutorial focusing on cpp in Windows anybody know any? werner
  2. tunahead

    where can I find

    a online tutorial that focuses on c-programming for Windows? thanks for any critics or comments werner
  3. tunahead

    is there any way I can get my hands on the MSDN

    I mean like a download or something? thank you werner
  4. tunahead

    main.h?

    what si the main.h for?
  5. tunahead

    not working.......

    after I did what you said: HWND (CreateMainWindow(HINSTANCE hInstance)) { WNDCLASSEX wndClass; //WNDCLASSEX Struktur //Struktur initialisieren wndClass.cbSize=sizeof(WNDCLASSEX); //Größe angeben wndClass.style =CS_DBLCLKS | CS_OWNDC|//Standart CS_HREDRAW | CS_VREDRAW;//Stile...
  6. tunahead

    adholioshake: here is what you asked for

    error C2146: syntax error : missing ';' before identifier 'CreateMainWindow' error C2501: 'HWND' : missing storage-class or type specifiers fatal error C1004: unexpected end of file found Error executing cl.exe.
  7. tunahead

    could some body help with this code?

    " error C2146: syntax error : missing ';' before identifier 'CreateMainWindow'" HWND CreateMainWindow(HINSTANCE hInstance) { WNDCLASSEX wndClass; //WNDCLASSEX Struktur //Struktur initialisieren wndClass.cbSize=sizeof(WNDCLASSEX); //Größe angeben wndClass.style =CS_DBLCLKS |...
  8. tunahead

    if "adholioshake" is still around please click here

    (by the way i am goomouse only that the other acount doesn´t work) I did what you said but it aint working any other ideas? if so, thanks HWND CreateMainWindow(HINSTANCE hInstance) { WNDCLASSEX wndClass; //WNDCLASSEX Struktur //Struktur initialisieren wndClass.cbSize=sizeof(WNDCLASSEX)...
  9. tunahead

    the same again PLEASE just a window in Windows!

    "I seem to have 3 errors in this and they are all from here" hWnd CreateMainWindow(HINSTANCE hInstance) "to here. It says that there is missing a ; before the identifier CreateWindowMain. Here is the rest of the code (its only a simple Windows in Windows) {...

Part and Inventory Search

Back
Top