Subj : bcc32 Linking error?? To : borland.public.cpp.borlandcpp From : Jayvee Vibar Date : Tue Sep 23 2003 05:13 pm I'm using a BCC command line tools. I'm getting the following error when compiling/linking my test.cpp source file. I already have included the required header and libraries on BCC32.CFG . Is it required to create a MAKEFILE.MAK ? Any ideas ? Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unresolved external 'SQLAllocEnv' referenced from C:\DEVCPP\TEST\TEST.OBJ Error: Unresolved external 'SQLAllocConnect' referenced from C:\DEVCPP\TEST\TEST.OBJ Error: Unresolved external 'SQLConnect' referenced from C:\DEVCPP\TEST\TEST.OBJ ....... TIA. .