View Full Version : Problems in Getting Started!!
talk2sk 18-10-2002, 04:02 AM Hi All,
If you have read the miniguide
http://www.allaboutsymbian.com/phpBB2/viewtopic.php?t=3281
and are having problems getting things to work please discuss here, I shall try to answer as much as I can, hopefully others will help too :-)
Cheers
Flanders 18-10-2002, 07:13 PM I had a go at compliling the hello world example with not much luck :cry:
it seems like I need nmake and I dont have it, I believe it comes with VC6?
So do i need VC6 to use the Series60 SDK?
Thanx, Stu
MaleBuffy 18-10-2002, 07:16 PM Yes nmake comes with VC6 but you can also download it from microsoft for free! I dont know if it will work for sure standalone but you could try! If I am not mistaken it is a self-extracting exe file called nmake15.exe or something that will create the original name.exe and other files as well!
Tsunami_Hiroshima 18-10-2002, 08:18 PM Hi all,
I too recently tried going through the motions of creating the HelloWorld SIS file, everything worked (i.e. installation / creating the system files etc) but for some reason the HelloWorld icon didn't appear, so I couldn't run it from the phone.
Any ideas?
Cheers,
Tsu
Tsunami_Hiroshima 18-10-2002, 08:21 PM oops, one other thing....
in order for me to make the sis files, I need to edit the file names in the HelloWorld package to show the full path, instead of relational path to the .pkg file.
Getting stuck at the HelloWorld stage of any new language usually sends me packing :P
MaleBuffy 18-10-2002, 08:26 PM Have u tried to power-cycle your phone? If yes are you sure the installation was completed? Have u tried it on the emulator to see if it works there? Give more details if you like...
Flanders 18-10-2002, 08:36 PM I downloaded nmake and still no luck :cry:
looks like i also need link.exe lookin at the errors
has anyone managed to get it to work without VC6 installed???
Thanx, Stu
Dazler 18-10-2002, 09:22 PM Hi all,
I too recently tried going through the motions of creating the HelloWorld SIS file, everything worked (i.e. installation / creating the system files etc) but for some reason the HelloWorld icon didn't appear, so I couldn't run it from the phone.
Any ideas?
Cheers,
Tsu
find it and launch it yourself in the system/apps dir
Dazler 18-10-2002, 09:22 PM oops, one other thing....
in order for me to make the sis files, I need to edit the file names in the HelloWorld package to show the full path, instead of relational path to the .pkg file.
Getting stuck at the HelloWorld stage of any new language usually sends me packing :P
I know the feeling got stuck on HelloWorld 2
Tsunami_Hiroshima 19-10-2002, 12:54 AM find it and launch it yourself in the system/apps dir
Tried that via SeleQ, there were two files in the HelloWorld directory.
When I tried to run them, I got an error saying that no file association existed for the .app extention.
For some reason, in the emulator, I could see the HelloWorld icon and could run it, although there were no menus assigned to the softkeys(I still had "Hello World" text in the center of the screen).
I am currently downloading service pack 5 for visual studio (just noticed a warning message when i was running the "abld makefile" command. Saying that I should be using at least sp3).
Going to mess around with this over the weekend, hopefully. Should get some better results then.
Only problem I see after using all the examples in the SDK help files is that I still won't have a clue how to actually write an app from scratch, MaleBuffy posted a link to a half decent book being released around 24th of this month which I will no doubt get. (there is a special offer if bought with another Symbian book).
Link to MaleBuffy's book tip here:
http://www.allabouter6.com/phpBB2/viewtopic.php?t=3292
Until then...
talk2sk 19-10-2002, 07:55 AM Hi Flanders,
Just updated the mini guide on the VC6 dependancy,
You will need VC6 if you want to compile for the emulator since it uses the compiler form VC6. If you want to compile directly for the phone then you will be able to do so without vc6 since the gcc compiler for the phone is bundled along with the SDK. Let us know how you go ?
Bye.
Flanders 20-10-2002, 10:27 AM :cry:
I think I will wait and see if I can get hold of VC6, I dont fancy having to install everytime to the phone to test.
I'll have to stick to j2me for now, anyone got any good j2me source code examples? :D
Stu
Dazler 20-10-2002, 01:11 PM Flanders try OPL instad of J2ME it's faster and requires less memory, at least if you want to program for the 9210, otherwise you'll have to use J2ME for the 7650 :)
talk2sk 20-10-2002, 09:09 PM The J2ME SDK From Nokia should have some useful examples I think..
I dont know much about the SDK, it is around 40MB download. Let us know how you get along with it ..
Flanders,
I think, I've missed something since the forum was shutdown ..., what is exactly your problem ?? I can compile everything from the nokia CD from UiKon to Avkon (series 60) and run them on the devices without any problem (or with a little modification of the project)
Domi.
Guesti 06-11-2002, 10:49 AM Hi,
Have you tried to compile for the VC6 with this command:
makmake app_name vc6
This usually works and makmake is an utility of active perl (this comes along with the SDK).
app_name is the name of the mmp file.
Good luck.
-Alex
the link does not work
Now fixed.
Rafe
jellyhead 09-11-2002, 04:52 PM Hi all,
I too recently tried going through the motions of creating the HelloWorld SIS file, everything worked (i.e. installation / creating the system files etc) but for some reason the HelloWorld icon didn't appear, so I couldn't run it from the phone.
Any ideas?
Cheers,
Tsu
One thought - what UID did you use for the app? All Symbian apps have to have a unique ID, and if you've already got something installed on the phone (or even in the emulator!) that's using that UID then the second app
wont appear in the launcher. Probably a wild shot but you never know
:roll:
Hi, I recently installed series60 sdk and VC++ .Net. I wonder where should I begin? I have been reading the documents and forums but still lost. Do I write the program using VC++ or the Series60 SDK? Seems to me that Series60 is only for UI design and compiling applications.
I am new to both Symbian and VC++. Please help. Thanks.
Hi, anyone know how to compile with VC .Net?
for VC6 is abld makefile vc6, what about for .Net?
.NET is not supported unfortunatelly, so you're on your own. I know there are people who managed to make it work with .NET ... so at least it's not impossible.
Besides Symbian has chosen to go CodeWarrior's way, so you won't see any more dependancies on MS compilers&IDE in the future.
I would also like to know how to use VS .NET to develop for the symbian os.... please, oh mighty gurus, help these porr and lonely newbies in their quest to compile with .NET!!
:)
I found this, and with it I can use .net to compile and run (not sure what the last part does, though)
Question:
Microsoft Visual Studio 6.0 is no longer supported by Microsoft, can I use Visual Studio .NET with Symbian OS SDKs?
Answer:
Visual Studio .NET is not officially supported for use with any Symbian OS SDKs. However, based on feedback from some developers who have experimented with it, you may find that using the following steps you can get your SDK to work correctly.
After doing abld makefile vc6 as usual, open the generated .dsp file. Visual C++ .NET will convert it to the new "solution" format (.sln). You will now need to change some compiler settings. Right click on the project name and bring up the Project Properties dialog. Under the C/C++ heading, set the following options as shown:
Code Generation
Enable C++ Exceptions No
Buffer Security Check No
Command Line
Additional Options /QIfist
This should remove all compiler/linker errors and warnings.
You also need to make sure your PATH environment variable is correctly setup. If you've upgraded from Visual Studio 6.0 then you should change the entries like C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C:\Program Files\Microsoft Visual Studio\Common\Tools;C:\Program Files\Microsoft Visual Studio\VC98\bin; to point to the new Visual Studio .NET installation, something like C:\Program Files\Microsoft Visual Studio .net\VC7\Bin;C:\Program Files\Microsoft Visual Studio .net\Common7\IDE;.
To enable command line builds to complete properly, you will also need to add the /QIfist flag to \epoc32\tools\cl_win.pm. The exact form of this varies with the SDK that's installed but in general it will look something like this:
&main::Output(
"CLFLAGS = /nologo /Zp4 /W4 /QIfist"
);
Or
&main::Output(
"CLFLAGS =",
" /nologo", # suppress "sign-on" banner message
" /Zp4", # packs structures on 4 byte boundaries
" /GF", # Pools strings and places them in ead-only memory
" /QIfist" # fixes _ftol2 link errors with Visual C++ .net
);
Baggis 31-03-2003, 02:07 PM Hi all,
I too recently tried going through the motions of creating the HelloWorld SIS file, everything worked (i.e. installation / creating the system files etc) but for some reason the HelloWorld icon didn't appear, so I couldn't run it from the phone.
Any ideas?
This is exactly what happens to me too, except that it isn't the HelloWorld example, but an app I've made myself. I have tried (almost) everything, changed uid, icons, call to aif in mmp file, etc etc, but all in vain... I have a couple of Nokia examples which work! And still I can't get my app to work though I have compared those examples with my app to the last character ;) It is really annoying! :( I can start my app using FExplorer, but no icon appears on the phone...
Baggis 31-03-2003, 07:08 PM Finally I found out what was causing my problems! It turned out to be this line in the documentation that I needed to find, hehe:
"To appear on the shell, GUI applications must be run from the \system\apps\appname\ directory"
For ex: An app called "myApp" must be installed in the "\system\apps\myApp" directory or the shell icon won't appear! Feels a bit strange, couldn't image that to be a "must" ;)
hello talk2sk,the ling of magnititude was not working,giving 404 Error:
-i have just downloaded symbian v7 sdk, and I am planning to use it with VC++ ver 6
i have read symbian documentation link ,particularly this link
http://www.symbian.com/developer/techlib/v70docs/SDL_v7.0/doc_source/DevGuides/HandsOnCpp.html#OSGuide%2eHandsOnCpp
regarding c++ development,since they didnt show the actually Hello World program so don`t know about coding structure but i want to know that how UID is assigned in mmp file?
can any of you give a sime Hello world example (from writing code to building and installation of application)..
-Second thing that i want to ask that is there any good book for Beginners
specially for V7?
thanks in advance
it would be very helpful
ahkel 03-09-2003, 01:10 AM hi i encouter problems compiling de cam api that i download from the ericsson mobility site.... its de latest version
the problem is i import its .mmp file and try compiling it under WINSCW
however its cant open 2 files
1. cam.h
2. camExtension.h
wonder has anyone played around with the cam api :D
Shadow12 27-11-2003, 09:10 AM I have been unable to get it to work in win98 has anyone else managed it. Using ActivePerl VC++6 and SDK. Got it working on win2000. On win98 execute abld build wins udeb and it gets stuck.
Thanks
tomereg 26-02-2004, 08:22 AM Hi all
please help me , what can I do to solve this problem ?
"
LINK : warning LNK4044: unrecognized option '/WARN:3'; ignored
EEXE.LIB(UP_EXE.obj) : warning LNK4210: .CRT section exists; there may be unhand
led static initializers or terminators
LINK : fatal error LNK2023: bad dll or entry point 'msobj10.dll'
NMAKE : fatal error U1077: 'link.exe' : return code '0x7e7'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio .NET\Vc7\b
in\nmake.exe"' : return code '0x2'
Stop.
nmake -nologo -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SER IES60\EPOC
32EX\BASICS\HELLOWORLD\WINS.make" FINAL CFG=UDEB VERBOSE=-s
"
thanks in advance , Tomer
crilin80 10-03-2004, 09:48 AM Hi guys,
i read the miniguide "getting started", but, in this point, i got an error (i have vc6 installed):
Next run 'makmake HelloWorld vc6' (The documentation suggests to use abld, but I found this easier).
the error:
"perl" non è riconosciuto come comando interno o esterno,
Is Perl, version 5.003_07 or later, installed?
I read also this in the miniguide:
This install will also install a Java Runtime environment (1.3 I Think). It will also install ActivePerl for running some compile scripts etc. It will also install a so called 'emulator' for the N7650. (When installing choose to modify your path settings, saves a lot of trouble)
But it seems that are no ActivePerl installed...
Please Help! :(
Thanks... Sorry for my english :rolleyes:
If ActivePerl is not installed, install it: http://www.activestate.com/
hi all
i downloaded the wins version of UIQ 2.1 SDK.
i do not use ani IDE, so i do everything from the command line, writing in c++ with a common text editor. i have to do this way.
i got problem in building projects. i did not have any trouble using the codewarrior version sdk together with the cw compiler, as long as the trial was working.. but you know how thing goes, it's expired now.
after "bldmake bldfiles", i enter "abld build wins udeb" but i got different error messages depending on the project i build.
usually it's something about actions that nmake was not able to do, or "bscmake.exe is missing" and other things.
like this posted above:
LINK : warning LNK4044: unrecognized option '/WARN:3'; ignored
EEXE.LIB(UP_EXE.obj) : warning LNK4210: .CRT section exists; there may be unhand
led static initializers or terminators
LINK : fatal error LNK2023: bad dll or entry point 'msobj10.dll'
NMAKE : fatal error U1077: 'link.exe' : return code '0x7e7'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio .NET\Vc7\b
in\nmake.exe"' : return code '0x2'
Stop.
nmake -nologo -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SER IES60\EPOC
32EX\BASICS\HELLOWORLD\WINS.make" FINAL CFG=UDEB VERBOSE=-s
i got ms .net framework and sdk installed, together with borland's support for microsoft sdk, wich supplies some former missing files.
however i did'nt resolve my problems.
please help me... i can't just compile projects :frown:
msadani 08-04-2004, 11:04 AM HELP!!!!
I've just got the book 'Symbian C++ for Mobile Phones' by Richard Harrison and downloaded it's source code from the net. I have installed VC++6 and CodeWarrior and the Nokia SDK 2.0 but can't seem to make the SIS file for the battleships game even though i have the pkg file.
Main problems that i'm facing is that IMPORT_C in e32std.h is giving me an error. Also, my perl version is giving lots of problems so that i can't even nmake the game.
stat(D:\Symbian\7.0s\Series60_v20\Epoc32\battleshi ps/C:\Perl\bin): No such file
or directory at C:\Perl\lib/FindBin.pm line 106.
stat(D:\Symbian\7.0s\Series60_v20\Epoc32\battleshi ps/C:\Perl\bin): No such file
or directory at C:\Perl\lib/FindBin.pm line 106.
Perl 5.00503 required--this is only version 5.00307, stopped at C:\Perl\bin/bldm
ake.pl line 19.
BEGIN failed--compilation aborted at C:\Perl\bin/bldmake.pl line 24.
Please please could someone help me??? I have a seminar due in 2 days where I have to show the possibilities of mobile gaming. Feel free to contact me on ms133@hotmail.com (chat) or msadani@rediffmail.com.
Desperately needing assistance,
Mohit
Start by downloading a newer Perl release: Go to http://www.activestate.com/ for that.
aljaz24 09-04-2004, 09:13 AM Hey,
It says right there in the message:
"Perl 5.00503 required--this is only version 5.00307 stopped at C:\Perl\bin/bldmake.pl line 19."
You need to get a newer version of perl then it should work.
Regards, Aljaz
HELP!!!!
I've just got the book 'Symbian C++ for Mobile Phones' by Richard Harrison and downloaded it's source code from the net. I have installed VC++6 and CodeWarrior and the Nokia SDK 2.0 but can't seem to make the SIS file for the battleships game even though i have the pkg file.
Main problems that i'm facing is that IMPORT_C in e32std.h is giving me an error. Also, my perl version is giving lots of problems so that i can't even nmake the game.
stat(D:\Symbian\7.0s\Series60_v20\Epoc32\battleshi ps/C:\Perl\bin): No such file
or directory at C:\Perl\lib/FindBin.pm line 106.
stat(D:\Symbian\7.0s\Series60_v20\Epoc32\battleshi ps/C:\Perl\bin): No such file
or directory at C:\Perl\lib/FindBin.pm line 106.
Perl 5.00503 required--this is only version 5.00307, stopped at C:\Perl\bin/bldm
ake.pl line 19.
BEGIN failed--compilation aborted at C:\Perl\bin/bldmake.pl line 24.
Please please could someone help me??? I have a seminar due in 2 days where I have to show the possibilities of mobile gaming. Feel free to contact me on ms133@hotmail.com (chat) or msadani@rediffmail.com.
Desperately needing assistance,
Mohit
msadani 09-04-2004, 12:49 PM got the perl to work after a lot of reinstalling and changing environment variables.... now, however, i'm getting missing header files... any idea where i can find these???
gsmumsg.h
gsmuset.h
smsuaddr.h
quartzkeys.h
thxn in advance..
Mohit
I hope this is right place to ask this:
Hi, I´m new at Symbian and just started working on XP. The environment is Symbian 7.0s for Series 60 v2.0 and VC++ in Visual Studio 6.0. I´m getting 'EPOCROOT variable must be capitalised' error message when I try to bldmake bldfiles. I had bldmake etc. working before and was able to get HelloWorld nicely shown on emulator, but this has changed. Ok, I must have done something, but what? And furthermore I didn´t even have any EPOCROOT variable before when all seemed fine as I only added it after getting the error message: EPOCROOT does not exist. At the same time I lost the ability to build and execute the project in VC++ 6.0, but that I fixed by setting the environment to Series 60 by Environmentswitch. Unfortunately that didn't fix the original bldmake problem. Ideas?
vamsi 23-04-2004, 03:47 AM Hi all,
I too recently tried going through the motions of creating the HelloWorld SIS file, everything worked (i.e. installation / creating the system files etc) but for some reason the HelloWorld icon didn't appear, so I couldn't run it from the phone.
Any ideas?
Cheers,
Tsu
Hi Tsu,
I am vamsi, new to this symbian world.
I am also facing the same problem which you specified of not able to running the helloworld application in my mobile. My mobile is Nokia 6600 and SDK is Series60_v20. Could you tell me the solution for the problem.
Thanks & Regards
Vamsi
I hope this is right place to ask this:
Hi, I´m new at Symbian and just started working on XP. The environment is Symbian 7.0s for Series 60 v2.0 and VC++ in Visual Studio 6.0. I´m getting 'EPOCROOT variable must be capitalised' error message when I try to bldmake bldfiles. I had bldmake etc. working before and was able to get HelloWorld nicely shown on emulator, but this has changed. Ok, I must have done something, but what? And furthermore I didn´t even have any EPOCROOT variable before when all seemed fine as I only added it after getting the error message: EPOCROOT does not exist. At the same time I lost the ability to build and execute the project in VC++ 6.0, but that I fixed by setting the environment to Series 60 by Environmentswitch. Unfortunately that didn't fix the original bldmake problem. Ideas?
I have it working now.
CrystalLava 20-05-2004, 12:10 AM Yes, another newbie to Symbian. ;)
I'm attempting to do a project from a forum.Nokia pdf file for the Nokia 9200 Communicator Series. It's a simple HelloWorld thing but I am unable to get it to work. I can't even begin hardly! When I type 'bldmake bldfiles', I get this error message:
-------
stat<C:\Symbian\6.0\Nokia\Epoc32Ex\CrystalUI\Helloworld/C:\Program Files\Common Files\Symbian\Tools : No such file or directory at C:\Perl\lib/FindBin.pm line 106.
stat<C:\Symbian\6.0\Nokia\Epoc32Ex\CrystalUI\Helloworld/C:\Program Files\Common Files\Symbian\Tools : No such file or directory at C:\Perl\lib/FindBin.pm line 106.
Empty complile time value given to uselib at C:\Program Files\Common Files\Symbian\Tools/bldmake.pl line 2
Can't locate tlaunch.pm in @INC at C:\Program Files\Common Files\Symbian\Tools/bldmake.pl line 3.
BEGIN failed -- compilation aborted at C:\Program Files\Common Files\Symbian\Tools/bldmake.pl line 3.
-------
Anyone have ideas?
CrystalLava 20-05-2004, 12:13 AM Yes, another newbie to Symbian. ;)
I'm attempting to do a project from a forum.Nokia pdf file for the Nokia 9200 Communicator Series. It's a simple HelloWorld thing but I am unable to get it to work. I can't even begin hardly! When I type 'bldmake bldfiles', I get this error mess.....
Terribly sorry! I forgot to mention that I am using Microsoft Visual C++ 6.0, if that makes a difference.
davey 27-05-2004, 10:07 PM I am attempting to compile a modified "HelloWorld." (In other words, I attempted to change the GUI around a little bit and change identifiers so that it would be relevant to my program.)
I've finally got it to mostly compile except for these errors with 'abld build wins udeb' which I don't understand and have had no luck with researching:
edll.pdb not found (I believe I read that this was not normally important except for debugging purposes? I hope so, because I don't have it in the SDK!)
"WARNING: Second UID is 0x00000002 but
expected value for Target Type APP is " (It just cuts off. I am using made up UIDs for now before I test the program on an actual device. The range for such testing, I read, is 0x00000001 - 0x0FFFFFFF. As far as I know, my UID is fine!)
Emulater shoes icon in "Extras" on the Emulater. However, when I try to open the program, I get a dialog box looking about like this:
-----------
| Note
|----------
| Not
| Found
-----------
Any ideas on the problems? I could really use some help!
My Specs:
OS: Windows NT 4.0
Compiler: Visual C++ 6.0
SDK: Symbian v6.0, Nokia 9200 series
edgar 02-06-2004, 02:27 PM when i try building the helloworld example that comes with the SDK 7.0s, i get the following error,
Please help.
--------------------Configuration: HELLOWORLD - Win32 Uni Debug--------------------
Linking...
LINK : fatal error LNK1104: cannot open file "\Symbian\7.0s\Series60_v21_CW\EPOC32\RELEASE\WINS\ UDEB\EEXE.LIB"
Error executing link.exe.
HELLOWORLD.exe - 1 error(s), 0 warning(s)
-----------------------------------------------------------------------------------------------------
Edgar
buddu_edgar@yahoo.com
therealdreamer 06-06-2004, 06:19 PM GOD! this is so bugging me... please help, i cannot compile the helloworld example
this is the error
LINK : fatal error LNK2023: bad dll or entry point 'msobj71.dll'
NMAKE : fatal error U1077: 'link.exe' : return code '0x7e7'
....
Linking...
LINK : fatal error LNK1181: cannot open input file '\Symbian\7.0s\Series60_v21\EPOC32\BUILD\SYMBIAN\7 .0S\SERIES60_V21\EXAMPLES\HELLOWORLD\HELLOWORLD\WI NS\UDEB\HELLOWORLD.exp'
dental_care 10-06-2004, 10:27 AM I have it working now.
I got the same problem, it just showed up one morning and I don't know why.
How did you solve it?
Best Regards.
/Robert
Macau007 18-06-2004, 03:55 PM When i wanna convert the mmp file to VC6 project file using the commad "makmake", the command prompt said that "D:\Program" not executable/ batch file like that
and i cannot make a project file out?
what should i do??
or can anyone tell me the installation precess of the SDK, Java 1.31, ActivePerl, etc?
thank you very much
aljaz24 21-06-2004, 07:10 AM Hey,
The message you got probably means that your Symbian directrory is not included in your path environmet variable. To see your path go to Control Panel\System\ and click the Advanced tab then click Environment variables in the lower right hand corner.
Regards, Aljaz
Macau007 21-06-2004, 03:35 PM i have checked already, but it has already included the symbian tools path
deepika 24-06-2004, 04:01 AM how do i read the miniguide from here, please can anyone give me the link
bijuabraham 26-06-2004, 07:24 PM I tried making a project in VC++, I used the Series 60 AppWizard 1.9 and created the project in :
D:\NokiaEx\Test (All my files are installed in D:\)
After clicking Finish. It showed an error : D:\Symbian\6.1\Series60\epoc32\build\NokiaEx\Test\ group\Test\wi ns\Test.dsw The specified project could not be inserted into the current workspace.
So I went to the D:\NokiaEx\Test\group folder and typed in:
SET PATH = D:\PROGRA~1\MICROS~3\VC98\BIN;D:\PERL\BIN;D:\SYMBI AN\6.1\SHARED\EPOC32\TOOLS
bldmake bldfiles
abld makefile vc6
I got no errors.
Next, when i went to the folder : D:\Symbian\6.1\Series60\epoc32\build\NokiaEx\Test\ group
There were these files : ARM4.MAKE, ARM4TEST.MAKE, ARMI.MAKE, ARMITEST.MAKE, EXPORT.MAKE, EXPORTTEST.MAKE, PLATFORM.PM, THUMB.MAKE, THUMBTEST.MAKE, VC6.MAKE,
VC6TEST.MAKE, WINS.MAKE, WINSCW.MAKE, WINSCWTEST.MAKE, WINSTEST.MAKE
I didn't find any more files/folders in that directory. I am new to this. Please help me to do this.
Biju
MARIOSH 28-06-2004, 08:20 AM can i use c#.net to develop nokia 6600 application or not ?(with vs.net 2003)
can i use c#.net to develop nokia 6600 application or not ?(with vs.net 2003)No you cannot. At least not directly, but perhaps with AppForge: http://www.appforge.com/
aljaz24 29-06-2004, 09:56 AM Hey,
This is the expected result of running abld makefile vc6. It created the makefiles for various platforms. I don't know why they were created in the group directory though. See this topic for a solution to your problem with Series 60 AppWizard:
http://discussion.forum.nokia.com/forum/showthread.php?s=&threadid=45042 .
Regards, Aljaz
I tried making a project in VC++, I used the Series 60 AppWizard 1.9 and created the project in :
D:\NokiaEx\Test (All my files are installed in D:\)
After clicking Finish. It showed an error : D:\Symbian\6.1\Series60\epoc32\build\NokiaEx\Test\ group\Test\wi ns\Test.dsw The specified project could not be inserted into the current workspace.
So I went to the D:\NokiaEx\Test\group folder and typed in:
SET PATH = D:\PROGRA~1\MICROS~3\VC98\BIN;D:\PERL\BIN;D:\SYMBI AN\6.1\SHARED\EPOC32\TOOLS
bldmake bldfiles
abld makefile vc6
I got no errors.
Next, when i went to the folder : D:\Symbian\6.1\Series60\epoc32\build\NokiaEx\Test\ group
There were these files : ARM4.MAKE, ARM4TEST.MAKE, ARMI.MAKE, ARMITEST.MAKE, EXPORT.MAKE, EXPORTTEST.MAKE, PLATFORM.PM, THUMB.MAKE, THUMBTEST.MAKE, VC6.MAKE,
VC6TEST.MAKE, WINS.MAKE, WINSCW.MAKE, WINSCWTEST.MAKE, WINSTEST.MAKE
I didn't find any more files/folders in that directory. I am new to this. Please help me to do this.
Biju
dosinga 19-07-2004, 02:43 AM First, I haven't read the getting started guide as it seems to give me a:
phpBB : Critical Error
Could not connect to the database
Error.
I'm working with Visual Studio.Net and the SDK for 2.1 Series 60. After some struggling I got the compiling sequence right and I can debug my programs in the debuger/emulator and it works all very nice.
However, when I try to deploy any application to the phone, I run into problems. I create the .SIS file from the .PKG file, adjusting the path to where my compiler actually generated the stuff and then install the .SIS file on the phone. The Icon appears, but if I click it, I get immeditiately a "System Error" box. I tried adding a file open/write string/close file to one of the first events, but that doesn't seem to happen either, so it very much seems my phone just doesn't like the .app file.
So is this a version problem?
Douwe Osinga
Any help is grealy appreciated.
dosinga 19-07-2004, 03:09 AM So, could it be that this is because I use a 3650 and SDK 2.1 and that isn't compatible? But why doesn't give me a more descriptive error message then...
Hi all,
I too recently tried going through the motions of creating the HelloWorld SIS file, everything worked (i.e. installation / creating the system files etc) but for some reason the HelloWorld icon didn't appear, so I couldn't run it from the phone.
Any ideas?
Cheers,
Tsu
Hi Guys,
I tried to compile the HelloWorld code, eveything is fine like Tsunami_Hiroshima but i cannot see in the main menu of real phone.I found the solution of this problem: if you compile Wins or Wincw target debug or realese of your code so the code doesnot work correct form but if you compile ARMI compiler (ARMI is the most preferable Mobile CPU using most of vendors) you can see the installed application in your real phone.
Sincerly Haydar BAS :D
tapanacharya 17-09-2004, 07:41 AM Hi,
I installed many Series 60 SDk and also installed VC++ but for some reason the when I click New in the IDE, under the projects tab the VC++ IDE does not show the Series 60 AppWizard link. While My friend has used the same CD and it is awailable and working on his comp. I have uninstalled and reinstalled the whole VC++ and SDK's several times and also I have checked by changing the default SDK. Kindly please help me get the Series 60 AppWizard2.0 in the new projects.
Listed below are the default SDK's
Series60_v20:com.nokia.series60 - default
Series60_v2_1:com.nokia.Series60_2_1
Series60_v21_CW:com.nokia.series60
Series60_2_0_CW:com.Nokia.Series60_2_0_CW
tapanacharya 17-09-2004, 09:17 AM Hi,
I installed many Series 60 SDk and also installed VC++ but for some reason the when I click New in the IDE, under the projects tab the VC++ IDE does not show the Series 60 AppWizard link. While My friend has used the same CD and it is awailable and working on his comp. I have uninstalled and reinstalled the whole VC++ and SDK's several times and also I have checked by changing the default SDK. Kindly please help me get the Series 60 AppWizard2.0 in the new projects.
Listed below are the default SDK's
Series60_v20:com.nokia.series60 - default
Series60_v2_1:com.nokia.Series60_2_1
Series60_v21_CW:com.nokia.series60
Series60_2_0_CW:com.Nokia.Series60_2_0_CW
Hi Friends,
I found out the solution myself ....there are two files named as AvkonAppWiz.awx and AvkonAppWiz.hlp which you need to copy in the "c:\Program Files\Microsoft Visual Studio\Common\MsDev98\Template". folder once you have done that the Wizard icon starts to appear in the New/project tab .... for better grip read the pdf called "Series 60 AppWizard – Installation & User’s Guide " awailable on the net or in your sdk help.
Thanks for your support
cal_devil78 27-09-2004, 04:19 AM Hi Everyone,
I'm new in symbian development enviroment. I have few question here, maybe someone here can help me on this.
1. Does symbian 60 support VS.net --> C#.net or VC ++ ?
2. Is there any sample or help file to getting started. Coz there isn't mush information on the help for symbian 60 SDk.
3. Which Programming language is the best for develop symbian?
Regards,
Calvin
Some pointers in this thread: http://www.allaboutsymbian.com/forum/showthread.php?t=28113
xmlDEV 28-10-2004, 02:39 PM Read this article :
http://www.newlc.com/article.php3?id_article=243
Regards,
Dragos
http://www.xmldev.ro
Hi Everyone,
I'm new in symbian development enviroment. I have few question here, maybe someone here can help me on this.
1. Does symbian 60 support VS.net --> C#.net or VC ++ ?
2. Is there any sample or help file to getting started. Coz there isn't mush information on the help for symbian 60 SDk.
3. Which Programming language is the best for develop symbian?
Regards,
Calvin
durga 03-11-2004, 12:13 PM hi
i am new to symbian. i have installed series 60 and built the helloworld example.... i didnot get any folders on emulator screen.....its just displaying
'series 60' on screen.....i am using VC6 on windows XP
built as follows :
navigated to D:\Symbian\6.1\Series60\Series60Ex\helloworld\grou p through command prompt
typed bldmake bldfiles
typed abld build wins udeb
typed epoc
emulator showing 'Series 60' on screen....
plz help me what could be the reason....?
thanx in advance
dango 03-11-2004, 07:29 PM Hi All,
If you have read the miniguide
http://www.allaboutsymbian.com/phpBB2/viewtopic.php?t=3281
and are having problems getting things to work please discuss here, I shall try to answer as much as I can, hopefully others will help too :-)
Cheers
Is there an update to this link? It seems to have moved... :o
_Student 12-11-2004, 05:00 AM I am new in this category of programming... I have read the Getting Start document
the Appwizard is not found in the path that is mentioned... it doesn't found in the whole plattform ... from where I can get it
The AppWizard is in the Microsoft Visual C++ versions of the SDK and works only with Visual C++ 6 (not Visual Studio.NET/Visual C++.NET).
emulator showing 'Series 60' on screen....The reason is having installed the SDK to the D: drive (and the installation not coping with that very well). Edit .\Epoc32\Data\epoc.ini to have the full/complete path on the line that begins with "_EPOC_DRIVE_D".
buddy 16-12-2004, 08:11 PM hi friends,
Please help me out me out.....i have encountered this problem at the very last stage.
I have compiled my project in the release mode and debug mode both and my compilation has been successful.
however when i try to run the program on the emulator,nothing happens when i click on the icon.
I tried to convert my package file into a sis file.Even tried doing the same for the helloworls application to check.
but on the dos prompt i get the following error:
error:file not found
i have used the MAKESIS command and specified the .pkg file.
even tried by specifying the full path but nothing happens.
could u pls tell me how i should remake my package file?
or recompile
i'm using:
windows xp
vc 6.0
perl
jdk 1.4
my vc++ files are in:
C:\Symbian\7.0s\Series60_v20\Epoc32\BUILD\SYMBIAN\ 7.0S\SERIES60_V20\SERIES60EX\BLUETOOTHPMP\GROUP\BL UETOOTHPMPEXAMPLE\WINS
but my sdk files which were self generated are in
C:\Symbian\7.0s\Series60_v20\Series60Ex\BluetoothP MP
maybe the path in my .pkg file is incorrect.tell me where exactly should the application be.
please suggest some solution URGENLTLY
thanx
buddy 16-12-2004, 09:00 PM hi people.
forgot to mention that i also get the following error at the dos prompt when i give the full path
error: cannot open file.check filename and access rights
the filename and path are correct i've checked that
PLEASE HELP!!!!!!!!
sheetal 04-01-2005, 04:09 PM I have it working now.
Hi Kari,
I am trying to build the simple hello world application using CodeWarrior IDE on Windows XP
.
I am getting following the compilation error
Error : Symbian Resource - ERROR: Must set the EPOCROOT environment variable BEGIN failed--compilation aborted at C:\Symbian\8.0a\S60_2nd_FP2_CW\Epoc32\tools/E32env.pm line 51. Compilation failed in require at C:\Symbian\8.0a\S60_2nd_FP2_CW\Epoc32\tools/epocrc.pl line 27. BEGIN failed--compilation aborted at C:\Symbian\8.0a\S60_2nd_FP2_CW\Epoc32\tools/epocrc.pl line 27.
I tried setting the EPOCROOT via Environment variables in System Settings.
But it doesnt seem to work.
Do you have any ideas as to resolving this issue?? It will be great if I can get some pointers regarding this
Thanks
Sheetal
Hi friends
This is very nice topic, please guide me from where i will get the AvkonAppWiz.awx files
Hi Friends,
I found out the solution myself ....there are two files named as AvkonAppWiz.awx and AvkonAppWiz.hlp which you need to copy in the "c:\Program Files\Microsoft Visual Studio\Common\MsDev98\Template". folder once you have done that the Wizard icon starts to appear in the New/project tab .... for better grip read the pdf called "Series 60 AppWizard – Installation & User’s Guide " awailable on the net or in your sdk help.
Thanks for your support
Nikolaus 21-02-2005, 06:00 PM Hello, All!
I'm using folowing tools:
1. Visual Studio .NET 2003
2. Series 60 SDK 2.1 for Symbian OS Supporting Microsoft Visual C++ .NET
Configuration is DEBUG Wins, program for run is C:\Symbian\7.0s\Series60_v21\Epoc32\release\wins\u deb\epoc.exe
I want to debug program under emulator, but after run I have got a message "'epoc.exe' does not contain debugging information. (No symbols loaded.) Click OK to debug anyway."
What's wrong in my actions?
Nick.
holly 06-03-2005, 12:40 PM hi all
( this is my first post ) :)
just wanna say nice site and i hope that i learn alot from being hewre :D
okies here is my problem. :(
ive just downloaded the SDK for the S60 series,ive installed active perl because i was gettin a few errors in the command line compilation when trying to convert "make make project (mmp) files" into Visual studio 7 vcproj files :(
here is the error i first got b4 installing active perl
""perl is not recognized as an internal or external command""
no i get this error
"" C:\program is not recognized as an internal or external command""
ive check to make sure my environment variables are correct and thay seem to be but im having no luck.. :(
Hi,
I am trying to use c++ .NET to develop applications (Series 60 platform 2.1), but since I can't start a new solution using Microsoft .NET IDE and I can't create a project from the start , I need to rename the solution name from HelloWorldBasic to MyFirstApp. Is this possible? if so how can I di that?
Thank you
Hi,
I am trying to use c++ .NET to develop applications (Series 60 platform 2.1), but since I can't start a new solution using Microsoft .NET IDE and I can't create a project from the start , I need to rename the solution name from HelloWorldBasic to MyFirstApp. Is this possible? if so how can I di that?
Thank you
macmad021 11-03-2005, 08:59 AM hi all
( this is my first post ) :)
just wanna say nice site and i hope that i learn alot from being hewre :D
okies here is my problem. :(
ive just downloaded the SDK for the S60 series,ive installed active perl because i was gettin a few errors in the command line compilation when trying to convert "make make project (mmp) files" into Visual studio 7 vcproj files :(
here is the error i first got b4 installing active perl
""perl is not recognized as an internal or external command""
no i get this error
"" C:\program is not recognized as an internal or external command""
ive check to make sure my environment variables are correct and thay seem to be but im having no luck.. :(
Hello.
Uninstall SDK and install it in other folder. I think that this is problem with Perl - does not recognize folder with long name. I am not sure about this, but I tryed this and it works.
Sorry for my bad english.
aborgine 15-03-2005, 11:22 AM I do have the same problem....How did u fix it Mohith????
got the perl to work after a lot of reinstalling and changing environment variables.... now, however, i'm getting missing header files... any idea where i can find these???
gsmumsg.h
gsmuset.h
smsuaddr.h
quartzkeys.h
thxn in advance..
Mohit
narinen 04-05-2005, 12:29 PM Hi Kari,
I am trying to build the simple hello world application using CodeWarrior IDE on Windows XP
.
I am getting following the compilation error
Error : Symbian Resource - ERROR: Must set the EPOCROOT environment variable BEGIN failed--compilation aborted at C:\Symbian\8.0a\S60_2nd_FP2_CW\Epoc32\tools/E32env.pm line 51. Compilation failed in require at C:\Symbian\8.0a\S60_2nd_FP2_CW\Epoc32\tools/epocrc.pl line 27. BEGIN failed--compilation aborted at C:\Symbian\8.0a\S60_2nd_FP2_CW\Epoc32\tools/epocrc.pl line 27.
I tried setting the EPOCROOT via Environment variables in System Settings.
But it doesnt seem to work.
Do you have any ideas as to resolving this issue?? It will be great if I can get some pointers regarding this
Thanks
Sheetal
Did you find the solution and could you share this?
Please...
ckp21082 20-07-2006, 05:36 AM :icon4:
when i write
abld makefiles vc6
:icon4:
it give me reply as
make -r -f "\Symbian\7.0s\Series60_v20\EPOC32\BUILD\VC6.make" MAKEFILE VERBOS
E=-s
Nothing to do
can anybody tell me how can i create workspace for MS-VC++ IDE
I alredy installed Win 2000 SP4 + Visua studio 6.0 + Visual Studio .NET
Thank You.
vaidyanet 31-08-2006, 02:40 PM I faced the similiar problem. I was able to correct after multiple tries.
We need to set the following paths into the path variable of the environment variable.
1. Add the path of perl\bin folder to PATH
2. Add the path of VC98 - link.exe path to PATH
3. copy MSPDB60.DLL from Microsoft Visual Studio\Common\MSDev98\Bin to Microsoft Visual Studio\VC98\Bin folder
4. Make sure that your EPOCROOT is set to right folder
Once you do the above changes, it should work fine.
Kosher 31-01-2007, 11:23 AM Hi.
I am trying to install SDK for Symbian (Series 60v1, Symbian 6.1). However everytime I try setup freezes at 80% and doesn't do anything. I even reinstalled the OS at my computer :o but nothing helps! Myabe you know what's the solution? Or atleast some suspects? Please reply.
A new memeber,
Kosher
a6000000 22-05-2007, 11:38 AM hi
I am also wanna begin to wrote apps for symbian
(now the download for sdk is in progress , so I dont know anything :)
maybe this links also helpul for you
(for my first links I must write pices , links dont allowed for beginners :)
mobiledevices.kom.aau.dk(slash)
development(slash)
programming(slash)symbian_c(slash)
getting_started(slash)
gruss aus berlin
andi
Gordman 24-07-2007, 04:27 PM Not Me, I Was Ok....
|
|