| T O P I C R E V I E W |
| hajo_old |
Posted - 02/14/2004 : 06:58:38 AM Hello, all
is it possible to explicitely unload a dll in OC after using it?
I need that, as I'm trying to develop a more complicated GUI dialog using an ActiveX-Dll (resource dll only). I always have to shoot down Origin (CB) to compile and link the dll (using Visual Studio). I'd like to have Origin (CB) open and only switch between the two development environments, making some addaptions in the resource editor, compiling the dll switching back to CB and go on coding!
Is there a possibility to use some other compilers than Visual Studio like LCC or openWatcom (I saw you are using also watcom compilers examining some origin-dlls) for creating resource dlls (gui development) and how could that be done?
Thanks Hajo
-- -- Dipl.-Ing. Hans-Joerg Koch Siemens VDO, Regensburg
SVDO_Origin1 is now hajo  |
| 1 L A T E S T R E P L I E S (Newest First) |
| Mike Buess |
Posted - 02/14/2004 : 4:30:46 PM Hi Hajo,
If it's a DialogBuilder dll you can unload it with dialog.unload(DLLName) in LabTalk or LabTalk.dialog.unload("DLLName") in OC.
...DLLName must contain the path relative to Origin's program folder and no extension.
Mike Buess Origin WebRing Member
Edited by - Mike Buess on 02/14/2004 4:33:25 PM |
|
|