Subj : Tlink problem: bmdblib.lib - Borland C++ To : borland.public.cpp.borlandcpp From : Erwinn Reza Date : Mon Jun 07 2004 06:41 am Hi all, I am new here. first off i am so sooryyy with this out of date question. But I've been searching all the way down from many sources and I havent got any answer. Currently i am working on my MS SQL 7 database apps project using my old compiler Borland C++3.1. It's a console apps. Please dont ask me why still console? and dont tell me to go forward to Visual C++. I am using "DB Library for C" to connect my apps to MSSQL7. When linking (either thru IDE or command line TLINK.exe) the following error occured: Turbo Link Version 5.1 Copyright (c) 1992 Borland International Error: Undefined symbol GETNODE in library file c:\bc31\lib\bmdblib.lib in module DBEXTERN. I think I have provided all the necessary files & sources as the following: 1. BMDBLIB.LIB: a "DB-Library for C" library for MSSQL7 2. sqldb.h & sqlfront.h both provided by MSSQL7 3. Put "#DEFINE DBMSDOS" in my apps. Does anybody of you have such experience??? Please help me. I know some oldies like me out there maybe still use BC++3.1 thanks........ .