Hello
I am programming a simple RFC server program which should be called by an ABAP program. It compiles without any errors, but please can somebody help me with the following linker errors:
1>myrfc2010.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_nlsui_initialize" in Funktion "_wmain".
1>myrfc2010.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_RfcListenAndDispatch@12" in Funktion "_nlsui_main".
1>myrfc2010.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_RfcRegisterServer@12" in Funktion "_nlsui_main".
1>myrfc2010.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_RfcInstallServerFunction@16" in Funktion "_nlsui_main".
1>myrfc2010.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_RfcCloseConnection@8" in Funktion "_nlsui_main".
1>myrfc2010.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_RfcGetFunctionDesc@12" in Funktion "_nlsui_main".
1>myrfc2010.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_RfcOpenConnection@12" in Funktion "_nlsui_main".
1>C:\startrfc2010.exe : fatal error LNK1120: 7 nicht aufgelöste externe Verweise.
I think I set all the project properties right and tried a lot of different things to solve the problem but now I do not know what to do.
Thank you for your help in advance and best regards
Max