Hi, I try to embedd SQL calls in my application written in c++. The SAP database is on W2K server. Aplication is on W2K workstation. SAP DB is 7.3.029 Compiler is bcc32 /from borlands command line tools/ Precompiler converts code properly without warnings, the compilation phase runs smoothly but i can't link the resulting object file with SAP DB libraries. The path to libraries directory is set correctly, but ilink32 displays "unresolved external ... "messages for all SAP function embededd in program by the precompiler. I had tried cpclnk then, but it only displayed :
link -out:program.exe program.obj F:\sapdb\depend\LIB\libsqlca.lib F:\sapdb\depend\LIB\libpcrm.lib libcmt.lib oldnames.lib kernel32.lib -nodefaultlib:libc user32.lib gdi32.lib advapi32.lib and did nothing. There was no exe file, no warnings or error messages. I didn't find no information about options of cpclnk so i don't know what to try next. I'm new to SAP DB so could you tell me what did i do wrong, please? Regards Łukasz Borzęcki _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
