Hi,
your if should be like
if exists("c:\test.txt")
// your stuff here
endif
Type: Posts; User: PankajNeve; Keyword(s):
Hi,
your if should be like
if exists("c:\test.txt")
// your stuff here
endif
Hi friends,
I know this thread should go to UIQ and not S60, but still if anybody have faced this problem. Please help me , reply me back.
Previously I was working with UIQ3.1 SDK, but latter I...
Ohh! that is so silly mistake....
Thanks ivey.
No need to try. I will definitely work.
Hi,
There is a class TFindFile, using it you can search for a perticular filename or extention at specified location. Just go through the SDK help, you will find the answer.
Hi guys,
I'm getting run time error like - Program Closed: <My Application Name> , have a problem in implementing an Active Object.
I'm doing it as bellow:
CMyActiveObject* iMyAO;
iMyAO =...
Hi,
It's been too many days for me to compile help project. When I tried to run another help project, i'm getting following error--
...
hi,
The code you can write in your container class call back function is like as follows:
TKeyResponse CMyTestContainer1::OfferKeyEventL(const TKeyEvent& aKeyEvent,TEventCode /*aType*/)...
Hi,
Since I have installed NDS, not able to build it from command prompt.
It is flasshing me an error like
-----------
C:\Symbian\7.0s\Series60_v21\Working\Demo\group>bldmake bldfiles...
following is I copied from output window, I'm using .NET IDE.
Updating Demo.mmp based on Deb_S60_21_WINS
Update of mmp file not needed
Target build using Symbian tool chain
------ Rebuild...
I'm using the same code, but the problem is - whenever I'm coding for SetMyAppToBackground() and linking my project against the respective libraries (ws32.lib & apgrfx.lib), it creates a problem for...
Hi muntain,
Just check if your .MDL is comming in at \system\recougs\ after installation. This could be one reason that you are not able to autostart your applicatyion on Nokia 6680.
OR another...
hi,
can you post your .pkg file here, to understand your problem?
Basically when you say that
<b>Application is not compactable with this device ....</b>
its related to your platform UID
...
hi,
I removed the code I did latest and come across the conclusion that
it is happening because of following
//------------
//Send To background
#include <w32std.h > //RWsSession -Link...
Hi all,
My application is working properly for WINS platform, as soos as I compile it for ARMI - gives me an error(error shown as bellow).
Searched a lot through forum but didn't find solution on...
Hi Sunny,
May be you can check with the priorities you are defining. Just try with the different priorities in both of your MDLs.
The code segment shown bellow, if you are using the autostart...
Hi,
I think, you can use Durration Editor with read-only property. For details please go through the Editor Example given in SDK Examples.
Hi er_benji,
I have an experience of creating help for application (app for S60 2nd Ed phone) and i'm using development IDE as .NET IDE.
Following are the steps-
1. You just need to right click...
Hi,
Please see the link bellow:
http://discussion.forum.nokia.com/forum/showthread.php?t=102129&page=2&highlight=autostart
Regards,
Hello Ankush,
Please have a look at How to StartApp
I'm sure you will find the solution.
Hi,
One more problem. If i go for import the project option from file menu, it shows me following error.
---------------------------
NDS for Symbian OS Error
---------------------------
The...
Hi Kiran,
Went through the link you provided,
Following is the workaround provided in txt file.
Under certain circumstances the automatic generation of a .pkg file fails
with the error...
hi,
My environmental variable is set as follows:
path = C:\Program Files\Common...
Hi,
I have checked, it's not the case.
I'm worried about the error
ERROR: RCMake failed: Object reference not set to an instance of an object.
What could you suggest?
Hi,
My harddisk gets currupted so I installed the Symbian SDK again. Followed all the steps and sequence given in http://www.symbianresources.com/tutorials/install_nds/en/install_nds_en.pdf. I'm...
Hi,
You need to create a DLL project for this.
You will find number of forum threads on this topic or you can go througt the SDK help too.
Or refere the following link, I have mentioned the...