Added unsupported warnings to winEmbed.
git-svn-id: svn://10.0.0.236/trunk@122697 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -134,7 +134,19 @@ public:
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
printf("\nYou are embedded, man!\n\n");
|
||||
printf("You are embedded, man!\n\n");
|
||||
printf("******************************************************************\n");
|
||||
printf("* *\n");
|
||||
printf("* IMPORTANT NOTE: *\n");
|
||||
printf("* *\n");
|
||||
printf("* WinEmbed is not supported!!! Do not raise bugs on it unless *\n");
|
||||
printf("* it is badly broken (e.g. crash on start/exit, build errors) *\n");
|
||||
printf("* or you have the patch to make it better! MFCEmbed is now our *\n");
|
||||
printf("* embedding test application on Win32 and all testing should *\n");
|
||||
printf("* be done on that. *\n");
|
||||
printf("* *\n");
|
||||
printf("******************************************************************\n");
|
||||
printf("\n\n");
|
||||
|
||||
// Sophisticated command-line parsing in action
|
||||
char *szFirstURL = "http://www.mozilla.org/projects/embedding";
|
||||
|
||||
@@ -155,7 +155,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
|
||||
IDD_BROWSER DIALOG DISCARDABLE 0, 0, 400, 217
|
||||
STYLE WS_MINIMIZEBOX | WS_MAXIMIZEBOX | WS_POPUP |
|
||||
WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
|
||||
CAPTION "winEmbed sample"
|
||||
CAPTION "winEmbed sample - UNSUPPORTED"
|
||||
MENU IDC_WINEMBED
|
||||
FONT 8, "MS Sans Serif"
|
||||
BEGIN
|
||||
|
||||
Reference in New Issue
Block a user