User talk:Akela p501usa

From Apache OpenOffice Wiki
Jump to: navigation, search
TARGET HelloMimer.app
TARGETTYPE app
UID 0x100039CE 0x10004299
TARGETPATH \system\apps\HelloMimer
SOURCE HelloMimer.cpp
SYSTEMINCLUDE \epoc32\include
LIBRARY mimcppapi.lib
LIBRARY euser.lib apparc.lib cone.lib eikcore.lib


    RMimerCommand command;
_LIT(select_M_from_MIMER_ONEROW,"select M from MIMER.ONEROW");
if (i_want_to_use_short_hand) {
  command.Create(database,select_M_from_MIMER_ONEROW);
} else {
  command.Create();
  command.SetCommandText(select_M_from_MIMER_ONEROW);
  command.PrepareL();
}
// The <command> object is now in the same state no matter the value of <i_want_to_use_short_hand>.


[1]

Personal tools