in reply to Re^2: Inline::C demonstration for C programmers
in thread Inline::C demonstration for C programmers
I'm actually having second thoughts. The program, in this case, is the DLL created and loaded by Inline::C. If the DLL is unloaded, then doesn't the pointer become invalid?
That still wouldn't be a problem here since the pointer to the string will be discarded before inflect returns control to Perl (having created an SV holding a copy of the string), and thus before Inline::C has a chance to unload the DLL.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Inline::C demonstration for C programmers
by missingthepoint (Friar) on Sep 03, 2008 at 02:07 UTC |