Recent content by steynpjm

  1. S

    Misc New TransX developer required/Agentgonzo's leaving thread

    Enjoy the trip. Just do not get out of the vehicle to take photos of lions...
  2. S

    Help with communication between modules

    When you need to "communicate" with a specific dll (and that dll typically runs as a singleton) it will be better in the long run, to talk to it directly. Trying to sqeeze every message through one or two paramaters, is not always feasible. You need to go through some form of translation on both...
  3. S

    Help with communication between modules

    In the long run, using dll exports is still the best way....
Back
Top