>-----Original Message-----
>From: Mindaugas Kavaliauskas [mailto:dbto...@dbtopas.lt] 
>Sent: Wednesday, June 03, 2009 4:25 PM
>To: Harbour Project Main Developer List.
>Subject: Re: [Harbour] Hbmk2 and -gui/-std
>
>Viktor Szakáts wrote:
>>>> uuid lib is linked by hbmk2, and these symbols are present in that 
>>>> lib, so it's probably some symbol declaration problems on C level, 
>>>> but I don't know the answer.
>>> Mindaugas, can you improve olecore.c ?
>> 
>> To be precise in pointing at the faulty in my guess, this is IMO 
>> rather some special property (or maybe bug) in/of owatcom, which we 
>> may be able to work around.
>
>
>Hi,
>
>
>In BCC it is defined in oaidl.h and included in import32.lib.


C:\WATCOM\h\nt\oaidl.h
523│EXTERN_C const IID  IID_IDispatch;
524│EXTERN_C const IID  IID_IEnumVARIANT;


Problem with GUID_NULL :

C:\WATCOM\h\nt\cguid.h
25│EXTERN_C const IID  GUID_NULL;
C:\WATCOM\h\nt\directx\dsound.h
1075│#define DS3DALG_DEFAULT                 GUID_NULL 
C:\WATCOM\h\nt\guiddef.h
 46│#define IID_NULL    GUID_NULL
C:\WATCOM\h\nt\shobjidl.h
 183│    #define TOID_NULL               GUID_NULL
C:\WATCOM\h\nt\uuids.h
 18│#define MEDIATYPE_NULL      GUID_NULL

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

Reply via email to