Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

TCC: Take Command is not loaded

May
15,047
271
Is this expected when running TCC35 (started from tabbed toolbar) in a TCMD36 tab? It happens with or without ConPty.

1775999021886.webp
 
I could be completely wrong, of course. But I've never known TakeCommandIPC() to work between different versions of TCC and Take Command.
 
I could be completely wrong, of course. But I've never known TakeCommandIPC() to work between different versions of TCC and Take Command.
The image in post #4 is of TCCv34 using TakeCommandIPC() in TCMDv35. My plugin returns a window handle and TCTOOLBAR /I does not give an error. I've repeated that several times. But it's an oddity. I looked a little and didn't find another version mismatch where it worked.
 
Mismatched versions shouldn't work. If you have one that does, it's an oddity / bug.

The reason for this is that new versions frequently add new things to the IPC calls, and it would be a pain to try to support a dozen older calling formats. Plus, I cannot think of any reason why you would actually want to do this.
 
Back
Top