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 strongm 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: *

  1. cppprogrammer

    Upload servlet

    Hello! I need an upload servlet for my project. Does anybody know where i can find a complete example of a upload servlet and a belonging html form for calling it. Thank you
  2. cppprogrammer

    Callin assembler function from C++

    Now its working! Thanks again!
  3. cppprogrammer

    Callin assembler function from C++

    I dont see my function when i do: nm function_call.o
  4. cppprogrammer

    Callin assembler function from C++

    Thanks for the hint. Unfortunatly i still get the same error message.
  5. cppprogrammer

    Callin assembler function from C++

    Hello! My problem is that i dont know how to call an assembler function from a C++ program. I wonder i someone can see what i have done wrong in the code below? It is intel assembler on Linux ubuntu platform and i use the g++ compiler. I get this error message when i link the c objectfile and...
  6. cppprogrammer

    linker

    Hello! There is a comment in a example that says: // Need to link with Ws2_32.lib, Mswsock.lib, and Advapi32.lib How do i set linker options in Visual C++? Thank you.
  7. cppprogrammer

    WSACleanup

    Hello! It does not work to use the WSACleanup in my program. I am including the winsock2.h file. Anybody got any idea whats wrong?
  8. cppprogrammer

    Color of a window

    Hello! Is it possible to set the background color of a window with the CreateWindowEx function? And how?
  9. cppprogrammer

    Child window

    Hello! I am trying to create a child window that is resizable. It should also not be possible to move it out of the main window. I have read about the CreateWindowEx function in msdn and i have tried a lot of different combinations of the parameters. But i can not figure out how to do it. It...

Part and Inventory Search

Back
Top