>
> Not backgroud, as the user cannot do much while that routine is working,
> but I need the program look at least alive as Ubuntu blackens the window.
>

You can run it in background if you lock GUI (or at least buttons etc) and
perhaps show progress bar etc.




> Also, I read that in some cases JIT is faster than C.
>

Probably not.

This is wrong, if the c declaration is correct:
Public Extern M8gauss(mfMatriz As Float[], vfX As Float[], vfTermns As
Float[], lOrder As Long) As Long

Should be:
Public Extern M8gauss(mfMatriz As Pointer, vfX As Pointer, vfTermns As
Pointer, lOrder As Long) As Long


Jussi
------------------------------------------------------------------------------
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