Implementation of the BS language as created by Mark Rendle at BuildStuff.lt 2014. Refer to this repo for information and canonical list of language features
206
stars
10
forks
source link
Like VB6, Strings should not be NULL terminated #24
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!
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!