Thread overview
Juno 0.2 + Tlbimpd
Nov 23, 2006
JohnC
Nov 24, 2006
ideage
Nov 24, 2006
JohnC
Nov 25, 2006
ideage
Nov 25, 2006
JohnC
Nov 27, 2006
JohnC
November 23, 2006
The latest Juno release is up on DSource.

The new packages are:
    juno.xml - DOM processing and XSL transformations
    juno.intl - culture-specific information and formatting (eg, currency,
numbers and date/time)

Additionally, the COM package has been revamped, and the type library importer - Tlbimpd - now generates D source files for just about any type library you throw at it.

I've also added support for translating between different text encodings. The new Console class takes advantage of this to display characters correctly according to its code page.

The string module provides locale-aware sorting, case changing and comparison operations.

Work needs to be done on documentation, as well as good examples and tutorials. But if you're familiar with the .NET class library, you should be comfortable with Juno. You can always ask on the forum and I'll endeavour to help.

Juno is Windows-only and compiles on XP, and should also work on 2000 and Vista (when it's released). Windows 95/98/ME aren't supported.

Juno homepage: http://www.dsource.org/projects/juno
Downloads: http://www.dsource.org/projects/juno/browser/downloads
Forum: http://www.dsource.org/forums/viewforum.php?f=90


November 24, 2006
Wow,Thanks for juno!

but,Why write a shell script(run.bat) to compile juno?


November 24, 2006
"ideage" <lsina@126.com> wrote in message news:ek6b2s$igq$1@digitaldaemon.com...
> Wow,Thanks for juno!
>
> but,Why write a shell script(run.bat) to compile juno?

Not sure I understand what you're asking. Do you want me to include a batch file which you can use to get started quickly? I guess there are quite a lot of modules you need to reference.

Bud makes compiling large libraries easier, so it might be worth checking out. http://www.dsource.org/projects/build/


November 25, 2006
1. Yeah,a batch file that build a lib allow other EXE use it. 2. some sample,more doc.

Thanks Johnch!


November 25, 2006
"ideage" <lsina@126.com> wrote in message news:ek8fka$2n16$1@digitaldaemon.com...
> 1. Yeah,a batch file that build a lib allow other EXE use it.

Oh - templates kind of screw up libs and Juno uses templates pretty heavily. I've tried it before and it just caused much hair-pulling.

> 2. some sample,more doc.

That's the aim. Takes time, though.


November 27, 2006
"JohnC" <johnch_atms@hotmail.com> wrote in message news:ek40pp$1483$1@digitaldaemon.com...
> The latest Juno release is up on DSource.
>
> The new packages are:
>    juno.xml - DOM processing and XSL transformations
>    juno.intl - culture-specific information and formatting (eg, currency,
> numbers and date/time)
>
> Additionally, the COM package has been revamped, and the type library importer - Tlbimpd - now generates D source files for just about any type library you throw at it.
>
> I've also added support for translating between different text encodings. The new Console class takes advantage of this to display characters correctly according to its code page.
>
> The string module provides locale-aware sorting, case changing and comparison operations.
>
> Work needs to be done on documentation, as well as good examples and tutorials. But if you're familiar with the .NET class library, you should be comfortable with Juno. You can always ask on the forum and I'll endeavour to help.
>
> Juno is Windows-only and compiles on XP, and should also work on 2000 and Vista (when it's released). Windows 95/98/ME aren't supported.
>
> Juno homepage: http://www.dsource.org/projects/juno
> Downloads: http://www.dsource.org/projects/juno/browser/downloads
> Forum: http://www.dsource.org/forums/viewforum.php?f=90
>
>

I've written a couple of tutorials that should help people get started with the COM stuff.

Automating the Windows shell - http://www.dsource.org/projects/juno/wiki/Tutorials/Automation Using late binding to send emails over SMTP - http://www.dsource.org/projects/juno/wiki/Tutorials/LateBinding