S
Silent_Alex
Guest
Hi guys,
Recently, There were problems have plagued me for a long time. I have not a permission to show my code in full in term of some restrications from my company. Nonetheless, I can just demonstrate simply what codes in my project, one of which were written in below section:
#import "xxx.idl"
#import "xxx.idl"
[
uuid(xxx),
version(xxx),
helpstring(xxx)
]
library xxx
{
#include "xxx"
};
As the above stuff you saw, This file have suffix name .idl. And, this file can be fine compiled by vs2013, However, it's surprising that the same code can't be compiled by vs2017 well. I can't understand what problems the vs2017 encounter. The error information can be reported in following format:
Code: Description:
MIDL 2813 unexpected end of file found
can someone supply information to fix this issue?
thanks,guys!
Continue reading...
Recently, There were problems have plagued me for a long time. I have not a permission to show my code in full in term of some restrications from my company. Nonetheless, I can just demonstrate simply what codes in my project, one of which were written in below section:
#import "xxx.idl"
#import "xxx.idl"
[
uuid(xxx),
version(xxx),
helpstring(xxx)
]
library xxx
{
#include "xxx"
};
As the above stuff you saw, This file have suffix name .idl. And, this file can be fine compiled by vs2013, However, it's surprising that the same code can't be compiled by vs2017 well. I can't understand what problems the vs2017 encounter. The error information can be reported in following format:
Code: Description:
MIDL 2813 unexpected end of file found
can someone supply information to fix this issue?
thanks,guys!
Continue reading...