ok, cool;
thanks for the speedy reply;
the reason i wasn't sure is that when I try to compile WKSCEL, I get this:
Compiling...
bootstrap.cpp
imap/parser.h is deprecated; use imap/loader.h instead
..\include\physicallayer/pl.h(41) : error C2370: 'csArrayItemNotFound' : redefinition; different storage class
C:\LAFORCE\CS98_004\CS\INCLUDE\csutil/array.h(286) : see declaration of 'csArrayItemNotFound'
..\include\physicallayer/pl.h(116) : error C2061: syntax error : identifier 'CS_ID'
..\include\physicallayer/pl.h(129) : error C2061: syntax error : identifier 'CS_ID'
..\include\physicallayer/entity.h(68) : error C2146: syntax error : missing ';' before identifier 'GetID'
..\include\physicallayer/entity.h(68) : error C2433: 'CS_ID' : 'virtual' not permitted on data declarations
..\include\physicallayer/entity.h(68) : error C2501: 'CS_ID' : missing storage-class or type specifiers
..\include\physicallayer/entity.h(68) : error C2253: 'GetID' : pure specifier only applies to virtual function - specifier ignored
..\include\physicallayer/entity.h(76) : error C2061: syntax error : identifier 'CS_ID'
..\include\physicallayer/persist.h(112) : error C2146: syntax error : missing ';' before identifier 'GetMappedID'
..\include\physicallayer/persist.h(112) : error C2433: 'CS_ID' : 'virtual' not permitted on data declarations
..\include\physicallayer/persist.h(112) : error C2501: 'CS_ID' : missing storage-class or type specifiers
..\include\physicallayer/persist.h(112) : error C2253: 'GetMappedID' : pure specifier only applies to virtual function - specifier ignored
..\include\physicallayer/persist.h(115) : error C2061: syntax error : identifier 'CS_ID'
C:\LaForce\cs98_004\cel\apps\bootstrap\bootstrap.cpp(85) : error C2039: 'Command' : is not a member of 'iEvent'
C:\LAFORCE\CS98_004\CS\INCLUDE\iutil/event.h(299) : see declaration of 'iEvent'
C:\LaForce\cs98_004\cel\apps\bootstrap\bootstrap.cpp(85) : error C2228: left of '.Code' must have class/struct/union type
C:\LaForce\cs98_004\cel\apps\bootstrap\bootstrap.cpp(90) : error C2039: 'Command' : is not a member of 'iEvent'
C:\LAFORCE\CS98_004\CS\INCLUDE\iutil/event.h(299) : see declaration of 'iEvent'
C:\LaForce\cs98_004\cel\apps\bootstrap\bootstrap.cpp(90) : error C2228: left of '.Code' must have class/struct/union type
Error executing cl.exe.
bootstrap.exe - 17 error(s), 0 warning(s)
im pretty sure ive got my environment variables set; im lost.





