ANSI strings

D

Dave Cullen

Can I force VB.NET to use non-Unicode strings when passing an argument
to an outside process? The null in the 2nd byte of each "character" is
being interpreted as a string terminator in my dll.

Thanks
 
H

Herfried K. Wagner [MVP]

Dave Cullen said:
Can I force VB.NET to use non-Unicode strings when passing an argument
to an outside process? The null in the 2nd byte of each "character" is
being interpreted as a string terminator in my dll.

'Private Declare Ansi Function...'.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top