Clinton A. Pierce wrote: > A very cool hack, indeed. :) > > It's gonna need a little work though. On Win32 Parrot_dlopen is a > passthrough to LoadLibrary() which, as far as I can tell, doesn't have the > same behavior for this case. *But* it seems as though if you can find > parrot's name (imcc.exe, parrot.exe, etc...) and pass *that* to loadlib it > should work fine. Maybe. More testing required. No, just use GetModuleHandle(0) instead of LoadLibraray if NULL is passed.
> Thanks! No problem, thank you for your work! cya, Jens Rieks