Development plugin in Visual Studio 2013

Are you trying to load a Ruby C Extension? Or a generic Windows DLL?

I think to create a Ruby C Extension

You should not get a dll from that. Did you look at the GitHub repo? It produce a .so file under Windows and .bundle under OSX. These files you require like you would require RB files (except that you drop the file extensions).

Note, you probably want to read up on general Ruby C API and familiarize yourself with that as well:
http://silverhammermba.github.io/emberb/c/

Hi all,

Any update about xcode project for 2015 ?