in reply to Re: Inlin::C in Win32
in thread Inlin::C in Win32

I'm also having this issue can you the details how it worked

Replies are listed 'Best First'.
Re^3: Inlin::C in Win32
by praveen_76_1999 (Initiate) on Feb 06, 2008 at 19:45 UTC
    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 }