SilverScreen Solid Modeler

Sample Projects

Sample Projects

Previous topic Next topic  

Sample Projects

Previous topic Next topic JavaScript is required for the print function  

SilverPlusEllipse

 

SilverPlus Sample Projects

 


The following table has three columns, which contain a sample project name, the name of the SilverC stub which invokes it, and the default directory in which it is placed when the developer's edition of SilverScreen is installed:

 

Sample

Stub

Folder

SCDLL

SCDLL#.C

<silver>\Samples\SilverPlus\SCDLL

MFDLL

MFDLL#.C

<silver>\Samples\SilverPlus\MFDLL

ScriptWin

ScriptWin#.C

<silver>\Samples\SilverPlus\ScriptWin

Preview

Preview#.c

<silver>\Samples\SilverPlus\Preview

DLLStuff

n/a

<silver>\Samples\SilverPlus\DLLStuff

 

Note: The # in the stub name indicates the Visual C++ edition used to build SilverScreen (i.e. 9 for Visual C++ version 9).

 

 

 


The following table has two columns, which contain a sample project name and a brief description:

 

Sample

Description

SCDLL

Demonstrates simple invocation of dialogs using a DLL. The DllMain version of the DLL is used.

 

MFDLL

Demonstrates techniques useful in DLL development, such as:

 

Subclassing the view and mainframe windows
Use of a CWinApp-derived class for DLLs
Command UI handling
Context menus, toolbars and dialogs
Script windows

 

ScriptWin

Demonstrates the use of the script window API, for displaying SilverScreen drawings in arbitrary windows.

 

Preview

Demonstrates a print preview interface implemented in a DLL.

 

DLLStuff

A set of code templates that you can use to build your

applications.