Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
#import and #using available only in C++ compiler
The C compiler does not recognize the #import
preprocessor directive. Compile the source as C++. Use /TP if necessary.