Re: Compiler features



Squeamizh wrote:

I am not sure what is meant by "assembling" the main window, but
regardless of the meaning, saying you can do it in a few lines
certainly sounds ridiculous.

Perhaps this is all just some big misunderstanding, and Mark McIntyre
can provide an example of what he's talking about.

Sure. I have an app that pops up a window, displays an analogue clock, and counts down from some point defined by the commandline, before beeping thrice and exiting. It takes 40 lines.

If it only takes a
few lines, then demonstrating his point should be trivial.

Well, I was responding to a troll, and he took my bait, and you responded to his further trolling, so....

But the point is, if the HLL you're using provides suitable features you can do it easily. Win32 on its own is too low level to offer this sort of sopistication but there are plenty of higher-level UI libs that do. These also have the advantage that they work on different underlying graphical display subsystems, The above 40-liner would work on Windows (95-Vista), X-11, MacOs, DecWindows, and probably a bunch of others.

--
Mark McIntyre

CLC FAQ <http://c-faq.com/>
CLC readme: <http://www.ungerhu.com/jxh/clc.welcome.txt>
.



Relevant Pages

  • Re: Wrong "Application Not Responding" Dialogs When Closing Applications
    ... "The window 'blah blah blah' is not responding. ... The warning dialog should not have popped up so early in the ... I suggest that the window manager probably does not know anything about the applications internals, rather it knows about the fact that you want the application to exit, sends it a kill 15, and then checks a few seconds later to confirm it has exited. ...
    (Fedora)
  • Re: NT service: terminated after user logoff
    ... Is the service responding to the ... logoff or it's a serious exception. ... anything else create a Window on your behalf? ... Finally, and this is a longshot, note applications that exhaust the stack by ...
    (microsoft.public.vc.language)
  • Re: Windows Explorer, Save As function and System Backup issues
    ... try to use the left hand screen to expand/collapse folders. ... I lock up (not responding) and have to End ... Backup" selection box in the window, the program locks up ...
    (microsoft.public.windowsxp.general)
  • Re: Windows Explorer, Save As function and System Backup issues
    ... Recently my Windows Explorer has been locking up (not responding) when I ... try to use the left hand screen to expand/collapse folders. ... Backup" selection box in the window, the program locks up ...
    (microsoft.public.windowsxp.general)
  • Re: Windows Explorer, Save As function and System Backup issues
    ... At least I know it's not my hard drive getting ready to crash! ... I lock up (not responding) and have to End ... Backup" selection box in the window, the program locks up ...
    (microsoft.public.windowsxp.general)

Loading