Discussion:
how to repair a corrupted class library
(too old to reply)
tham
2005-04-18 03:42:47 UTC
Permalink
Hi

I recently have a problem with my class library.
When I compile my class library forms.vcx using "COMPILE CLASSLIB forms.vcx"
in the Command Window, a message box pop out displaying "Memo file form.vct
is missing or is invalid."

I tried to use the PACK command to pack the form.vcx but it does not help.
The size of vcx file is 65KB but the vct file is 19MB.

Anyone know how to repair a corrupted class library.
Appreciate your help.


Regards
Tham
Josh Assing
2005-04-18 05:23:08 UTC
Permalink
you can use any dbf repair utilit -- but the memoblock size is different; so you
have to be able to adjust it.

failing that -- find an exe that's got it in you can decompile. there's
yrecover.app out there that decompiles dbf based stuff in exe/apps etc.

-josh
Post by tham
Hi
I recently have a problem with my class library.
When I compile my class library forms.vcx using "COMPILE CLASSLIB forms.vcx"
in the Command Window, a message box pop out displaying "Memo file form.vct
is missing or is invalid."
I tried to use the PACK command to pack the form.vcx but it does not help.
The size of vcx file is 65KB but the vct file is 19MB.
Anyone know how to repair a corrupted class library.
Appreciate your help.
Regards
Tham
---
Remove x's to send.

Loading...