how to load delphi tframe from dll to delphi application
i have created a dll with tframe .
how can i load it inside my application, i dont like to use bpls , i only want to destribute exe and dlls with my app
Solution
Since a BPL is a DLL, go the BPL way: much easier.