CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: umen

Page 1 of 10 1 2 3 4

Search: Search took 0.03 seconds.

  1. Connecting remote SSH server which OSS lib to choose ?

    Hey
    i want to be able to write simple SSH client to be able to connect to SSH server and invoke remote SSH command
    i found libssh and libssh2 and the old openSSh , what is the best and most...
  2. Good strategy or pattern in a sync single threaded server to broadcast massage to all

    im have some confusion and i need some high level direction can be in any language
    basically i need some pattern or algorithm that order the way massages are received in to the server and then...
  3. Replies
    2
    Views
    2,589

    Real time ray tracing how does it done

    Hello all
    i wander what technology does application like xara3d is using to be able present real time ray tracing
    how does such good quality rendering is done in real time ?
  4. I like to develop simple video application with transitions , which libraries touse?

    hello all
    I like to develop simple video application that , takes images and or text and creates video out of it and sound track.
    The most important thing is that I could program simple ( very...
  5. Re: c++ Unicode escape sequence and stl visual studo unable to read strings

    Hi and thanks for the fast reply , but i found some links about my problem , but from there still i haven't found the solution
    first link is exactly my problem ...
  6. c++ Unicode escape sequence and stl visual studo unable to read strings

    i have line of string in text file , i opened it in notepad and saved it to Unicode Encoding
    this string contain Unicode escape sequences .
    now my visual studio project that suppose to read this...
  7. C++ Key pressed working wired when integrating AntTweakBar with win32 OpenGL

    I know c++ , but Im beginner when it comes to win32 windowing. im trying to integrate into win32 opengl legacy code the simple AntTweakBar GUI lib . I tried to do it like it showed in the AntTweakBar...
  8. How can i use GUI in win32 opengl without GLUT ?

    Hi
    i have legacy win32 opengl application that is using only gl/glu from opengl32 .
    using wglCreateContext . now i need to implement input text and list box's in the application without using...
  9. Re: C++ fwrite dosnt write to text file , have no idea why

    so for preference its better to use the low_level?
  10. Re: C++ fwrite dosnt write to text file , have no idea why

    First of all thank allot for your answers
    i know this is crap code . but this is what i need to work with . what can i do ...
    Thanks Again
    can someone tell me what is the difference between...
  11. Re: C++ fwrite dosnt write to text file , have no idea why

    i know this is the problem i have legacy code that i have to use, first time i use this windows _sopen function
  12. Re: C++ fwrite dosnt write to text file , have no idea why

    i did this and changed it to be binary open like this:
    pfFile = fdopen(iFileId, "rb");
    pDesfFile = fdopen(iFileId2, "wb");

    and changed to :
    size_t f = fwrite (buffer , 1, lSize ,pDesfFile );...
  13. C++ fwrite dosnt write to text file , have no idea why

    i have this code that basically read from file and create new file and write the contend from the source to the destination file . it reads to the buffer and creates the file ,
    but fwrite
    dost...
  14. Re: can i get compilation version to promote by one and use in code in c++

    Thanks , but i dont understand how can i automatically promote it by one each compilation
    how it can remember the last number , file ?
  15. can i get compilation version to promote by one and use in code in c++

    i have meany compilations that each time i done compilation i move it to dyploy dir also i have debug and release versions , im getting lost here . my question is is there any way to promote some...
  16. Re: c++ how can i in win32 static text control enable to copy text ?

    Thanks for the example and help
  17. Re: c++ how can i in win32 static text control enable to copy text ?

    Thanks for the reply , im using ResEdit , so its selectble already .
    but when i select the text all the edit text background become painted in white how can i cancel that ?
    one more question , if...
  18. c++ how can i in win32 static text control enable to copy text ?

    im writing simple win32 application that is window and static text , now i want to enable the user to copy the text with his right click (mark and copy ) how can i do that ?


    LANGUAGE...
  19. Re: how can i access java deamon public method and get info from java client ?

    can i do it via jvm ? like c++ to java ?
  20. how can i access java deamon public method and get info from java client ?

    i have java daemon , that holds info . it is always working . ( its my code i can kill it and change it ) .
    now i like to be able to get and set parameters while this daemon is running with separate...
  21. win32 CreateProcess cannot convert parameter 2 from 'char *__w64 ' to 'LPWSTR' error

    hello all i have code from open source project that im integrating into my code . now my code settings in visual studio 2008 character set is Unicode . and the external code is Multi-Byte Character...
  22. Re: How to use win32 CreateProcess function to wait until the child done to write to

    thank you very much for your answer , can you please point me to some simple examples?
  23. How to use win32 CreateProcess function to wait until the child done to write to file

    Hello
    im not win32 programmer and its all new to me. i like to open process from my parent win32 application ( ok this is i know how to do) the child process then write to text file and close it...
  24. how to build local web proxy without configuring the browsers

    how does netnanny or k9 Web Protection setup web proxy without configure the browsers ? how can it be done ?
  25. Re: looking for tool that format long text string to valid c char*

    i cant just copy the java script i need tool that will properly escape the string before i can set the char *
Results 1 to 25 of 242
Page 1 of 10 1 2 3 4





Click Here to Expand Forum to Full Width

Featured