Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SAP RFC SDK Unicode libraries

Status
Not open for further replies.

brindisit

Programmer
Jul 25, 2003
7
US
How do you get the unicode libraries for the Windows SDK?
I have only librfc32.lib and librfc32.dll; the librfc32u libraries are missing.
 
I found the libraries and compiled an RFC program using UNICODE. RfcOpenEx did not work because some dlls were missing; I added those but even when libsapu16.dll is in WINNT\system32 the program still says it cannot find it:

Could not open libsapu16.dll [nlsui1.c 3120] pid = 1776
Terminating. [nlsui1.c 3239] pid = 1776

Can anybody help?
 
You can either download it from sap service website ( under WAS 6.20 ) or it will be in the latest gui 6.20 CD.

 
Yes, as I said I got the libraries (in a sapgui cd). The program compiled ok, but when run it stops with the above error.
I added the following dlls: librfc32.dll, librfc32u.dll, icuuc20.dll, icuin20.dll, icudt20.dll, and libsapu16.dll.
Looking at the name, probably libsapu16.dll is not for Win32...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top