rootcint: constants

From: Selim Issever (selim.issever@desy.de)
Date: Mon May 31 1999 - 14:24:15 MEST


Here is my second question about how to use rootcint:

This is the inheritance scheme:
mo <- moBase <- StyledCanvas. (all publically inherited)

------ moBase.H --------------------
[snip]
enum OvStyle {
  ovAll,
  ovRate,
  ovPos
};
#pragma link C++ global ovAll;
#pragma link C++ global ovRate;
#pragma link C++ global ovPos;
------------------------------------

I do a:
rootcint mydict.C -c mo.H moBase.H StyledCanvas.H

everything compiles and links, but

---- application output -----------------
subspace transmission: int a = ovAll;
Error: No symbol ovAll in current scope  FILE:./07323eaa LINE:1
*** Interpreter error recovered ***

Does anyone know, whats wrong?
Thanks!
Selim



-- 
Selim Issever | Tel: 040 8998-2843    +- Friends are relatives   -----
DESY-F15      | Fax: 040 8998-4033    +- you make for yourself.    ---
Notkestr. 85  | selim.issever@desy.de +-------------------------------
22603 Hamburg/Germany   |  http://www.physik.uni-dortmund.de/~issevers



This archive was generated by hypermail 2b29 : Tue Jan 04 2000 - 00:43:34 MET