engycz / propc

OPC Server/Client Delphi library
50 stars 17 forks source link

Missing Opc Server Wizard in RAD XE6 #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Compile and install prOpcKit
2. Select "File->New->Other..."
3. Notice missing prOpcKit folder and "OPC Server" wizard.

Work around :

4. Uninstall prOpcKit.
5. Open prOpcCompilerDirectives.inc and add the following D9UP lines.

{$DEFINE D6UP}
{$DEFINE D9UP} <-- Add this line

// Test Delphi 5
{$IFDEF VER130}
  {$UNDEF D6UP}
  {$UNDEF D9UP} <-- Add this line
{$ENDIF}

6. Compile and install prOpcKit.
7. Check that the prOpcKit folder can be found under 
"File->New->Other...->Delphi Projects."

What version of the product are you using? On what operating system?

RAD XE6.

Original issue reported on code.google.com by okip...@gmail.com on 22 Sep 2014 at 10:33

GoogleCodeExporter commented 9 years ago
Fixed in r62. 
Thx for reporting the issue.

Original comment by eng...@gmail.com on 22 Sep 2014 at 11:00