wxSymbian UUID
ABX
abx at abx.art.pl
Wed May 2 11:01:19 PDT 2007
Jordan Langholz <jordan at ...> writes:
> Each Symbian app requires a UUID. When you make a new project in
> Visual Studio or one of the other IDE's one is allocated and put into
> a GetUUID() type function. For widgets but, we need a way of
> specifying it.
Yes, and since bakefile is our build system I reserved a place where it's
specified: http://www.bakefile.org/doc/ch04.html#tag.uid
<exe id="hello">
<sources>hello.c</sources>
<uuid type="symbain1">...</uuid>
<uuid type="symbain2">...</uuid>
<uuid type="symbain3">...</uuid>
</exe>
Reference why three uuids:
http://www.symbian.com/developer/techlib/v70sdocs/doc_source/GlobalGlossary/GlossaryDocumentU.html
And once delivered (through VS project files or bakefile specification) I agree
it should be available as Vadim suggested.
ABX
More information about the wx-dev
mailing list