Hi Elena,
The error you see (in the command prompt) is most probably due to a pointer formatting issue. I’ll try your small example as soon as possible and let you know. BTW, when building in debug mode, make sure you don’t use the MSVC debug runtime libraries (i.e. use the /MD flag and not /MDd)
Cheers, Bertrand