ok, thank you very much
Gianni
Type: Posts; User: gianni_balzarini; Keyword(s):
ok, thank you very much
Gianni
How can I send IP Packet via GPRS using AT command? Is it possible?
Thank you
Gianni
When I receive an SMS the first message I receive from IPC is IND_SMS_COUNTERINFO and not IND_SMS_RECEIVED as aspected.
Is it correct? If I try to get the index of incoming SMS i receive 1 as value....
ok, thank you....it works but I receive a strange message from IPC....However....thank you again
Gianni
When I'm waiting for an Sms incoming I receive a message from IPC, the Header.MessageID is 36241411 instead of RSP_SMS_READ or something else......what does it mean?
Tx
Gianni
Just one further help.....
this is my loop
HANDLE events[1]={IPCGetReadEvent(hIpc)};
DWORD status;
while ( running ) {
status=WaitForMultipleObjects(1,events,FALSE,INFINITE);...
I will try
Tx
Gianni
I used this code but I need some informations:
I think I wrote it correctly but I don't receive any message.
When I receive an SMS I can see the pop of Nokia Application but my application still...
I didn't change any setting, I just deleted some lines and re-builded the project.
The original code works correctly.....
I thought about a bug in VC++...is it possible?
Thank you,
Gianni
HI,
I tryed to modify the sms sample. I deletede a very large part of code but If I use only few line, the code doesn't work.
The code is:
int main(int argc, char* argv[])
{
HANDLE hIpc;...
I fixed the error,
Thank you
Gianni
Dear Support,
I followed your previous instruction and I fixed every compile and linking error. When I try to execute SMS.exe an error occours. The application doesn't find d211ipc.dll, I put it...
Hi Ivanrc,
how can you read an SMS from the card?
I can see you are able to send SMS but what do you do for reading sms?
Thank you,
Gianni
I receive the same error even if I set "Not using MFC". What else I need to do?
Thank you
Gianni
Hi, I'm new in this world and I'm trying to use the SMS example of SDK. I can compile but I can't link the program. I receive the following error:
MSVCRT.lib(MSVCRT.dll) : error LNK2005: _free...