I'm trying to build the sdk for use with BDS 2009. When doing the initial "make -f uuid.mak" I get an error from the midl compilier.
..\include\idl\objidl.idl(1) : error MIDL2025 : syntax error : expecting an interface name or DispatchInterfaceName or CoclassName or ModuleName or LibraryName or a type specification near "Warning"
I'm using the midl compilier from the Win2003 platform sdk. It is version 6.00.0366
Any idea why it won't compile?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Current version of bccsdk is set to use MIDL 7.x . Try to get more recent Midl compiler or modify buildidl.mak in build folder and set __midl to have value 600.
Also make sure that config.inc is correctly set.
I still did not test bccsdk with bds 2009 so your input is more then welcome. What exactly do you miss in BDS 2009? I thought they shipped with latest Vista PSDK?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm trying to build the sdk for use with BDS 2009. When doing the initial "make -f uuid.mak" I get an error from the midl compilier.
..\include\idl\objidl.idl(1) : error MIDL2025 : syntax error : expecting an interface name or DispatchInterfaceName or CoclassName or ModuleName or LibraryName or a type specification near "Warning"
I'm using the midl compilier from the Win2003 platform sdk. It is version 6.00.0366
Any idea why it won't compile?
Current version of bccsdk is set to use MIDL 7.x . Try to get more recent Midl compiler or modify buildidl.mak in build folder and set __midl to have value 600.
Also make sure that config.inc is correctly set.
I still did not test bccsdk with bds 2009 so your input is more then welcome. What exactly do you miss in BDS 2009? I thought they shipped with latest Vista PSDK?