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.