Hi all!
I must say .NET support is supercool, however I am using several different source paths one of which contains .s assembly files. I added the .s files to my workspace which .NET then puts...
Type: Posts; User: aehrath; Keyword(s):
Hi all!
I must say .NET support is supercool, however I am using several different source paths one of which contains .s assembly files. I added the .s files to my workspace which .NET then puts...
Hmmm I cannot remember if I tried that...
I have successfully been able to build a default project and a default .dll file using the new .NET appwizard, so I am in the process of adding my code bit...
I have been working with VC6.0 for the longest time and now switched to .NET with NDS. Every since I can't get my app to work right though.
I can compile a new project fine but as soon as I add my...
I have a strange problem when using the MidiPlayer on the emulator. It does not seem to call MapcInitComplete when trying to play a wav file on the Symbian 6.1 emulator. Here are the things I figured...
Hi again, I wonder how Nokia managed to get their 3DExample to run at 70fps on the emulator, when everything on this board about the emulator only suggests a framerate of about 10fps??
I have been...
Hi all!
My name is Alex and I started a Video Game Programming board specific to Series 60, 80 and 90. I have been developing games professionally for about 14 years and am about to release a...
Sounds like you have static or global data in your code.
ARM or THUMB builds cannot have global or static data in them, as they get run as a DLL on the target platform.
Alex
I feel your pain... other people have hacked profileengine.lib as well. You'd think if Nokia would just post the header files, we could make proper use of their stuff.
NOKIA, are you...
You need to download the whole SDK.
I am assuming you haven't compiled Symbian stuff before.
If you'd like to get started you can check out my tutorial on www.hipergames.com in the symbian...
I only released the .SIS file that is for the device.
Sorry, there is not equivalent to a .SIS file on the emulator.
Alex
Not sure how to do vibration on th 3650
I believe the major bottleneck is inefficient bitmap manipulation.
The backbuffer to front buffer blit for example I was able to speed it up by a factor of 2 by rewriting it in assembly using...
Can you email it to me?
send it to the email on my profile.
Thanks!
Alex
How did u do it?
I have a step by step tutorial to get you up and running on Symbian on my website. I even started an assembler tutorial (which unfortunately I have not had a chance to continue lately) on my website:...
Go to this website:
http://cadal.cse.nsysu.edu.tw/
Click on publications and search for the following article:
"Cost-Effective Microarchitecture Optimization of the ARMTDMI Microprocessor"
It...
Sounds like your phone went bad. I would try to exchange it with your provider. I had mine exchanged with T-Mobile for free!
Their service is great!
Alex
I was just wondering what the interest is for peoples need to use a decent zip library.
If there is enough interest, I might make the one I am currently working on available.
Alex
I am getting tired of not being able to have globals and the resulting pointer passing hell for my apps. Has anyone figured out some good methods for globals equivalents?
Also, is there any way to...
Mainly, thumb uses a 16 bit instruction set and armi uses a 32 bit instruction set.
Generally, armi builds run faster at the expense of more memory, thumb builds are slightly slower but use less...
www.symbian.com has a pretty good developer section.
www.newlc.com has some good articles as well and my own website www.hipergames.com has tutorials as well.
This should get you started.
Alex
Someone pointed out a problem I missed in my tutorial.
I corrected it for everyone to enjoy.
Chapter 1 of the symbian tutorial has just been uploaded.
its on my website: www.hipergames.com in the...
Am I the only one that tried Sony Ericssons Symbian 7.0???
I could get it to work with very minor changes installing it in parallel to the SDK 1.2 stuff.... (I.e. in the same c:\symbian directiory)...
why dont you use mod files? someone on here has written a mod player for symbian. If you search for it, you should find it.
Alex
If you search this discussion board on things like direct access frame buffer you should find plenty of hints on this subject.
Alex...