﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
54	(Building) Cannot add required components to Sibyl IDE	ataylor		"Trying to set up a NewView build environment with Speedsoft Sibyl (fp3).  The instructions in HOWTO.TXT work as far as building the SPU files; unfortunately, attempting to add the components to the Sibyl IDE always produces a cascading series of error popups, generally starting with a message the complib.dll .  

Most classes seem to load successfully, except for CustomFontDialog and TabSet2.  Attempting to add either of these using Component -> Install results in an error popup ""Could not load component library 'E:\Development\Sibyl\BIN\CompLib.dll'!"", and then a cascading series of error popups saying that NONE of the custom classes can be loaded, sometimes interspersed with some register exception popups.

I can verify that COMPLIB.DLL does exist in E:\Development\Sibyl\BIN:

{{{
 1-07-19  8:11p       687,616      0 a---  COMPLIB.DLL
}}}

NewView.SPR contains:
{{{
[Directories]

LastDir=P:\NEWVIEW_DEV\NEWVIEW
OutDir=P:\newview_dev\build\newview
LibDir=P:\newview_dev\build\components;P:\newview_dev\build\library;P:\newview_dev\build\sibyl\lib
LibSrcDir=P:\newview_dev\library;P:\newview_dev\sibyl\spcc;P:\newview_dev\components;P:\newview_dev\sibyl\rtl
IncSrcDir=
CompInstallDir=P:\NEWVIEW_DEV\build\components

[Directories OS/2]

LastDir=P:\newview_dev\NEWVIEW
OutDir=P:\newview_dev\build
LibDir=P:\newview_dev\build\sibyl\lib;P:\newview_dev\build\components;P:\newview_dev\build\library
LibSrcDir=P:\newview_dev\sibyl\spcc;P:\newview_dev\sibyl\rtl;P:\newview_dev\library;P:\newview_dev\components
IncSrcDir=
CompInstallDir=
}}}

Am I missing some critical configuration setting that isn't mentioned in the HOWTO.TXT?
"	task	closed	major		NewView	2.19	fixed		
