Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compile or Not Compile?
Message
From
12/05/2000 04:09:58
 
 
To
11/05/2000 13:28:25
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00368440
Message ID:
00368959
Views:
16
>>The application suffers from a lot of the dreaded 'C0005' errors. Whether that's a result of instantiating uncompiled classes is another story. Insofar as performance tests are concerned, both compiled and uncompiled classes run at the same speed, but the time to instantiate uncompiled libraries seems to take longer. If you could explain why this is so, I'd appreciate it.
>
>Generally, it is faster for VFP to resolve a class reference inside the same exe than to find it in the external file system. That they actually run at the same speed is expected.
>
>BTW, Compile/ uncompiled is really not the right term for what is happening here. Even external vcxs are already compiled, or they would not run; it's just that they are not included in the exe. Included/excluded might be a more accurate way to put it.

Thanks,

I completely forgot that class libraries are compile whether they are in a exe or app. Our network environment is not the best, so it makes sence that we compile the classes into the exe to reduce disk I/O. It makes a huge difference.
Previous
Reply
Map
View

Click here to load this message in the networking platform