Board index » delphi » Discrete event simulation in Delphi: Delphisim v.2.01

Discrete event simulation in Delphi: Delphisim v.2.01

Hi all,

I am proud to announce the release of DelphiSim v.2.01!

DelphiSim is a library of components that enables you to construct discrete
event simulation models in Borlands Delphi 2. Delphisim makes full use of
Delphi's powerfull visual programming capabilities. You can build complex
discrete event simulation models simply by selecting simulation processes and
dropping them on your application's form....

DelphiSim's new animation mechanism enables you to animate your processes,
display their state and change the model settings, even while the simulation
is running.

You can derive your own simulaion process classes from the TSimProcess class
that comes with DelphiSim, and integrate discrete event simulation models
seamlessly into your Delphi Applications.

DelphiSim comes with several examples and the SOURCE CODE of all the
supporting components.

But Best of all DelphiSim is shareware! You can download the latest version
at: http://is.twi.tudelft.nl/~roeland/delphisim.html

I hope you'll like it,

Roeland van der Spek

 

Re:Discrete event simulation in Delphi: Delphisim v.2.01


I thought I'd try it out, but it won't install.
I get an error running install, claiming random.pas can't find
math.pas

Should I have a math.pas?

-- Hugh Steers.

Re:Discrete event simulation in Delphi: Delphisim v.2.01


Quote
In article <335ff23e.2309...@158.152.254.10>, h...@flounder.demon.co.uk (Hugh Steers) wrote:

>I thought I'd try it out, but it won't install.
>I get an error running install, claiming random.pas can't find
>math.pas

>Should I have a math.pas?

>-- Hugh Steers.

Yes Hugh,

The math DCU is a unit that is supplied standard with Delphi. And Delphisim
uses some of its functions in calculating random values for some
distributions.

However, I have heard that the trial version of Delphisim doesn't come with
this DCU. So you might want to check your Delphi version. Just to be sure, you
could search your system for th file math.dcu.

There are basically two ways arround this problem.

1.      Get a propper version version of Delphi. This is the
2.      Remove the 'math' reference in the uses clause of  random.pas. And    
    delete the object definition of the weibull distribution (and all its      
   methods). It reduces some of the functionality but the rest should        
work.

Hope it helps,

Roeland

Re:Discrete event simulation in Delphi: Delphisim v.2.01


Quote
> >I get an error running install, claiming random.pas can't find
> >math.pas
> >Should I have a math.pas?
> The math DCU is a unit that is supplied standard with Delphi.

I thought it was only standard with Delphi developer and above?
i.e. Delphi desktop doesn't have it...

-----------[  for non spam email, use: jlemons at myriad dot net
]-----------
From the USA. The only socialist country that refuses to admit it.

Wake up and smell the clintons!

Other Threads