The procedure does not load automatically in the Demo
Posted February 24th, 2008 by Dalaudier
| Project: | Word Wrap Control Text |
| Version: | IGOR.6.01.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
When I load your Demo experiment, the #include statement does not compile, saying that the file is not found.
However it is in the same folder as the packed experiment and according to Igor documentation, it should be found automatically...
Is this an Igor bug ??
Workaround : I commented out the #include and loaded the procedure manually.
Updates
I found a Workaround (may be even a solution) : into the procedure the #include line should read
#include ":ACL_WordWrapControlText"
the only difference with provided version is initial ":"
according to Igor documentation (The Include Statement), this feature require Igor Pro 6.02 or later
| Component: | Miscellaneous | » Code |
| Status: | active | » fixed |
I think this is the best solution. I've made the change and committed in commit #547.
#3 submitted by Igor Pro User on March 9, 2008 - 09:45
| Status: | fixed | » closed |
