Displaying graphics in Symbian exe programs.
Generally, exe programs are used to implement servers (exedll, epocexe target type) or
simple console programs. This may lead to believe that graphical features are not available
for exe programs. This is not the case, and even though it might take some extra work to
set up an appropriate environment, this is quite straight forward to achieve, as the
following snippet will illustrate. This way, we can make use of graphics without having to
resort on a full blown application.
(更多…)