[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Thanks to all Re:Writing DLL's?



PureBytes Links

Trading Reference Links

Jim,

> Not wanting to put the time and effort into learning how to write
> DLL's, We

You might consider to use Borland Pascal / Delphi. The language is 
very similar to EL and any code can be easily converted into Pascal. 
The only obstacle is to pass the variables into and out of the DLL. 
However this is not so complicated.

If you use tools like hushnums there is always the danger that you 
mess up the variables. These tools can lead you to write "dirty" 
programs because you are referencing global variables. 
Clearly defined DLL's with proper input/output routines can 
give you speed advantages as well.

Just my to pence.

Gerrit Jacobsen