BSLang / BS

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

Open gbrusella opened 1 year ago

gbrusella commented 1 year ago

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!