Re: Non-COM funtions in DLLs
Cyril <[email protected]>
| Newsgroups | gmane.comp.windows.devel.jawin |
|---|---|
| Message-ID | <000901c4603a$75b45a20$0101c80a@home1kvb86k4sm> |
It is enough to construct a function prototype (for marshal) with Java Reflection. Remember, in MS VB you can declare a static function prototype (with DLL and an entry names) and VB ''knows" how to treat with it. Vitaly Shelest ----- Original Message ----- From: "Roger I Martin PhD" <[email protected]> Newsgroups: gmane.comp.windows.devel.jawin Sent: Monday, June 28, 2004 3:28 PM Subject: Re: Non-COM funtions in DLLs > With some of the info coming from the user?... > ----- Original Message ----- > From: "Robert Hastings" <[email protected]> > To: <[email protected]> > Sent: Sunday, June 27, 2004 4:20 PM > Subject: [JAWIN] Non-COM funtions in DLLs > > > > 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 > > >