Daniel Wilson's Code Notes

Daniel Wilson's Code Notes
Helping to document the obscure ...
Software I Like and Use in Development

.NET tips & experiences

  • My trip up the Visual C++ .NET learning curve.
  • Dealing with Compile Error C1191.
  • FileStream Read errors and caveats.
  • Dealing with Linker Error C2001: Unresolved external symbol "void __cdecl __CxxCallUnwindDtor
  • Database Issues

  • DB Developers' fast-paced Introduction to MySQL

    Programming Tips and Tutorials

  • TrueGrid Issues
    My experience with ADO error 3420 working with TrueGrid 7.0.
    What to do when a True Grid drop list won't drop.

    80x86 Assembly
    My notes on 80x86 assembly dealing primarily with some of the more obscure instructions and interrupts

    Win32 API
    Steve Loughran's FAQ on the Win32 API.
    Using a C++ DLL in VB6
    Practical VB's Win API notes