atlcom.h line: ClassesAllowedInStream rgclsidAllowed;

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
I have a C++ library where I made a copy of the program, changed a couple of small things in it (its a shim for a .net Office AddIn), and then tried to build it. The old one builds fine but the new one gives me:<br/><br/>Error 3 error C2146: syntax error : missing ; before identifier rgclsidAllowed c:program filesmicrosoft visual studio 9.0vcatlmfcincludeatlcom.h 431 AutoTagShim2010_64<br/><br/>The line with the problem has:<br/>ClassesAllowedInStream rgclsidAllowed;<br/><br/>Ive done a diff on the files between the two projects including the vcproj file - there are no differences that will change #defines for the includes or anything like that.<br/><br/>Any ideas?<br/><br/>thanks - dave<br/><hr class="sig Windward Reports - http://www.windwardreports.com Worlds Greatest SharePoint Reporting & DocGen

View the full article
 
Back
Top