My favorites | Sign in
Project Home Downloads Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Vector<WString>& coreCmdLine__();
Vector<WString> SplitCmdLine__(const char *cmd);

void FBInit(HINSTANCE hInstance);

#define GUI_APP_MAIN \
void GuiMainFn_();\
\
int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE, LPSTR lpCmdLine, int nCmdShow) \
{ \
UPP::coreCmdLine__() = UPP::SplitCmdLine__(UPP::FromSystemCharset(lpCmdLine)); \
UPP::AppInitEnvironment__(); \
UPP::FBInit(hInstance); \
AppExecute__(GuiMainFn_); \
Ctrl::ExitFB(); \
UPP::UsrLog("---------- About to delete this log of WinFB..."); \
UPP::DeleteUsrLog(); \
return UPP::GetExitCode(); \
} \
\
void GuiMainFn_()

Change log

r4986 by cxl on May 21, 2012   Diff
reference: UWord_FB added AppExecute
support
Go to: 
Project members, sign in to write a code review

Older revisions

r4176 by cxl on Nov 16, 2011   Diff
.reference: Rainbow example (RM #158)
All revisions of this file

File info

Size: 609 bytes, 21 lines
Powered by Google Project Hosting