I have had to take a new direction with my project. I want to control the DLL that is being called hundreds of times by TradeStation, from an app compiled in PB - Control APP.
The DLL is called by TradeStation and DOES NOT produce a dialog.
I need a way of sending something from the PB Control APP such that the DLL waits untill it receives this message/value/whatever befor continuing ie:
WHILE %VarFromApp = 0
LOOP
I would like to keep it simple because the DLL is called thousands of times (once for each minutes data in TradeStation back 3 yrs).
Is there any way to do this without creating a dialog in the DLL?
------------------
Kind Regards
Mike
The DLL is called by TradeStation and DOES NOT produce a dialog.
I need a way of sending something from the PB Control APP such that the DLL waits untill it receives this message/value/whatever befor continuing ie:
WHILE %VarFromApp = 0
LOOP
I would like to keep it simple because the DLL is called thousands of times (once for each minutes data in TradeStation back 3 yrs).
Is there any way to do this without creating a dialog in the DLL?
------------------
Kind Regards
Mike
Comment