in reply to Re^2: How do I call C++ Dll's class Function in perl using Win32::API
in thread How do I call C++ Dll's class Function in perl using Win32::API
D:\>perl -MWin32=NULL -e " warn NULL() 0 at -e line 1. D:\>perl -Mwin32=NULL -e " warn NULL() Undefined subroutine &main::NULL called at -e line 1.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How do I call C++ Dll's class Function in perl using Win32::API
by anupama (Novice) on Mar 12, 2009 at 13:01 UTC | |
by BrowserUk (Patriarch) on Mar 12, 2009 at 13:20 UTC | |
by Anonymous Monk on Mar 12, 2009 at 20:25 UTC | |
by anupama (Novice) on Mar 13, 2009 at 05:42 UTC | |
by BrowserUk (Patriarch) on Mar 13, 2009 at 05:58 UTC | |
by anupama (Novice) on Mar 13, 2009 at 06:44 UTC | |
|