zeromus

Results 24 issues of zeromus

Try this c# code ``` class Foo { class Bar { } } ``` It will pretty much just go off the rails, generating the below code, which among other...

consider this: ``` local test = mynativeclass(); local test = mynativeclass(); ``` Assume mynativeclass has a release hook. The release hook won't be called during this code. It will be...

I've recently established contact with the founder of the freenode #squirrel channel to ensure the channel isn't orphaned. Him and I lurk there continually, and there is an average of...

I attempted to add support for this scenario: printf("%s\n",mytable) by calling ToString() on whatever parameter comes in for %s. It seems straightforward enough, but I was blocked by the way...

This is a speculative idea. I haven't thought it through completely. I would like to see a functionality like struct or object initialization (I think that's what it's called.) Essentially...

desmume crashes sporadically (or consistently if youre not lucky) in retroarch x86 issue dealt with at https://sourceforge.net/p/desmume/code/5320/ I would welcome any comments from folks with more recompiler performance experience, but...

I was just stumped for a while by a dumb mistake: I used `-chain msvc` to process x64 .obj files. The error that manifested was `Unsupported relocation kind 0008`; it...

[dlltest10.zip](https://github.com/alainfrisch/flexdll/files/2523503/dlltest10.zip) Here I've made a visual studio 2015 integrated example of using flexdll. Open the sln, set startup project to exe, and set debug working directory to `$(ProjectDir).run` You will...

fix 'a' mode in io.open