Hello friendly Harbourians,

Under "contrib" dir there are two implementations of OLE; one in "hbwin", and 
the other in "hbole", personally I want to use the one contained in "hbole", 
the problem is that I need to link in too the "hbwin" lib because I need to 
use the WIN_PRN printer class contained there.

This results in linking phase errors showing that some functions are 
duplicated:

  - hb_oleVariantToItem
  - HB_FUN___OLEENUMNEXT
  - HB_FUN_OLEERROR
  - HB_FUN_GETACTIVEOBJECT
  - HB_FUN_CREATEOBJECT

Should I move the entire WIN_PRN implementation out of "hbwin" to a new 
"hbwinprn" contrib lib ?


best regards,

Teo


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

Reply via email to