I am working with a large code base that has a bunch of debugging code in #ifndef NDEBUG blocks.
I notice that my CW project is passing -DNDEBUG to gcc on the command line. I want to suppress...
Type: Posts; User: greg.fenton; Keyword(s):
I am working with a large code base that has a bunch of debugging code in #ifndef NDEBUG blocks.
I notice that my CW project is passing -DNDEBUG to gcc on the command line. I want to suppress...
Thanks. I may take you up on that ;-)
My problem is that I have to write a plugin (a DLL) for an existing application and I only have the binary (compiled originally for OS v6)...so I have to...
I have CW 3.0 Professional.
I have a Nokia 6620.
I need to port a couple of apps I have written for MS-Smartphone.
I am new to Symbian, having worked in CE/PPC and Palm for a few years.
I...
Sunil,
Thanks for your post! So are you saying that the emulator is the only way to test on our LAN. Is there no way to use a device itself?
Thanks again,
greg.fenton
We're developing an app that will eventually be hitting a server on the public internet. But for now we only have a server available internally on our corporate intranet.
Is there a way to...