Non-COM funtions in DLLs
Robert Hastings <[email protected]>
| Newsgroups | gmane.comp.windows.devel.jawin |
|---|---|
| Message-ID | <002301c45c84$4020daf0$4bd46bce@seraph> |
Instead of trying to parse the header files directly why don't we build a typelibrary with a module section that describes all of the funtions. Then we can use the typelib browser to auto generate the calls. That way we'd have the necessary [in] [out] markers... Of course, we'd need to enhance the typelib browser to support modules/functions. Robert