amjadtbssm / DirectShowDelphi

MS Direct Show Package for Delphi
0 stars 1 forks source link

Compile Error - PDirectDrawSurface - Line 335 DirectDraw.pas #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In Delphi 2010, the IfDef declaration of PDirectDrawSurface doesn't work.  I 
received a compile error for having interfaces in variant records regardless.  
Changing all variant references to PDirectDrawSurface to Pointer allows the 
compiler to continue.  

Original issue reported on code.google.com by A...@intproimp.com on 5 Oct 2011 at 5:58