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]...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.