Page 1 of 1

Log4OM SDK

Posted: 08 Dec 2014, 22:00
by PB4FUN
How about making an SDK for Log4OM ?
It would be nice to have access some to functionality from another program, like setting the call/freq/mode into Log4OM or getting a new freq after clicking on a clusterspot inside of Log4OM.

something like this :

ALog4Om = new TLogForOM
try
ALog4OM.SetCall('XY1ABC')
ALog4OM.SetFreq(this.Freq)
if Assigned(ALog4OM.onChangeCall) ChangeCall()
....
....
ALog4OM.SaveQSO
finally
ALog4OM.Free
end

Re: Log4OM SDK

Posted: 09 Dec 2014, 12:02
by IW3HMH
Hi Meindert
something already exists in WCF. Other functionalities could be added "easily" on request.
I'm working on that for new V2 release (that is a complete rebuild of the whole software).

I'm actually working with external access (WCF) but a DLL is planned, as said, on V2. I'm still planning that, so i'm also evaluating a "plugin" system for Log4OM with full access to all data. Actually in V2 database DLL's are mounted at Runtime, so expandability is (will be) possible.