Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: Using module with c code in perl program.

by PilotinControl (Pilgrim)
on Dec 21, 2015 at 19:37 UTC ( #1150878=note: print w/replies, xml ) Need Help??


in reply to Re: Using module with c code in perl program.
in thread Using module with c code in perl program.

I've used Inline::C with success and it works under Win32 too.

  • Comment on Re^2: Using module with c code in perl program.

Replies are listed 'Best First'.
Re^3: Using module with c code in perl program.
by stevieb (Canon) on Dec 21, 2015 at 19:41 UTC

    I can't confirm for sure because I was only reading into the error message OP was getting, but none of the examples I found online showed using Inline::C within a module, so I traded __END__ for __DATA__ which the error clearly stated it was looking for, and I suspect the module close was causing the grief.

    I'm hoping one of the experienced Inline Monks has run into this before, and can clarify. My test was literally just a guess and some playing :) On Windows, I'd think that one would need to install a C compiler (unless ActiveState and/or Strawberry come with one build-in).

    Update: read Re: Using module with c code in perl program. by AnonyMonk, as my suspicions regarding end-of-module are definitely confirmed by the documentation, per that post.

      There should be examples in the Inline::C module for both the C and Perl side of the equation. I followed the examples step by step and the Hello World example worked as stated. I am using ActiveState Perl

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1150878]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others contemplating the Monastery: (3)
As of 2023-03-22 16:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (60 votes). Check out past polls.

    Notices?