Added unsupported warnings to winEmbed.

This commit is contained in:
locka%iol.ie 2002-06-04 21:29:04 +00:00
parent e6a66b5840
commit 3d7fc0af50
2 changed files with 14 additions and 2 deletions

View File

@ -134,7 +134,19 @@ public:
int main(int argc, char *argv[]) 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 // Sophisticated command-line parsing in action
char *szFirstURL = "http://www.mozilla.org/projects/embedding"; char *szFirstURL = "http://www.mozilla.org/projects/embedding";

View File

@ -155,7 +155,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
IDD_BROWSER DIALOG DISCARDABLE 0, 0, 400, 217 IDD_BROWSER DIALOG DISCARDABLE 0, 0, 400, 217
STYLE WS_MINIMIZEBOX | WS_MAXIMIZEBOX | WS_POPUP | STYLE WS_MINIMIZEBOX | WS_MAXIMIZEBOX | WS_POPUP |
WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
CAPTION "winEmbed sample" CAPTION "winEmbed sample - UNSUPPORTED"
MENU IDC_WINEMBED MENU IDC_WINEMBED
FONT 8, "MS Sans Serif" FONT 8, "MS Sans Serif"
BEGIN BEGIN