Re: Passing string from VB to C++ dll routine

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Ah! That's it! The APIs are in C++, so I just amended DrawText to DrawTextW
and passed the same pointer that I was giving DrawShadowText, et voila! I
didn't know there was a Unicode version of DrawText. I must of overlooked it
somehow.

Thanks Jim.


.



Relevant Pages