Update of /cvsroot/win32forth/win32forth/demos/COM
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13823/demos/COM
Modified Files:
D3Dtest.f EX_ADO.F EX_D3D.F EX_DDRAW.F EX_SAPI.F
Log Message:
- Moved the demo code for the new ActiveX controls into seperate files in the Demos-Folder
- Added two new tool's for exploring ActiveX controls
- Added some notes about the new COM and ActiveX support to the release notes.
Index: EX_ADO.F
===================================================================
RCS file: /cvsroot/win32forth/win32forth/demos/COM/EX_ADO.F,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
Binary files /tmp/cvsjURJlN and /tmp/cvsiPkylm differ
Index: EX_D3D.F
===================================================================
RCS file: /cvsroot/win32forth/win32forth/demos/COM/EX_D3D.F,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** EX_D3D.F 15 Sep 2005 16:31:38 -0000 1.1
--- EX_D3D.F 18 Sep 2005 11:10:30 -0000 1.2
***************
*** 1,2 ****
--- 1,4 ----
+ \ $Id$
+
\ Example of using Direct3d (Directx 8.1)
\ Thomas Dixon
Index: D3Dtest.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/demos/COM/D3Dtest.f,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
Binary files /tmp/cvsObXVGP and /tmp/cvsax2hMo differ
Index: EX_DDRAW.F
===================================================================
RCS file: /cvsroot/win32forth/win32forth/demos/COM/EX_DDRAW.F,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** EX_DDRAW.F 15 Sep 2005 16:31:38 -0000 1.1
--- EX_DDRAW.F 18 Sep 2005 11:10:30 -0000 1.2
***************
*** 1,2 ****
--- 1,4 ----
+ \ $Id$
+
\ Example of using Direct Draw (Directx)
\ Thomas Dixon
Index: EX_SAPI.F
===================================================================
RCS file: /cvsroot/win32forth/win32forth/demos/COM/EX_SAPI.F,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
Binary files /tmp/cvsbUKMiz and /tmp/cvsQdaXla differ
|