• Welcome to Powerbasic Museum 2020-B.
 

News:

Forum in repository mode. No new members allowed.

Main Menu

what is the difference between Corewin.inc and minwin.inc

Started by Chris Chancellor, May 11, 2018, 08:19:27 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Chris Chancellor

Hello Charles

what is the difference between Corewin.inc and minwin.inc

which situation do we use Corewin.inc and

which situation to use  minwin.inc  ?

Thanxx

Charles Pegge

#1
Hi Chris,

MinWin has a minimal set of Windows API functions, whereas CoreWin has nearly 6000 of them. That should cover most of your needs.

This is CoreWin.inc:

'2018-03-10 T 15:53:37

------------
'CoreWin.inc
============


'equates,types,macros
=====================

uses WinData

'dll declarations
=================

uses Kernel  '1595
uses User    '985
uses Gdi     '945
uses Comctl  '118
uses Comdlg  '28
uses Oleaut  '409
uses Shell   '484
uses Msvcrt  '1429 -58

'5935 declarations

Chris Chancellor

Thanxx Charles

so if i just use CoreWin.inc  then this will take care of all or everything  as  MinWin.inc is just a subset of CoreWin.inc ?