Device Manage for OS/2

DevCon for OS/2 - Developer Connection

Operating systems:
ArcaOS, eComStation, IBM OS/2 Warp
eComStation myths 

(Unsorted)  
 
 
Compilers  
 
 
Tools  
 
 
REXX  
 
 
Drivers/kernel  
 
 

 

 

Fonts in eComStation applications

Which font does eComStation need?

  • There are many free fonts
  • The fonts should contain cyrillic, arabic characters.

Which fonts are used by default in windows?

Not translated

New fonts in eCS:

  • Warpsans TTF
  • DeJavu (version 2.20)

Warpsans TTF, Warpsans old:

Change presentation parameter of window

SetFont("9.WarpSans");

SetFont(CHAR*FN){
    WinSetPresParam(hWnd,PP_FONTNAMESIZE,strlen(FN)+1,FN);
} 

Change font in .rc file for the whole dialog

    DIALOG  "Battery Monitor", ID_BATTERY_MONITORY_DIALOG, 68, 11, 210, 168, 
            0, FCF_SYSMENU | FCF_TITLEBAR | FCF_CLOSEBUTTON
    PRESPARAMS PP_FONTNAMESIZE, "9.WarpSans"                       

How to enable fonts anti-aliasing

no translation

Useful information:


 
Please share information with other developers how to:
  • Q: What to do with anti-aliasing troubles?
  • Q: Which fonts do you offer to include?
  • Q: How to install font from REXX script (WarpIn)?

 


 

 

ArcaOS 5.1.1 - DOS works again

DOS virtual machine works again (it was working on Core 2 Duo, and didn't for i5). Install ArcaOS in UEFI mode to use DOS VM.

Russian OS/2

eCo Software is making russian eComStation since 2001, all versions of ArcaOS since 2017.

// надо на ENG!!

Buy eSchemes

Warpstock Europe 2017

Warpstock Europe 2017 conference was in Rotterdam (Netherlands). Meeting of OS/2 users and developers. Report (russian text):

 

(C) OS2.GURU 2001 -- 2025