-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Would be great to have an @vba wrapper as a companion project.
VBA types are pretty simple. Return by reference, strings are char* and length; same for arrays.
Same deal:
- generate extern(C) wrappers with marshalling of D types
- generate .def file
- generate VBA declarations referring to the DLL
That's pretty much it for something useful.
see experimental/excelwrap in kalcore for a simple example
Metadata
Metadata
Assignees
Labels
No labels