Except the skii and 2D example in the forum nokia.
Except the skii and 2D example in the forum nokia.
Symbian game and application developer.
Fat
Good Luck
Frozen bubble is good! 2D game, though!
http://fb-s60.sourceforge.net/
There's this 3D example too:
http://www.forum.nokia.com/info/sw.n..._1_en.zip.html
There is C2Doom too, which is built on the top of SDL (http://koti.mbnet.fi/mertama/index_new.html).
Antony
I think the first sentence on the link Antony provided probably answers that one: "There are two versions of C2Doom for S60 3rd edition: core and full...".
Interestingly, the link to C2Doom doesn't work any more. So I post it again here, http://koti.mbnet.fi/mertama/
Antony
Thank you very much!
Symbian game and application developer.
Fat
Good Luck
It wouldnt be too difficult to port several games whose source code is released to the symbian phones.
http://fb-s60.sourceforge.net/?opt=2
why this code(FrozenBubble_Version 0.93) do not work on my simulator?
The characters are:
Download
Latest Release (Version 0.93)
1. FrozenBubble0.93.sis (Binary for ARM device_Series 60 v2.0_(ie. Nokia 6600, 7610, 6630)) transmit to 7610..................................OK!
2. FrozenBubble0.93-src.zip translate and edit->bldmake.......->abld build.....->epoc Nothing on my simulator................................Why?
My simulator entironment:
1. VC 6.0++
2. ActivePerl 5.8.8 Build 819
3. Nokia_SDK_S60 Symbian_2.0
Please tell me why i translate and edit the code than nothing on my simulator ? Thanks a lot!!!!!!!!!!
Perhaps you should post the complete build commands - word-for-word, exactly as you use them - and their complete output?Originally Posted by guoleipaul
Without seeing what you do, exactly, or the output, it is hard to guess at what the problem(s) could be in your case.
http://fb-s60.sourceforge.net/?opt=2Originally Posted by petrib
All Right
1.Download FrozenBubble0.93-src.zip
2.cmd->bldmake bldfiles->abld build wins udeb->epoc
Nothing on my simulator................................Why?
My Symbian_simulator entironment:
1. VC 6.0++
2. ActivePerl 5.8.8 Build 819
3. Nokia_SDK_S60 Symbian_2.0
Please tell me why i translate and edit the code than nothing on my simulator ? Thanks a lot!!!!!!!!!!
You still didn't post the output of the build commands. As at least my mind-reading skills through a web forum haven't been perfected yet, it is somewhat difficult to see whether your commands work or fail.
Originally Posted by petrib
So output of the build commands :
C:\Symbian\7.0s\Series60_v20\Series60Ex\FrozenBubble\group>abld build wins udeb
make -r -f "\Symbian\7.0s\Series60_v20\EPOC32\BUILD\SYMBIAN\7.0S\SERIES60_V20
\SERIES60EX\FROZENBUBBLE\GROUP\EXPORT.make" EXPORT VERBOSE=-s
Nothing to do
make -r -f "\Symbian\7.0s\Series60_v20\EPOC32\BUILD\SYMBIAN\7.0S\SERIES60_V20
\SERIES60EX\FROZENBUBBLE\GROUP\WINS.make" MAKEFILE VERBOSE=-s
perl -S makmake.pl -D \SYMBIAN\7.0S\SERIES60_V20\SERIES60EX\FROZENBUBBLE\GROUP\F
ROZENBUBBLE WINS
make -r -f "\Symbian\7.0s\Series60_v20\EPOC32\BUILD\SYMBIAN\7.0S\SERIES60_V20
\SERIES60EX\FROZENBUBBLE\GROUP\WINS.make" LIBRARY VERBOSE=-s
nmake -nologo -x - -s -f "\Symbian\7.0s\Series60_v20\EPOC32\BUILD\SYMBIAN\7.0S\
SERIES60_V20\SERIES60EX\FROZENBUBBLE\GROUP\FROZENBUBBLE\WINS\FROZENBUBBLE.WINS"
LIBRARY
make -r -f "\Symbian\7.0s\Series60_v20\EPOC32\BUILD\SYMBIAN\7.0S\SERIES60_V20
\SERIES60EX\FROZENBUBBLE\GROUP\WINS.make" RESOURCE CFG=UDEB VERBOSE=-s
nmake -nologo -x - -s -f "\Symbian\7.0s\Series60_v20\EPOC32\BUILD\SYMBIAN\7.0S\
SERIES60_V20\SERIES60EX\FROZENBUBBLE\GROUP\FROZENBUBBLE\WINS\FROZENBUBBLE.WINS"
RESOURCEUDEB
make -r -f "\Symbian\7.0s\Series60_v20\EPOC32\BUILD\SYMBIAN\7.0S\SERIES60_V20
\SERIES60EX\FROZENBUBBLE\GROUP\WINS.make" TARGET CFG=UDEB VERBOSE=-s
nmake -nologo -x - -s -f "\Symbian\7.0s\Series60_v20\EPOC32\BUILD\SYMBIAN\7.0S\
SERIES60_V20\SERIES60EX\FROZENBUBBLE\GROUP\FROZENBUBBLE\WINS\FROZENBUBBLE.WINS"
UDEB
Cextendedfont.cpp
Cfrozenbubblemain.cpp
\SYMBIAN\7.0S\SERIES60_V20\SERIES60EX\FROZENBUBBLE\SRC\Cfrozenbubblemain.cpp(583
) : error C2065: 'EMbmRootQueryyesno' : undeclared identifier
NMAKE : fatal error U1077: 'cl.exe' : return code '0x2'
Stop.
make: *** [TARGETFROZENBUBBLE] Error 2
make -r -f "\Symbian\7.0s\Series60_v20\EPOC32\BUILD\SYMBIAN\7.0S\SERIES60_V20
\SERIES60EX\FROZENBUBBLE\GROUP\WINS.make" FINAL CFG=UDEB VERBOSE=-s
what are the Error mean? Thank you!
The .mbg file (and probably the .mbm itself) has not been generated. Check for other errors in the very beginning of the build process.Originally Posted by guoleipaul