In my FS-plugin I have the following problem: at an entering to plugin file system under different TC versions i have different order of functions calls. So in TC 7.0 pb1-pb3 the such order of calls:
FsInit
FsStatusInfo
FsFindFirst
FsFindNext
FsFindClose
And in TC 6.55:
FsInit
FsFindFirst
FsFindNext
FsFindClose
Seems, FsStatusInfo ISN'T CALLED at an entering to the plugin fs in TC ver. < 7.0! I had to rewrite my code to provide plugin compatibility under all TC versions.
I hope, this information will help someone else.
[Info]: Functions call order in FS-plugins
Moderators: Hacker, petermad, Stefan2, white