Recovering from a hard disk crash

markbarrett_1

Member
Licensed User
Longtime User
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
 

markbarrett_1

Member
Licensed User
Longtime User
Hi,

Thanks Erel. That did the trick :)

The urgency to port the application to basic4and has now increased....Legacy creaps up real fast :-(

Cheers.

M
 
Top