compile problems 2.6.3 wince

M.Z. mauro.ziliani at tin.it
Sat Dec 2 05:48:50 PST 2006


On Mon, 18 Sep 2006 17:33:47 +0200, wim delvaux wrote:

> Hi all,

Hi.

> I have some problems with the compilation of 2.6.3 for WinCE
> 
> [cut]
> 
> 3. (FATAL !) i seem to be missing two functions Uuid::set() (with
> different args) called from Uuid::Uuid() (with different args) in
> Activex.obj.
> 
> I find the strange since 1. uuid is only in msw/ole (does wince support
> ole ?) and I find no Uuid class reference in the workspace
> 
> 
You have to include under the MSW Sources the file uuid.cpp in src/msw/ole
directory.
Then I discovered in include/wx/msw/wince/setup.h the following 2 rows

#undef wxUSE_DRAG_AND_DROP
#define wxUSE_DRAG_AND_DROP 0


With this define putted to 0 inside uuid.cpp the functions Uuid::Set isn't
compiled and then not linked.

The trouble is in activex.cpp or its ancestors file. Something is wrong
about wxUSE_DRAG_AND_DROP use.

I'll investigate.

> Thanx

Of nothing.
  Mauro
> 
> --------------------------------------------------------------------- To
> unsubscribe, e-mail: wx-users-unsubscribe at lists.wxwidgets.org For
> additional commands, e-mail: wx-users-help at lists.wxwidgets.org






More information about the wx-users mailing list