Archive for September 17th, 2007

DDKBUILD.BAT updated

OSR just updated their DDKBUILD.BAT to version 6.11! If you use this version, I recommend to update.

As usual either at OSR Online or at the DDKWizard homepage.

// Oliver

comdef.h in the WNET DDK is flawed

#if defined(_COM_SMARTPTR)
 #if !defined(_COM_SMARTPTR_TYPEDEF)
  #if defined(_COM_SMARTPTR_LEVEL2)

The error was:
comdef.h(266) : error C2004: expected ‘defined(id)’
comdef.h(266) : error C1012: unmatched parenthesis : missing ‘)’

// Oliver