in reply to Inlin::C in Win32

Thank everybody replyed, It works! Give me some time, I'll post my code. ;)

I am trying to improve my English skills, if you see a mistake please feel free to reply or /msg me a correction

Replies are listed 'Best First'.
Re^2: Inlin::C in Win32
by Anonymous Monk on Feb 06, 2008 at 19:02 UTC
    I'm also having this issue can you the details how it worked
      Please send me the details as i'm getting the same error. i'm trying to call functions from cpp dll bellow is my code se Inline C => DATA => LIBS => '-lRemote'; $text = 'Testing wrapper dll funcs...'; my_Run(); __END__ __C__ #include <Remote.h> int my_Run(){ Run(); // This function is defined in dll file }