Rss Feed
Tweeter button
Facebook button
Technorati button
Reddit button
Myspace button
Linkedin button
Webonews button
Delicious button
Digg button
Flickr button
Stumbleupon button
Newsvine button

Archive for April, 2012

MemoryModule 0.0.3 released

Much time has passed since the last version, so I’m pleased to announce the release of MemoryModule 0.0.3.

MemoryModule is a library that can be used to load a DLL completely from memory – without storing on the disk first.

Changes since 0.0.2:

  • fixed compilation issues with gcc
  • added mingw makefile
  • added support for 64bit DLLs
  • fixed compilation issue when using Vista SDK?
  • fixed wrong checking of result from LoadLibrary for errors (issue #2)
  • minor code cleanup

You can download the source from github, please report any issues in the tracker. As usual, any feedback, suggestions or patches are very welcome!

Monday, April 9th, 2012 Development 5 Comments