Quantcast
Channel: Manufacturing DevBlog
Viewing all articles
Browse latest Browse all 516

Compile Errors in C++ with VS2012

$
0
0

By Xiaodong Liang

In our development, we found a compiling error in VS2012 with RxInventor.tlb. The compile error looks like:

"error C2556: 'miComponentColumnTypeEnum iPartTableColumn::GetReferencedDataType(void)' : overloaded function differs only by return type from 'iComponentColumnTypeEnum iPartTableColumn::GetReferencedDataType(void)”.

This issue is caused by VS. Microsoft has provided a hotfix which is available at the link.


Viewing all articles
Browse latest Browse all 516

Trending Articles