----- Original Message -----
From: "Ruggero Manzoni" <[EMAIL PROTECTED]>
>
> If I dont' use LIBS all work, but I cant include
> others
> libraries :)
>
> Any help is appreciated.
>
> Thanks
> rOger
>
> This is the script:
> use Inline C => DATA =>
> LIBS => '-luser32';
>
> $text = "@ARGV" || 'Inline.pm works with MSWin32.
> Scary...';
>
> WinBox('Inline Text Box', $text);
>
> __END__
> __C__
>
> #include <windows.h>
>
> int WinBox(char* Caption, char* Text) {
> return MessageBoxA(0, Text, Caption, 0);
> }
>
Umm .... that actually runs ok for me .... msvc++ 6.0 (no service packs), AS
perl build 626, Win 2k, inline version 0.43 ...... scary indeed :-)
Cheers,
Rob