tlm_reply and tlm_replyQuery are not exported functions in the Dll. Why not?
How shall I respond to a incoming Mr in my callback function if I can't use tlm_reply and tlm_replyQuery?
The export tags for these calls were accidently removed when splitting up the API code - sorry!
EXT_DECL will be added to the trunk and the just released version of 2.0.2 because it will make no functional changes (the Windows targets are verified using the static libs, only).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The export tags for these calls were accidently removed when splitting up the API code - sorry!
EXT_DECL will be added to the trunk and the just released version of 2.0.2 because it will make no functional changes (the Windows targets are verified using the static libs, only).
Fixed in trunk and 2.0.2.0
Thanks! I was not sure I had misunderstand the use of the function.
trdp_if_light.h need also to be updated.
Fixed