I need help compiler Opencadscade 6.1 with Borland C++ 6
I need help compiler Opencadscade 6.1 with Borland C++ 6
migue
2008/10/06 17:13
I´m trying to convert dlls (opendc...) coff to oms with coff2oms (the format used in borland C++ is oms)for use in Builder but it doesn´t work,
ANY SUGGESTION PLEASE?
Fotis Sioutis
2008/10/06 19:15
Propably you mean coff2omf :) ! Anyway ! In an ideal world of a common ABI(Application Binary Interface) between (compiler and linker) vendors you could use the vc compiled dll's with borland.Unfortunatelly this is not the case and every opencascade package needs compilation with bcc ! Anyway ... enough with theory ...