>-----Original Message----- >From: marek.horody...@interia.pl [mailto:marek.horody...@interia.pl] >Sent: Tuesday, April 07, 2009 10:46 PM >To: Harbour Deve >Subject: [Harbour] undefined symbol > >Building from the nightly all is good. >But when I'm building a test application : > >Function Main() > #include "hbgtinfo.ch" > REQUEST WVT_SetCodePage > ? hb_gtInfo( HB_GTI_CLIPBOARDDATA) > inkey( 0) >Return Nil > >I have this error: >Open Watcom Linker Version 1.8 >Portions Copyright (c) 1985-2002 Sybase, Inc. All Rights Reserved. >Source code is available under the Sybase Open Watcom Public License. >See http://www.openwatcom.org/ for details. >loading object files >searching libraries >Error! E2028: IID_IPicture is an undefined reference creating
In xHarbour in file wvtcore.c is included #include "hbgtwvt.h" and in hbgtwvt.h is : #if defined(__MINGW32__) || defined(__WATCOMC__) || defined(_MSC_VER) #include <ocidl.h> And in ocidl.h is defined (in watcom and bcc32 einwironment !) : EXTERN_C const IID IID_IPicture In harbour I do not see this road from wvgcore.c file. Pritpal, can you see this ? Regards, Marek Horodyski _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour