Apr 10, 2002 #1 cadbilbao Programmer Apr 9, 2001 233 ES Hello. I'm new to Borland C++ BCC32, and I would like how to add a library to my project, by using MAKEFILE, or in the command line. Regards.
Hello. I'm new to Borland C++ BCC32, and I would like how to add a library to my project, by using MAKEFILE, or in the command line. Regards.
Apr 10, 2002 Thread starter #2 cadbilbao Programmer Apr 9, 2001 233 ES I'm trying with (inside my makefile): libDirs = -L$(BCCROOT)\lib;$(BCCROOT)\lib\psdk;d:\foo Where d:\foo is the directory with my library. But I'm getting errors like: ! Error: Unresolved external What am I doing wrong? Thank you. Upvote 0 Downvote
I'm trying with (inside my makefile): libDirs = -L$(BCCROOT)\lib;$(BCCROOT)\lib\psdk;d:\foo Where d:\foo is the directory with my library. But I'm getting errors like: ! Error: Unresolved external What am I doing wrong? Thank you.