Hello,
I'm working on a simple software that use GPS to get my position and send the data to a web page that store it in a db.
I get the code for GPS from this forum using Serial2.dll
The program worked, but now i'm trying to add more functions.
I add the flitedevice.dll for text to speech and i load an image from the web using dzHTMLViewLib.dll
The problem now is that i get an out of memory exception on Sub Timer1_Tick (GPS timer).
This line raise the error:
GPS1.GPSStream(Serial1.InputString)
Before adding more functions the software was fine. It isn't a problem with the GPS but this line raise the error. I check how much memory the application take and it is 700 kb.
i'm using to much memory?
Someone can help me?
Thanks a lot to everyone.
Lorenzo