Sean H
unread,Mar 11, 2013, 1:44:16 AM3/11/13You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
On 27/02/13 17:04, Synchronizer wrote:
> Hello all,
>
> I am trying to create a simple dll with some standard functions we would like to use but i can't get it to work. Does anybody has a simple example?
>
> thanx in advance
>
> Sync
>
If you don't do file access or use any ABC methods, it should be just a
case of making the app a DLL then in the calling app, go into module
view and create a new module of dll type and then create a new procedure
using the external template. You will need to change the module to the
correct one.
Sean H