Open GoogleCodeExporter opened 8 years ago
here is the error below image attached. tmpstr is nill. dont know what happend
:(
Original comment by apt.solu...@gmail.com
on 3 Jul 2012 at 7:20
Attachments:
im also facing the same problem...any fix for this?
Original comment by d.sarava...@gmail.com
on 30 Jul 2012 at 4:05
It is caused by your code trying to send the contact .csv file, which is
present in the sample project but isn't in your own. Either comment out the
attachment being sent in your code or copy the file over and you will have no
crashes anymore.
Original comment by King.Jon...@gmail.com
on 30 Jul 2012 at 4:35
[deleted comment]
I dont think thats the case, because i couldnt find contact.csv file in the
source.im also attaching images and text files. Also it was working fine for
more than two month.. now only im facing this problem.
Original comment by d.sarava...@gmail.com
on 1 Aug 2012 at 7:31
Any chance the fix proposed in issue #53 , changing the if(len) to if(len > 0)
would fix the problem. The poster of issue #53 observed that the length
returned can be negative.
Original comment by bblake1...@gmail.com
on 12 Oct 2012 at 6:43
Original issue reported on code.google.com by
apt.solu...@gmail.com
on 3 Jul 2012 at 7:17