I get ADT_L1 linker errors when I try to build an example program for 64-bit Windows.
In Microsoft Studio, what could be happening is that your solution target is set up for a Win32 project, which is the default (even on a 64-bit OS). Make sure that your active solution target is set for X64. This is selected from the MS Studio Configuration Manager within the IDE. If you do not […]