Has anyone done a conduit using Delphi 4? I can *read* the examples that come with the package, but I can't *load* them and run them. If some clever Delphi 4 user would be willing to share .....
thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Something you could try is to create a new form, and then select to view the form as text. Then cut and paste the contents of the DFM file that comes with the example and save it. A bit annoying, but every version of Delphi since Delphi 5 uses textual DFMs, so I figured it was best decision in terms of multi-version support.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Has anyone done a conduit using Delphi 4? I can *read* the examples that come with the package, but I can't *load* them and run them. If some clever Delphi 4 user would be willing to share .....
thanks
Something you could try is to create a new form, and then select to view the form as text. Then cut and paste the contents of the DFM file that comes with the example and save it. A bit annoying, but every version of Delphi since Delphi 5 uses textual DFMs, so I figured it was best decision in terms of multi-version support.