Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Like VB6, Strings should not be NULL terminated #24

Open
gbrusella opened this issue Jul 3, 2023 · 0 comments
Open

Like VB6, Strings should not be NULL terminated #24

gbrusella opened this issue Jul 3, 2023 · 0 comments

Comments

@gbrusella
Copy link

Strings in VB6 are not null-terminated, so when you have to interact with an external DLL written in C / C++, you must ensure that the strings were null-terminated; otherwise... Well, problems galore!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant