Dec 142017
 
Turbo 'C' interface and functions for DESQview API.
File DVGLUE17.ZIP from The Programmer’s Corner in
Category Alternate Operating Systems
Turbo ‘C’ interface and functions for DESQview API.
File Name File Size Zip Size Zip Type
DEMO.C 65054 14961 deflated
DEMO.EXE 47491 26498 deflated
DVGLUE.DOC 66959 18795 deflated
DVGLUE.H 32388 7459 deflated
DVGLUEL.LIB 68608 25781 deflated
DVGLUES.LIB 66048 24982 deflated
DVGUI.H 5949 1851 deflated
DVP.H 5256 1611 deflated
DVSTREAM.H 9833 2732 deflated
README 688 395 deflated
RULES.ASI 9410 2263 deflated
TPCREAD.ME 199 165 deflated
TVAPI.H 7750 1647 deflated
TVSTREAM.H 1269 434 deflated
TVUI.H 533 245 deflated

Download File DVGLUE17.ZIP Here

Contents of the README file


Changes:
most TV*() functions have been renamed DV*()
DVapp_free has been removed; use DVtask_free instead
TVinit and TVexit have been removed; use DVinit/DVexit instead
DVapilevel is now
int pascal DVapilevel(int level) ;
DVinit is now
int pascal DVinit(int required_version) ;
DVwin_create drops the last argument, is now
OBJECT pascal DVwin_create(OBJECT win,char *title,int rows,
int cols, int input_buffer) ;

DVapp_new() still does not work properly. While you can successfully
create the new task running a new program, if either of the tasks exits
before the window is closed with {DESQ}C or Ctrl-Alt-Del, DESQview becomes
extremely confused.


 December 14, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)