Home > Archive > Clarion > February 2005 > dlls
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| gasengaire2001@yahoo.com 2005-02-16, 8:55 am |
| I converted a Clarion 5 application to a Clarion 6 application but each
time i execute the Clarion 6 exe i get an error "the exe has created an
error in the C60runx.dll and the application closes,why is this so
Sarah
| |
|
| Sarah,
Make sure the DLL's are at the same version level of the compiled
program. Also, make sure you don't have any of the older versions in
the folder, or in a path. It's possible you have older DLL's in the
folder the program is compiled in, which the .exe will look in first,
before it looks through paths.
The current version of 6X, I think, is 9032, but you may have compiled
it at a different version level. Check HELP -> About Clarion (from
main ToolBar) for version level.
Rich
www.compulink-ltd.com
|
|
|
|
|