[WayBack] Any idea why we get this error, or even better, how to fix it : [dcc32 Error] JclRTTI.pas(663): E2134 Type ‘<void>’ has no type info We compile same c… – Tommi Prami – Google+
So the JCL needs to have the compiler setting Emit runtime type information
set to true
(which is the default for projects, but can be turned off).
Thanks Stefan Glienke for reporting the fix.
–jeroen