Shreya mathew

Greenhorn
+ Follow
since Aug 03, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Shreya mathew

I need a sample jni class to be used in java application(that uses a IBM weme J9 standard) that needs to be tested in a pda (using a Windows mobile OS)....

Anybody having used jni for accessing a C# function please share ideas
THanks in advance

13 years ago
Yes,the pda is using Windows Mobile OS.
Will somebody help me in writing the jni class for invoking the method 'SendSMS(string recipient, string sContent)' in the above code?
Its very urgent...
Thanks in advance..
13 years ago
I have got a code in C# to send sms from windows mobile device(pda) from this link: http://phvu.wordpress.com/2009/01/15/sending-sms-message-in-windows-ce/

I have converted the C# code into a dll...
Now I want to access the dll from a java application(which is done using IBM weme j9 ).
I need help on 'how to call a C# smart device dll from java'....
Anyone having done this please help asap..

The C# code is given below:



Thanks in advance..
13 years ago