Skip to content

@VBA wrapper #33

@Laeeth

Description

@Laeeth

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:

  1. generate extern(C) wrappers with marshalling of D types
  2. generate .def file
  3. 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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions