Conflict between <GSM.h> and <TinyGPS++>

Hi,

I'm trying to use the GSM and TinyGPS++ libraries at the same time. When I'm using only one of them all is correct, I can connect to the GSM's or GPS's network separately.

The problem appears when I'm using both. I though it was a problem of interruptions, but it's not. I changed this and GSM use only PC_INT2 and Software Serial (which is based in TinyGPS++) use PC_INT0, PC_INT1 and PC_INT3.

When I used both, the program can't connect with any network but there aren't compilation problems.

Does someone know why I can not use both at the same time?

Thanks in advance,

Does someone know why I can not use both at the same time?

There is something wrong with your code.

PaulS:
There is something wrong with your code.

When i used both separately it works, so I think the code it's correct.

When i used both separately it works, so I think the code it's correct.

Well, that makes one of us. Good luck.

If you need help, POST YOUR CODE!