JesseKPhillips / Juno-Windows-Class-Library

A class library for Windows programming written in D
http://dsource.org/projects/juno
Boost Software License 1.0
15 stars 3 forks source link

Juno Windows Class Library

This is a continuation of the Juno project found on DSource.org.

I have made it compile as a library with D2.060. I've seen all examples working, so this is good news. If you need a quick easy SMTP server for the latebinding example: http://www.softstack.com/freesmtp.html

You can also find the original code in the D1 branch.

Check out the wiki for more details https://github.com/JesseKPhillips/Juno-Windows-Class-Library/wiki

Compiling

When compiling this library you can use

make juno

Further more the make file includes some examples Suggest: https://github.com/JesseKPhillips/Juno-Windows-Class-Library/wiki/Updating-Libraries

make events

make latebinding

make messagebeep

make relativepath

Of which I've only seen the last two work.