Hi everybody
I�m new to both C++ and Symbian development, but I�ve managed to get a "Helloworldbasic" running with Visual Studio .NET 2003 (Using series60 ver 2.1 SDK + the tutorial found in the SDKhelp - getting started guide)
Basically it works fine - I�m compliling and running the epoc debug program. But when I want to create the .PKG using "bldmake bldfiles" and "abld build thumb urel" no .pkg files appears. The "abld build thumb urel" runs fine (no errormessage at least), and I�m getting a THUMB directory with a .def and a .THUMB - file plus a UREL directory with a single .in file and som .o -files
Does anyone know what I�m doing wrong or what to do next?
TIA
Moelgaard
Hi... I think this is RTFM problem, you really need to read few megabytes of documentation about bldmake && etc - bldmake don't create .pkg files.
THUMB directory is the same problem - RTFM and documentation - please read them and don't post questions which are obvisiously explained in SDK - nobody want's to answer them, me too. :frown:
Shortly,
1) bldmake is used to prepare working environment and abld.bat which will be used to compile project. bldmake does not generate any .pkg, .mmp.
2) "abld build thumb urel" command does not generate .pkg too (actually you need to write it yourself!), this command only complie program and all connected resourses (defined in .mmp).
3) What to do next - browse SDK 😉
Regards.