Re: libPythia.so loading problem

Valeri Fine (fine@bnl.gov)
Tue, 23 Feb 1999 14:05:25 -0500


-----Original Message-----
From: Nick van Eijndhoven <Nick@phys.uu.nl>
To: Tioukov Valeri <valeri@d500na1.na.infn.it>
Cc: roottalk@hpsalo.cern.ch <roottalk@hpsalo.cern.ch>
Date: 23 февраля 1999 г. 11:22
Subject: Re: libPythia.so loading problem

>Hi Valery,
>Thanks for your message, but I want to dynamically load Pythia
>into a ROOT session on windows95 running MSVC++.
>So I want to be able to :
>
>root4for
>
>Root> gSystem->Load("Root_EG.dll")
>Root> gSystem->Load("Root_Pyhtia.dll")
>Root> gSystem->Load(...) // whatever dll's I need to load more
>Root> TPythia q
>Root> q.xxxx // To make the Pythia setup and run events
>
>Could anyone please provide a complete example of how to achieve
>this on windows95 machines ?

Hello Nick,
I'd replied already. I could not reproduce your troubles
What I did:

root [0] .!dir ..\bin\*EG*.dll
Volume in drive E is Users' partition
Volume Serial Number is 6C47-FD95

Directory of E:\users\root\bin

19.02.99 16:28 214'528 Root_EG.dll
19.02.99 16:28 1'011'712 Root_EGPythia.dll
19.02.99 16:28 1'168'896 Root_EGVenus.dll
3 File(s) 2'395'136 bytes
1'298'812'928 bytes free
root [1] gSystem->Load("Root_EGPythia.dll")
(int)0
root [3] TPythia a
root [4] a
(class TPythia)12335400
root [5]

All DLL's above were generated with the "standard" ROOT kumac "install"

Valery