Hi,

../../olecore.c(116) : error C2440: '=': impossibile convertire da 'void *' a 'char *' La conversione da 'void*' a puntatori a valori non 'void' richiede un cast esplicito

Fixed.

../../olecore.c(134) : error C2039: 'n1': non Š un membro di 'tagVARIANT'
c:\program files\microsoft sdks\windows\v6.0a\include\oaidl.h(427): vedere la dichiarazione di 'tagVARIANT' ../../olecore.c(134) : error C2228: l'elemento a sinistra di '.n2' deve avere una classe, struttura o unione

Line 134 is:
     pVariant->n1.n2.vt = VT_BSTR;

contrib/hbwin/win_ole.c has plenty of lines like this, but as I understand it compiles without error.

Can anybody test on MSVC some "global" structure definition settings like:
  #define STRICT
  #define NONAMELESSUNIONS
etc.



Regards,
Mindaugas
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to