Thanks Cartmon,
I found the FAQ too, but it does not resolve the problem because the compiler error is at VA_START, even before you use the argument list.
Type: Posts; User: jestyjames; Keyword(s):
Thanks Cartmon,
I found the FAQ too, but it does not resolve the problem because the compiler error is at VA_START, even before you use the argument list.
Thanks Apsaarin.
Hi Apsaarin,
I'm having some problems with :
VA_LIST ap;
VA_START( ap, pn );
VA_END( ap );.
It had some errors like "request for member `__ap' in `ap', which is of non-class type `char*"
...
Hi guys has any one come accross any issues with "ttrap" while compiling with GCCE. Something to do with __LEAVE_EQUALS_THROW__ and __SUPPORT_CPP_EXCEPTIONS__ flag or setting in the compiler. I'm...
Hi guys has any one come accross any issues with "ttrap" while compiling with GCCE. Something to do with __LEAVE_EQUALS_THROW__ and __SUPPORT_CPP_EXCEPTIONS__ flag or setting in the compiler. I'm...
Hey guys, can anyone assis me with this problem.
I have a problem with CSecureSocket read method on the N70 phone.
I am able to establish a connection a secure connection to my server.
The...
The symbian rsocket.connect() API does not appear to inform yu about a succesful connection, instead, i believe it informs yu that an atempt at a connection has sucesfully started. I used a work...
Hi Nowis, where u able to solve this problem?
Having some problems with the appinst.app on the 6630. When I copy (NOT install) my sis file to the location "c\installer\myapp.sis from my .pkg file and then try to install it by running...
Has anyone tried using the symbian Tcp connection to blocked port. i.e iSocket.connect(iStatus); and using Rconnection. Make the connection to a real IP address but to a blocked port . Do you get an...
Has anyone tried using the symbian Tcp connection to blocked port. i.e iSocket.connect(iStatus); Make the connection to a real IP address but to a blocked port . Do you get an error ? I don't seam...
Hi memleak,
I can't see how the port number and IP address affects not getting an error code if the server is not running. Have you had this happen to you before. From my knowledge of sockets,...
Here's the meat of the connection code, the message boxes is used for debugging on the device.. 6630. Essentially, I'm trying to connect over the internet using the vodafone internet IAP to a my...
Hi memleak, I forgot to add that I checked the iStatus parameter and got KErrNone, even when the server I'm trying to connect to is down. I thought this was weird.. Help :-)
Hi memleak, I forgot to add that I checked the iStatus parameter and got KErrNone, even when the server I'm trying to connect to is down. I thought this was weird.. Help :-)
I've got a modified version of the sockets example working, but I want to generate, or at least I expected to have some sort of error, when I tried to connect to a server that is not running.. I used...
I've got a modified version of the sockets example working, but I want to generate, or at least I expected to have some sort of error, when I tried to connect to a server that is not running.. I used...