You are currently viewing the BOOK: Professional Excel Services ISBN: 978-0-470-10486-6 section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
Would be extremely grateful if anyone could help me out. When I try to compile the ClientManagedUdfs solution in Visual studio 2005, I get the following 4 errors, as well as several warnings:
Error 1 error C2664:
'CUdfAutomation::GetObjectsForVariants' : cannot convert parameter 1 from 'cli::array<Type> ^' to 'VARIANT *'
UdfAutomation.cpp 147
Error 2 error C2653:
'array' : is not a class or namespace name
UdfAutomation.cpp 150
Error 3 error C3861:
'Reverse': identifier not found
UdfAutomation.cpp 150
Error 12 The command "cmd /c ..\..\CopyFiles.bat" exited with code 1. UdfProxy
Does anyone know how to get the solution to compile?