UIQ in VISUAL C++

Login to reply to this topic.
Tue, 2003-06-17 04:47
Joined: 2003-06-12
Forum posts: 104
How do i integrate UIQ in Visual C++..?

"its all right, the gun isn't loaded."


Tue, 2003-06-17 08:12
NewLC AdministratorSymbian AccreditedForum Nokia Champion
Joined: 2003-01-14
Forum posts: 2006
UIQ in VISUAL C++
Unless you use the Quartz SDK (Symbian OS v6.0), there is no public way to do this today. If you want to go UIQ, you have to buy Codewarrior.

Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant

Tue, 2003-06-17 09:54
Joined: 2003-06-12
Forum posts: 104
Re: UIQ in visual c++
actually i had installed symbian 7.0 and codewarrior...  i wanted to try it in visual C++...

i successfully made a makefile for vc6 but when i tried compiling wins udeb an error appears saying he can't make edll.lib... something like that..

is that the problem?

"its all right, the gun isn't loaded."

Tue, 2003-06-17 10:29
Anonymous (not verified)
Forum posts: 2043
UIQ in VISUAL C++
That's the issue!

All the libs you have are compiled for Metrowerks environment....
Looks like this is not the same format as the VC++ one so you won't be able to link.

There is several post about this on Symbian devnet epoc.c++. I don't remember whether someone achieve to fix this.
Tue, 2003-06-17 16:38
Joined: 2003-06-12
Forum posts: 104
UIQ in VISUAL C++
thanks for the info!!

"its all right, the gun isn't loaded."

Mon, 2003-08-04 18:21
Joined: 2003-07-25
Forum posts: 31
UIQ in VISUAL C++
Exactly! If it works for VC++, they wouldn't even release CW for UIQ!  Cheezy
Tue, 2003-10-28 11:04
Joined: 2003-10-22
Forum posts: 100
UIQ and Visual C++
Hey,

I just installed UIQ and have no problems using it with Visual C++.
All you have tro do is updsate your EPOCROOT variable and then go to your UIQ directory and type "devices -setdefault @" followed by phone ID you get if you type "devices" by itself )Take the one that doesn't have runtime at the end). That's it.

                                     Regards, Aljaz
Mon, 2005-10-10 16:26
Joined: 2005-03-30
Forum posts: 206
Re: UIQ in VISUAL C++
what about the emulator .... the project is beeing compiled ... but i can't start it in my emulator.

guda

  • Login to reply to this topic.