Juno-Windows-Class-Library icon indicating copy to clipboard operation
Juno-Windows-Class-Library copied to clipboard

A class library for Windows programming written in D

Results 13 Juno-Windows-Class-Library issues
Sort by recently updated
recently updated
newest added

This includes the type changes needed to compile 64bit. I haven't figured out how to get 64 bit dmd working in Windows 8 so I haven't verified any examples work,...

I seem to have found a mystery method. no property from for type SAFEARRAY https://github.com/JesseKPhillips/Juno-Windows-Class-Library/blob/master/juno/com/core.d#L1273

I've got it mostly building ok now in GDC 4.6 1/32bit (including running a couple of the examples), but there are loads of errors when trying to build in 64bits....

Todo

The following link describes a problem and solution, it should be reviewed in the future. http://www.dsource.org/forums/viewtopic.php?p=22965&sid=c93941193d22f5f7c9d5b2f11302a2d3#22965

Todo

Scope classes are being deprecated by the language. There are a few instances in juno.com.reflect(209). These should be identified and removed. I'm not sure how they should be changed. I'm...

Todo

Currently initAsClient always sets coInitializeEX to COINIT_APARTMENTTHREADED. This should allow specification of other types so that multithreading is an option.

com.reflect contains a 'TypeAttributes' enum. TypeImpl has an 'attr_' member of type TypeAttributes. When Parameter.getParameters builds up the parameter list for a function, it creates an instance of TypeImpl using...

Type libraries can reference other type libraries (e.g. function parameters can be types from other libraries). For example, the type library for Outlook references the type library for Office. At...

Todo

As mentioned at http://www.dsource.org/forums/viewtopic.php?p=22966#22966, tlbimpd will suppress the output of CoClasses which are marked as non-creatable, and this can cause problems if those classes are used as parameters to other...