[wx-dev] Re: wxSymbian UUID

Vadim Zeitlin vadim at wxwindows.org
Wed May 2 19:05:23 PDT 2007


On Wed, 2 May 2007 18:01:19 +0000 (UTC) ABX <abx at abx.art.pl> wrote:

A> Jordan Langholz <jordan at ...> writes:
A> > Each Symbian app requires a UUID. When you make a new project in 
A> > Visual Studio or one of the other IDE's one is allocated and put into 
A> > a GetUUID() type function. For widgets but, we need a way of 
A> > specifying it. 
A> 
A> Yes, and since bakefile is our build system I reserved a place where it's
A> specified: http://www.bakefile.org/doc/ch04.html#tag.uid
A> 
A> <exe id="hello">
A>   <sources>hello.c</sources>
A>   <uuid type="symbain1">...</uuid>
A>   <uuid type="symbain2">...</uuid>
A>   <uuid type="symbain3">...</uuid>
A> </exe>

 But what does this do? I.e. how can you actually get the values from the
bakefile into the program -- using /DUUID=... in CPPFLAGS?

 Regards,
VZ





More information about the wx-dev mailing list