Compilers Demystified: Function Pointers in Visual Basic 6.0
- Published 06/21/2007
Learn how to enable VB6 applications to use function pointers and how to embed native code without using external DLLs.
Learn how to enable VB6 applications to use function pointers and how to embed native code without using external DLLs.
Discover a more advanced mechanics to help you find a balance in the artistic dance that is useful structured exception handling.
No error handling code and your application is doomed to the scrap heap. Too much, misapplied, or a poor application of error handling code and your error handling code causes the bugs. Learn about avoiding Errorcide!