Rajesh,
Are you looking to store database data on the phone (i.e. client and server on the phone), or access database data on a server somewhere (i.e. client on the phone, server on a...
Type: Posts; User: regan_coleman; Keyword(s):
Rajesh,
Are you looking to store database data on the phone (i.e. client and server on the phone), or access database data on a server somewhere (i.e. client on the phone, server on a...
Did you look through the Registration example?
Pro membership is not required. Check out:
http://www.forum.nokia.com/info/sw.nokia.com/id/ef4ecf31-f248-4e79-be46-f3afc6fffe72.html
and/or...
Some questions that may help:
Are you sure you're using a valid UID, i.e. a UID no other app on that phone has?
Did you create an AIF file?
What happens if you browse to the app folder for...
Paul's right -- your application hanging is probably due to something else. I copied your code and got it working fine for me on v3 MR.
Just in case you haven't considered it, also, look into...
mreaves,
speaking as a balding guy, don't tear your hair out :)
See: http://discussion.forum.nokia.com/forum/archive/index.php/t-54563.html
good luck!!
http://www.xenient.com
>>Access Violation occurs, could any please tell me why?
Before PopAndDestroy(iMvsEntry) pops and destroys, it checks to make sure iMvsEntry is the more recent pointer pushed on the cleanup stack....
justinlacroix,
You need to emulate an E drive. Search for 'How to configure virtual drives' in the docs.
By the way, this and much more is covered in the SymbianOS Essentials class...
Steve,
All SymbianOS builds are unicode builds for several versions now. For a console type application, use CConsoleBase->Printf(). Look at the examples folder to see some examples.
Good...
>>How can I increase the heap size using EPOCHEAPSIZE?
It goes in the MMP file. See the MMP file syntax section in the docs
http://www.xenient.com
>>Does such a thing exist for S60 3rd edition?
I do not know of any publicly available one for Series 60
>>If not, is it even possible to write your own memory allocator and utilize that instead...
EPOC was the name of the early versions of SymbianOS, which is why you'll see references to it.
I always believed it was because it heralded a new epoch in personal convenience with the original...
Hello Alvaro,
Feel free to ignore my advice, but my recommendation is to use Carbide instead. Nokia isn't supporting BuilderX for latest releases, and carbide express edition is free.
...
Things to try:
1) De-install the SDK using Control Panel
2) Reboot
3) if the sdk folder is still there under c:\symbian, try renaming it, i.e.:
c:
cd \symbian
ren 7.0s old7.0s...
Are you using the GUI framework, or is this a console or server? If you're not using the GUI framework, make sure to start your active scheduler.
http://www.xenient.com
Hello vinyakk,
For questions about UIQ devices, I'd advise trying one of the UIQ forums -- that's more appropriate. Here's the URL to the UIQ developer site where you can sign up:...
I think the responses you are getting in the Java forum to this question are good.
>>That linker error is actually a useful thing.
...
>>I remember being told way back in 1998 on a EPOCWorld Training course that the reason EFalse and ETrue are declared as such is to create the...
Not sure which SDK you are using but look for an example -- on some SDKs in the examples folder look for the appengine folder
or take the Symbian Appengines class; I'm biased because we offer it,...
Are you sure the version of the SDK you have supports Borland? Try downloading an SDK that explicitly supports Borland.....
http://www.xenient.com
excellent-and-concise post as usual hotcheese.
i would add that this is caused by, in your case, ddskani, the TBool being typedef'd to an int, (usually the case depending on compiler) while ETrue...
If anyone is following this thread, is curious about the solution, and might be confused by this comment of marycore's:
>>I just removed this line witout undoing........
I thought I'd clarify....
Priju,
Usually this is due to using a global text editor by mistake instead of a rich text editor. Make sure your control/dialog everywhere REALLY supports rich text, not global text.
...
Just create one dialog with all three
Hi marycore,
>>I change the construct to ConstructL... same error...
yes -- the naming won't do anything, it was just a minor point about conventions
>>I don't know where is the problem!
...