Read-only forum archive

Singular in Delphi

Singular in Delphi

orisek · Mon Dec 07, 2009 4:12 pm

Is it possible to call Singular from Delphi?

Re: Singular in Delphi

hannes · Thu Jan 07, 2010 8:24 pm

It depends:
Yes, Singular can be called from Delphi in the way each program can
be called (and transfer the data via files).
And no, it is (in some sense) a C++ library and can be accessed
from C++ programs, but we have no idea
how to access it from other languages: many of its routines
are inline procedures and macros.