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 SkipVought 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. Kynrek

    vb string to char array

    ok i'm getting frustrated i'm gong to be blunt make the character array buffer and pszString equal strcopy dosnet work the buffer has garbage in it is it possible? void __stdcall FillString(LPSTR pszString) { // Create a temp buffer with our string char buffer[256]...
  2. Kynrek

    vb string to char array

    I am a vb programmer doing a quick c++ dll so i dont understand that much C++ not to be lazy, but i dont quite understand all of that documentation, i get the idea but i cant put it into code i'm confused by all the conversions, so the string from vb is in bstring and lpstr format which has...
  3. Kynrek

    vb string to char array

    i want to send a string to my vc dll from vb when vc writes to the file the text is not the same as what was sent from vb, basicly i want to go from a lpstr from vb to a c++ character array void __stdcall FillString(LPSTR pszString) { // Create a temp buffer with our string...
  4. Kynrek

    READ THE DOCUMENTATION

    RTFM! lol I'm glad you are here in case I can't find something in the manual :) thanks,

Part and Inventory Search

Back
Top