Amulet in the cslab
[ Follow Ups ] [ Post Followup ] [ CS1704 Discussion WWWBoard ] [ FAQ ]
Posted by Pete on July 31, 2000 at 15:12:36:
Hi, everyone,
I just wanted to make it known, that Amulet is available in the lab.
(The lab may be crowded during the next week, so you might want to
get an early start; especially if you plan to use the lab.)
Amulet does take a while to get use to, and also takes a while to
download and install. Again, a word to the wise: don't put it off.
If you plan to use amulet in the lab, you need to do the following
things in MSVStudio once you've set up your project workspace:
- Go to the "Tools" menu and select "Options". Then go to the
"Directories" tab. The drop-down menu on the right should say:
Show directories for "Include files". At the bottom of the
directories list, add "C:\amulet\include". Click OK.
- Go again to the same dialog box, change the drop down menu so
that it reads: Show directories for "Library files". At the bottom
of the directories list, now add "C:\amulet\lib". Click OK.
Go to the "Project" menu and select "Settings". Go to the
"Link" tab. Category should be set to "General".
Add " amulet.lib winmm.lib" to the end of the Object/library
modules area. Click OK.
-Pete
Follow Ups:
Post a Followup