Smartphone development diary

zhaozj2021-02-16  45

Make SmartPhone for half a year, want to write some Dongdong.

Smartphone's information is too small, and a lot of things need to be tried at a point.

I have been using WTL to develop SmartPhone Application, WTL is quite like MFC.

Development Resources

Microsoft News Group Server: Msnews.microsoft.com. Some experts in this newsgroup can solve some problems.

diary

2004-07-01

Today, I found that the stack in SmartPhone is small, I don't know the specific size, about 32 ~ 64K. So you can't define a large partial array or object.

2004-09-02smartphone OS Image has three types: debug, retail, ship. If the OS of the device is the SHIP type, it cannot be debugged on it above it.

The DEBUGMSG (Expression, Message) macro is used to output a debug message on the EVC's Output window. When the value of Expression is TRUE, outputs Message. Message must be enclosed in parentheses.

example:

Debugmsg (1, (_T ("this is a debugmsg sample."))))))))

2004-9-7

The size of the application stack in Smartphone:

IT is set in evc build link settings "/ stack", default is 64k.

转载请注明原文地址:https://www.9cbs.com/read-20441.html

New Post(0)