Antman
12-06-2012, 10:07 PM
Hi All,
I've just installed Basic Video v5.03 under Delphi XE3, and when i go to build one of my projects which previously used an older version of Basic Video (under XE2) i get the following compiler error...
[dcc32 Error] VLDSImageDisplay.pas(66): E2137 Method 'WndProc' not found in base class
---
{$IFNDEF FMX}
procedure WndProc(var Message: TMessage); override;
{$ENDIF}
---
To double check i didn't have any old versions still installed i completely removed the older versions that were installed.
The Application is an 32bit VCL Application For Windows.
Any assistance here would be appreciated.
Cheers
Ant
I've just installed Basic Video v5.03 under Delphi XE3, and when i go to build one of my projects which previously used an older version of Basic Video (under XE2) i get the following compiler error...
[dcc32 Error] VLDSImageDisplay.pas(66): E2137 Method 'WndProc' not found in base class
---
{$IFNDEF FMX}
procedure WndProc(var Message: TMessage); override;
{$ENDIF}
---
To double check i didn't have any old versions still installed i completely removed the older versions that were installed.
The Application is an 32bit VCL Application For Windows.
Any assistance here would be appreciated.
Cheers
Ant