Hi,
I'm currently working on pretty simple server, so I have classic "set": 'server', 'client side dll with R classes' and a 'GUI test client'. Everything works perfectly with capabilites switched "on" on the emulator. Build for GCCE UREL targed, signing sis files - everything works nicely...
BUT, BUT, BUT
After I install everything on Nokia E70 phone and I click on the 'GUI test client' application icon nothing happends(no error, no dialog). Aslo nothing is in my log file - and my first log is in NewApplication() method - seems like that it was never called (application was not started?).
WHAT I DID
I comment all server-related code from my 'GUI test client' - and application starts working immediatelly - so I think that problem is "something" with server. So I tried to left only 1 line of the code in the whole application - namely in AppUI ConstructL() method:
----------------
RDedServer svr;
----------------
So RDedServer constructor only was called - and application stoped working - withe the same behaior as on the beginning... When I tried to debug it from CodeWarrior it wrotes me message "Failed to create new process"
Where can be the problem??? What is checked by OS that it fails so quickly? Can the problem be with capabilities?
server capability: WriteDeviceData NetworkServices
client side dll with R classes: NONE
GUI test client: NONE
I'm using E70 phone and Mainteance release SDK.
Thanks for any help - after 2days I'm totally tired...
King regards
STeN

Reply With Quote
I hate those "mysterious" bugs - it's surely something I miseed or made bad...
((((

