in reply to Re: Win32::API Memory Exception with GetCommandLine() (which returns a static string)
in thread Win32::API Memory Exception with GetCommandLine() (which returns a static string)
Thanks for the suggestion of "Inline::C". I hadn't seen that module before now. Unfortunately it's seems to be brittle on my system (failing because it didn't quote one of the Win32 directories with embedded spaces for gcc). However, it does produce a rough XS that I'll probably use quite a bit in the future.
I'll probably end up using XS. And so, I should thank you again for showing me the basic XS template for this function.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Win32::API Memory Exception with GetCommandLine() (which returns a static string)
by syphilis (Archbishop) on Jul 08, 2007 at 10:10 UTC |