error LNK2001: unresolved external symbol "class TVirtualPad * gPad"
(?gPad@@3PAVTVirtualPad@@A)
for every global variable which is defined within the libraries.
Comparing the new installation with the old one showed, that somebody
changed
the header files to use __declspec( dllimport ) explicitly.
I tried in on the new installation and everything works- but it is most
probably the cause of my bugs. What am I doing wrong???
Cheers Ralf
PS: There were efforts going on, to make Root compileable on VMS
Systems.
Did they succeed?