I am using C++ Builder XE7
I was just looking at some of your demo programs, the LMDShellMultiDemo will not compile, I get
Winapi.ShlObj.hpp : E2257 , expected on the following 3 lines
typedef _tagCOMPSTATEINFO TCompStateInfo;
typedef _tagIE4COMPONENT TIE4Component;
typedef _tagCOMPONENT TShComponent;
Thanks for the help!
Comments
LMDShellMultiDemo_b11
LMDShellMultiDemo_b12
LMDShellMultiDemo_b14
I tried all 3 demos, all 3 crash on this line in vcl.forms.hpp
/* TCustomForm.Create */ inline __fastcall virtual TForm(System::Classes::TComponent* AOwner) : TCustomForm(AOwner) { }
Why can't you have compiled demos available?
Thanks, Doug