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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by silvain

  1. silvain

    TAPI 3.0 call Transfer

    Hi, i'm newbie with Tapi3 and i've the same Problem.have you found any Solution ? Thanks
  2. silvain

    find a string

    Hi, i have read a file into a buffer CFile tst; tst.open(.........); DWORD len = tst.getlenght(); BYTE *buf = new BYTE[len]; tst.read(buf, len); now i want find a string in the buf and change it is there a function to find and change a string in Buffer? Thanks in advance
  3. silvain

    ISAPI-Comppliant Webserver

    Hi, i am new in vc++ programming .For my Project i must do a ISAPI-compliant Web server i have use the sample httpsrv from the MSDN Library. But i don't know how i can do that my webserver support ISAPI. Or is there another ways to do a ISAPI-Compliant webserver? Can Somebody help me please...
  4. silvain

    ISAPI-compliant Web server

    Hi, i am new in vc++ programming i try to do a ISAPI-compliant Web server i have use the sample httpsrv from the MSDN Library. But i don't know how i can do that my webserver support ISAPI. Can Somebody help me please? Thanks in Advance

Part and Inventory Search

Back
Top