Borland
package 파일 linker error
leo21c
2009. 10. 26. 15:44
package와 project를 구분하여 projectgroup를 설정하여 사용할 때
package의 파일을 include 했음에도 external linker error가 발생하면 bpr 파일을 검토 해 보길 바란다.
bpr(project file)의 <LIBRARIES value=....와 <SPARELIBS value=....가 있는데 <LIBRARIES value=....에
package가 명명되어 있지 않으면 package의 파일을 include 해도 linker 에러가 발생한다.
package의 파일을 include 했음에도 external linker error가 발생하면 bpr 파일을 검토 해 보길 바란다.
bpr(project file)의 <LIBRARIES value=....와 <SPARELIBS value=....가 있는데 <LIBRARIES value=....에
package가 명명되어 있지 않으면 package의 파일을 include 해도 linker 에러가 발생한다.
LIST