$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Marc Paterno (paterno_at_[hidden])
Date: 2001-04-12 12:27:20
Hi all,
Is it possible to unload, and then reload, a DLL built using
bpl from Python? Currently, whenever I'm working on a DLL, I
have to exit Python (to release the DLL) before I can rebuild
the DLL. It would be a great convenience if one could just
unload the DLL, without exiting Python.
best regards,
Marc