Hi,
My main development machine hard disk has bitten the dust. My project is 6.5 based.
On my wifes machine I had 6.9 loaded, but due to issues with the sqlite wrapper (see forum about 1.5 years ago) I never got the project converted. I've uninstalled 6.9 and loaded back 6.5 on that machine.
When I goto to try to at least build my application I'm getting the errors particular variables aren't used in an application in various procedures (weird I don't remember the 6.5 compiler complaining about that, but commented out the offending lines) and then I get into a procedure where I use errorlabels and the compiler is complaining about variable main.error is sub is never used. I can't figure out how to fix that since there is no main.error in my code (I assume a system default).
Can somebody offer a useful suggestion on how to get around this.
Thanks.
Cheers.
M
My main development machine hard disk has bitten the dust. My project is 6.5 based.
On my wifes machine I had 6.9 loaded, but due to issues with the sqlite wrapper (see forum about 1.5 years ago) I never got the project converted. I've uninstalled 6.9 and loaded back 6.5 on that machine.
When I goto to try to at least build my application I'm getting the errors particular variables aren't used in an application in various procedures (weird I don't remember the 6.5 compiler complaining about that, but commented out the offending lines) and then I get into a procedure where I use errorlabels and the compiler is complaining about variable main.error is sub is never used. I can't figure out how to fix that since there is no main.error in my code (I assume a system default).
Can somebody offer a useful suggestion on how to get around this.
Thanks.
Cheers.
M