Call a waitbar from within a DLL written in C
by Bill Davidson
03 Feb 2006
(Updated 03 Feb 2006)
Example code for embedding a call to the Matlab waitbar() function from within a DLL written in C
|
Watch this File
|
| File Information |
| Description |
When a DLL takes a long time to run, things go silent. It can look like the program has crashed even when it is running along just fine. The Matlab waitbar() function can be used in Matlab, but a waitbar is not available in C. However, Matlab can be called from C, so the user can still be notified that processing is still taking place. This code is an example of how to call the waitbar() from within a DLL that is written in C. |
| MATLAB release |
MATLAB 7.0.1 (R14SP1)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (3) |
| 07 Feb 2006 |
vijay labade
|
|
|
| 10 Mar 2006 |
Mikhail Zvyagintsev
|
|
|
| 27 Nov 2006 |
J.T. Perron
|
|
|
|
Contact us at files@mathworks.com