.ruby

Results 157 comments of .ruby

It feels like something strange. Are you using the hxcpp build cache? I'd like to know if a clean non-debug build helps - or try another test/sample but ideally with...

You can run with `--log 3` and look for the hxcpp logo to see what it's telling you about which version of MSVC it's using - could it be a...

Newer versions of snow automatically copy the correct OpenAL dll to the bin folder (you should see it there without any need to copy it manually) if your setup is...

Do you have [openal](https://www.openal.org/downloads/) itself installed? The installer that is, not the sdk. Can you try run the installer and then see if it persists?

You ran it and the error is still there? If you're compiling c++ target yes, but you wouldn't get an exe at all without VS, so I suspect you have...

The haxe installer does not install VS, so I can guess you maybe mean lime (or something else). It's quite difficult to debug inconsistencies with VS because MS made a...

It's still peculiar though, luxe/snow should work just fine on 2015 so I'm not sure where the issue is specifically rooted. Thanks for reporting back though and I'm glad it's...

There are definitely some things going on that are being resolved in the new vectors ([mentioned in the dev log briefly]()) and there are a few issues already listed for...

Sorry for the delay, can you elaborate on what what being reset means? The way the size mode works is that you give up some aspects in order to have...

ok after more direct discussion, the real issue is that position isn't handled well by the wip size modes. Meaning, if you set pos to a new value, and a...