Skip to Content
0
Former Member
Oct 10, 2005 at 03:21 PM

C to Abap - librfc32.lib

27 Views

Hi friends,

I am trying to call a Abap Function Module in C Program.

In my C program i am getting an erro while ececuting. It has been compiled without errors, but i am facing linker error that "Undefined Symbol _RfcOpen". But i have included the path to the library files librfc32.lib and dll files.I am using Turbo C++ Version 1.01.

Can anyone tell where is the error.