RE: DLL Access
"David N. Heydon" <[email protected]>
| Newsgroups | gmane.comp.lang.4gl.fourjs.user |
|---|---|
| Message-ID | <90F148FB45DCD8118E7D00508B444C23042BCB@SRVNTS03> |
Genero (via gdc) has front end extensions to allow you to call functions in DLL's. However it uses the push/pop parameter passing mechanism, so its applicable for DLL's of your own making, but not for 3rd party ones... :-( David -----Original Message----- From: [email protected] [mailto:[email protected]] Sent: 05 October 2005 23:39 To: [email protected] Subject: [fourjs-users] DLL Access I see that there are DDE extensions to 4GL. Is there going to be any support in Genero or is there now for 4GL for DLL exposure in third party programs? We want to run a third party program for specific calculations and our only access is through DLL calls. I was hoping NOT to have to write and link in a C module that has object visibility. Thanks Bob Rogers