carbide vs UIQ plugin problems

Login to reply to this topic.
Sat, 2006-03-11 13:45
Joined: 2004-12-03
Forum posts: 53
Carbide vs UIQ plugin doesn't work for me.
Anybody got it running??

( available since yesterday from:www.uiq.com/developer )

I am only intersted in uiq21 now

At first it added second "\" in path:
C:\Symbian\UIQ_21\runtime\\Epoc32\include

When I messed with file in Documents and setting it become to work.

However it cannot find cpp files.... My mmp's are valid. Even when I import example it doesnt work.

My newest error:
Bitmap file 1 : /c4C:\Programy\Symbian5\resource\font.bmp
Why isn't it adding space after /c4???

For me whole plugin is wrong.

Wojciech Freliszka
NinthBit


Sat, 2006-03-11 14:18
Joined: 2004-12-03
Forum posts: 53
Re: carbide vs UIQ plugin problems
Differences between uiq2.1 and s60 compilation:

S60:
Compiling resources...
epocroot = \Symbian\6.1\Series60\
* C:\Symbian\6.1\Series60\..\Shared\epoc32\gcc\bin\cpp.exe

and UIQ2.1:
Compiling resources...
epocroot = \Symbian\UIQ_21\runtime\
* cpp -undef -C -I C:\Programy\Symbian1\group

As you can see whiile in S60 is valid path to cpp.exe file, in uiq is only "cpp"... The plugin is incomplete

Wojciech Freliszka
NinthBit

  • Login to reply to this topic.