Skip to main content

Loading PROTOCLASS

The following examples assume that you have imported the sample Universe account into Caché. Read Migrating a MultiValue Application for instructions.

The first step is to use the MultiValue shell to load PROTOCLASS into MyAccount.


MyAccount: ; file="<cachesys>\dev\mv\samples\PROTOCLASS.xml" 
MyAccount: ; stat = "%SYSTEM.OBJ"->Load(file,"c")
Load started on 01/06/2009 11:46:37
Loading file C:\InterSystems\Cache\Dev\mv\samples\PROTOCLASS.xml as xml
Imported document: PROTOCLASS.mvb
Compiling PROTOCLASS.MVB
 
Load finished successfully.

Note that the exact location of PROTOCLASS depends upon where you installed Caché. In general the location is <cachesys>\Dev\mv\samples where <cachesys> is the Caché installation directory.

Note:

PROTOCLASS can also be loaded programmatically. See Loading PROTOCLASS Programmatically for example code.

FeedbackOpens in a new tab