18-09-2008, 08:27 PM
Rezeyu Wrote:Well, if his test version uses that code he posted a long time ago to autoregister the DLLs, then you moved them, the system is looking for DLLs that don't exist anymore, so register new ones.
It's like if you register a DLL in a folder, then delete it, even though you have another copy, it's looking for the old folder.
Uhm, ok... =-p
Well what does this mean:
frmMirage.txt(Old) Wrote:Line 1070: Class RichTextLib.RichTextBox of control txtChat was not a loaded control class.
Line 1116: Class MSWinsockLib.Winsock of control Socket was not a loaded control class.
frmMirage.txt(New) Wrote:Line 1070: Class RichTextLib.RichTextBox of control txtChat was not a loaded control class.
Line 1116: Class MSWinsockLib.Winsock of control Socket was not a loaded control class.
Line 1076: The property name _ExtentX in txtChat is invalid.
Line 1077: The property name _ExtentY in txtChat is invalid.
Line 1078: The property name _Version in txtChat is invalid.
Line 1080: The property name ScrollBars in txtChat is invalid.
Line 1082: The property name TextRTF in txtChat is invalid.
Line 1119: The property name _ExtentX in Socket is invalid.
Line 1120: The property name _ExtentY in Socket is invalid.
Line 1121: The property name _Version in Socket is invalid.
Line 1076: The property name _ExtentX in txtChat is invalid.
Line 1077: The property name _ExtentY in txtChat is invalid.
Line 1078: The property name _Version in txtChat is invalid.
Line 1080: The property name ScrollBars in txtChat is invalid.
Line 1082: The property name TextRTF in txtChat is invalid.
Line 1119: The property name _ExtentX in Socket is invalid.
Line 1120: The property name _ExtentY in Socket is invalid.
Line 1121: The property name _Version in Socket is invalid.
Both are 3.50.
:S Registered all the files properly again.