|
more documentation of DLL interface Arsham Atonyan from United Arab Emirates [4 posts] |
5 year
|
Hello
I am studying the RR SwapColor DLL example module while it it mostly clear what are the interface "extern" functions there is no comprehensive list with documentation on the subject. HashtableExt is also not in DLL directory.
can you provide documentation on DLL module interface specification.
Thanks
Arsham
|
|
|
Steven Gentner from United States [1446 posts] |
5 year
|
Arsham,
Are you sure you want to develop a DLL plugin? That's very rare. Most actually use the API (socket based communication) to talk to RR for querying or setting values. The DLL is really only used for developing new modules of your own making that become part of the processing pipeline and are NOT used for integration to other external systems ... that is too slow to do in the processing pipeline.
Just confirming your intended goal before you get too deep into the wrong direction.
STeven.
|
|
|
Arsham Atonyan from United Arab Emirates [4 posts] |
5 year
|
Dear Steven
yes I am absolutely sure that DLL module implementation is right for me.
Regards
Arsham
|
|
|
Arsham Atonyan from United Arab Emirates [4 posts] |
5 year
|
hello
are there any updates
|
|