Home » U++ Library support » U++ Core » Some fixes in InVector.hpp and Vcont.cpp
Re: Some fixes in InVector.hpp and Vcont.cpp [message #43730 is a reply to message #43728] |
Sat, 27 September 2014 20:32  |
kasome
Messages: 78 Registered: July 2008 Location: Taiwan
|
Member |
|
|
Hi Mirek,
Performing the following steps:
VS2012:
modify
C:\Program Files (x86)\Windows Kits\8.0\Include\um\ObjIdl.h
change
#include "rpc.h"
to
#include "C:\Program Files (x86)\Windows Kits\8.0\Include\shared\rpc.h"
VS2013:
modify
C:\Program Files (x86)\Windows Kits\8.1\Include\um\ObjIdl.h
change
#include "rpc.h"
to
#include "C:\Program Files (x86)\Windows Kits\8.1\Include\shared\rpc.h"
Somehow, when VS2012/VS2013 read the line #include "rpc.h", it will try to include the wrong file MSVS_Ultimate++\upp\uppsrc\Core\Rpc\Rpc.h, and that cause error.
[Updated on: Sun, 28 September 2014 08:04] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Mon Aug 25 19:04:43 CEST 2025
Total time taken to generate the page: 0.05757 seconds
|