sancho1980
Technical User
hi
i'm trying to build a windows dll with the borland command line tools. the dll makes use of standard lib functions; the headers are all included and also the path to the library files is handed over to the linker but every time i try to build the dll, i'm getting the following linker error:
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_fopen' referenced from C:\DOCUMENTS AND SETTINGS\AR
NO\DESKTOP\MARTIN\TEST\LC_EXAMPLE.OBJ
Error: Unresolved external '_printf' referenced from C:\DOCUMENTS AND SETTINGS\A
RNO\DESKTOP\MARTIN\TEST\LC_EXAMPLE.OBJ
Error: Unresolved external '_fseek' referenced from C:\DOCUMENTS AND SETTINGS\AR
NO\DESKTOP\MARTIN\TEST\LC_EXAMPLE.OBJ
Error: Unresolved external '__fgetc' referenced from C:\DOCUMENTS AND SETTINGS\A
RNO\DESKTOP\MARTIN\TEST\LC_EXAMPLE.OBJ
any help, thanx
martin
i'm trying to build a windows dll with the borland command line tools. the dll makes use of standard lib functions; the headers are all included and also the path to the library files is handed over to the linker but every time i try to build the dll, i'm getting the following linker error:
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_fopen' referenced from C:\DOCUMENTS AND SETTINGS\AR
NO\DESKTOP\MARTIN\TEST\LC_EXAMPLE.OBJ
Error: Unresolved external '_printf' referenced from C:\DOCUMENTS AND SETTINGS\A
RNO\DESKTOP\MARTIN\TEST\LC_EXAMPLE.OBJ
Error: Unresolved external '_fseek' referenced from C:\DOCUMENTS AND SETTINGS\AR
NO\DESKTOP\MARTIN\TEST\LC_EXAMPLE.OBJ
Error: Unresolved external '__fgetc' referenced from C:\DOCUMENTS AND SETTINGS\A
RNO\DESKTOP\MARTIN\TEST\LC_EXAMPLE.OBJ
any help, thanx
martin