On Wed, 30 Jul 2008, I wrote:
http://lists.harbour-project.org/pipermail/harbour/2008-July/009354.html
,-
| I just tryed to build harbour dll with Borland C++Builder 5.0 (win32)
| and CodeGuard for the first time, I set the following:
|
| set HB_BUILD_DLL=yes
| set CFLAGS=-v -y -vG -Od
|
| and run make_b32.bat
|
| I get the following errors:
|
| Error: Unresolved external '_CG_DESC' referenced from 
E:\HRB\OBJ\DLL\B32\MAINDLLH.OBJ
| Error: Unresolved external '_CG_A_PD' referenced from 
E:\HRB\OBJ\DLL\B32\ESTACK.OBJ
| :
| Error: Unresolved external '_CG_GA_BP' referenced from 
E:\HRB\OBJ\DLL\B32\HBTRACE.OBJ
| Error: Unresolved external '_CG_GA_GY' referenced from 
E:\HRB\OBJ\DLL\B32\PPCORE.OBJ
|
| Which shows that the OBJ was created with the CodeGuard flag and
| the linker without it. Which environment should I set?
`-

I saw no reply.

Also, "make_b32 clean" does delete the dll from the
bin/b32/ directory but does not delete it from bin/
(it is copied there by make_b32 install)

clean does not remove auto-generated include/hbverbld.h


  Chen.
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to