Hi,
In the thread
viewtopic.php?f=2&t=145&p=848&hilit=minbleic#p848we implemented a COM-visible interface, in order to call the underlying minBLEIC functionality and that worked fine. Unfortunately, my colleagues have another Windows version and are not very into COM/.Net technology.
Is it also possible to call the alglib2.dll's methods directly i.e. without COM registration etc., via e.g. the declare statement in VBA?
for instance something of the type:
public declare minbleicsetbc lib "alglib2" (...)
Is it alternatively possilble to use the VBA statement CreateObject("ALGLIB") creating an instance of an ALGLIB object?