Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: Create simple DLL file

49 views
Skip to first unread message

Sean H

unread,
Mar 11, 2013, 1:44:16 AM3/11/13
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

0 new messages