Author Topic: How to create a window with panes  (Read 4002 times)

TimoVJL

  • Member
  • *****
  • Posts: 1320
Re: How to create a window with panes
« Reply #30 on: February 09, 2022, 06:11:24 AM »
No compiling problems with Pelles C 11

EDIT: without CRT too.
« Last Edit: February 09, 2022, 04:53:21 PM by TimoVJL »
May the source be with you

NoCforMe

  • Member
  • *****
  • Posts: 1124
Re: How to create a window with panes
« Reply #31 on: February 09, 2022, 01:23:01 PM »
Attached a C source from an obscure web location. It's 140 lines short, but my three C compilers bark at them, for various reasons. C/C++ is a waste of time.
Here, I translated it to MASM (vanilla) for you. Works, Whoop-te-do.

jj2007

  • Member
  • *****
  • Posts: 13957
  • Assembly is fun ;-)
    • MasmBasic
Re: How to create a window with panes
« Reply #32 on: February 09, 2022, 07:46:35 PM »
Thanks, that's a nice action by somebody whose name is no C for me :tongue:

hutch--

  • Administrator
  • Member
  • ******
  • Posts: 10583
  • Mnemonic Driven API Grinder
    • The MASM32 SDK
Re: How to create a window with panes
« Reply #33 on: February 09, 2022, 09:14:21 PM »
 :rofl:
hutch at movsd dot com
http://www.masm32.com    :biggrin:  :skrewy:

jj2007

  • Member
  • *****
  • Posts: 13957
  • Assembly is fun ;-)
    • MasmBasic
Re: How to create a window with panes
« Reply #34 on: February 09, 2022, 10:13:29 PM »
No compiling problems with Pelles C 11

Thanks, Timo. I guess I must check my version :rolleyes: