Hi Robert,
>> This example compile ok on NT8.10 build on your computer?
yes.
>> I put errors on txt file.
ok, so if we look at the first couple of errors;
INIT@F16ASCIIVIEWERCLASSBfRsbRsb8UNSIGNED10ERRORCLASSUc is unresolved for export - D:\Clarion9\accessory\Capesoft\NetTalk\Web Server\MultiDLL (20)\AllFiles.exp:78,3
INIT@F16ASCIIVIEWERCLASSBfRsb8UNSIGNED10ERRORCLASSUc is unresolved for export - D:\Clarion9\accessory\Capesoft\NetTalk\Web Server\MultiDLL (20)\AllFiles.exp:79,3
These are "unresolved for export" errors. Meaning that there are methods listed in the EXP file which are not compiled in any CLW's it comes across.
This may be a simple IDE error. In which case restarting may help. Or try deleting the EXP file so that is regenerated again.
As you can see these are ASCIIVIEWCLASS methods, so it's th ABC library itself which is missing. Usually this library is compiled from \clarion9\libsrc\win but if you've been dabbling with the RED file, or the source folder, then you might have a problem.
Cheers
Bruce