Re: Wrap a DLL (Small Project)

new topic     » goto parent     » topic index » view thread      » older message » newer message

C Bouzy wrote:
> 
> Hello All,
> 
> Anyone here interested in wrapping a Windows DLL with 4 functions? Whoever is
> interested will be paid for their time via Paypal.
> 
> Chris
> 
> ----If you continue to do what you have always done,
> you will get what you have always gotten.----


 It's easy and fast with WMOTOR

include motor.eu

library("the.dll")
declare("SomeFunction1",3,u) -- 3 parms returns unsigned value
declare("SomeFunction2",0,s) -- 0 parms returns signed value
declare("SomeFunction4",4,u) -- 4 parms returns unsigned value
declare("SomeProcedure",3,n) -- 3 parms

record("NameOfStructure",    -- describe the Structures.
  "szName      : pointer : 1 "&
  "SecretValue : ulong   : 1 "&
  "szPassWord  : pointer : 1 ")


Bernie

My files in archive:
WMOTOR, XMOTOR, W32ENGIN, MIXEDLIB, EU_ENGIN, WIN32ERU, WIN32API 

Can be downloaded here:
http://www.rapideuphoria.com/cgi-bin/asearch.exu?dos=on&win=on&lnx=on&gen=on&keywords=bernie+ryan

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu