On Thu, 30 Jan 2014, martin p cristia wrote:
> Hi:
> 
> I need a way to keep the GUI alive while processing a EXTERNAL C routine:
> 
> Public Extern M8gauss(mfMatriz As Float[], vfX As Float[], vfTermns As 
> Float[], lOrder As Long) As Long
> 
> wich is a Gaussian ecuations system solver, and can take up to 10minutes 
> ( 10^10 aritmetic operations).
> 
> Any help on doing this?
> tnx in advance
> I'll paste the actual C routine from the .SO
> 
> [...]

So you need to run the routine as a background task? Try the Task class
(there is an example of it in the Fractal example, IIRC).

Regards,
Tobi

-- 
"There's an old saying: Don't change anything... ever!" -- Mr. Monk

------------------------------------------------------------------------------
WatchGuard Dimension instantly turns raw network data into actionable 
security intelligence. It gives you real-time visual feedback on key
security issues and trends.  Skip the complicated setup - simply import
a virtual appliance and go from zero to informed in seconds.
http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to