Dudenwatschn
Dudenwatschn
Do you prefer simple code snippets or an upload of the solution and python-files? As I could not find anything in the contribution guidelines, I'll stick with snippets for now....
To verify this behavior I created a C#-Application, where I added a reference to `vbNetLib`. `vbNetLib` is the Assembly created by the VB-Code mentioned above ## C-Sharp Code: ```cs using...
> Did you test this in VB.NET? From the compiler output on Godbolt, it doesn't look like the parameter-less constructor is actually created here. We had a bug with older...
I just wanted to chime in, since I managed to reproduce this issue on a raspberry-pi (armv7a) using llvm 18.1.8. Downgrading to 17.0.6 seems to resolve the problem - this...
@benjitrosch Hmm. weird. I just got it to run on WSL(Arch) using the current version of `lldb` from pacman (18.1.8-1). I don't know how you installed it on WSL. On...