Recent

Author Topic: Problemas al instalar WST-0.61 en Lazarus 1.8.0  (Read 4522 times)

aguerra

  • Newbie
  • Posts: 1
Problemas al instalar WST-0.61 en Lazarus 1.8.0
« on: December 12, 2017, 11:54:22 pm »
Saludos desde México:

¿Alguien ha podido instalar este paquete sin problemas? He instalado Lazarus de 64 y 32 bits y no obtengo resultado. Supongo que es algo muy sencillo, algo estoy pasando por alto ¿alguna idea básica?

Gracias por adelantado.
« Last Edit: December 13, 2017, 12:06:50 am by aguerra »

avra

  • Hero Member
  • *****
  • Posts: 2514
    • Additional info
ct2laz - Conversion between Lazarus and CodeTyphon
bithelpers - Bit manipulation for standard types
pasettimino - Siemens S7 PLC lib

Renat.Su

  • Full Member
  • ***
  • Posts: 230
    • Renat.Su
Re: Problemas al instalar WST-0.61 en Lazarus 1.8.0
« Reply #2 on: December 13, 2017, 08:54:53 am »
Code: [Select]
Index: ide/lazarus/wst_design.lpk
===================================================================
--- ide/lazarus/wst_design.pas (revision 6096)
+++ ide/lazarus/wst_design.pas (working copy)
@@ -13,7 +13,7 @@
   ufrecordedit, ufrmsaveoption, uftypealiasedit, uinterfaceedit, umoduleedit,
   uprocedit, view_helper, uargedit, command_line_parser, generator,
   generatorbase, generatorj, locators, logger_intf, metadata_generator,
-  parserdefs, parserutils, pascal_parser_intf, source_utils, ws_parser_imp,
+  parserutils, pascal_parser_intf, source_utils, ws_parser_imp,
   wsdl_generator, wsdl_parser, wst_resources_utils, xsd_consts, xsd_generator,
   xsd_parser, LazarusPackageIntf;
 
Index: wst_global.inc
===================================================================
--- wst_global.inc (revision 6096)
+++ wst_global.inc (working copy)
@@ -56,7 +56,7 @@
       {$DEFINE WST_TKCLASSREF}
       {$DEFINE WST_TKPOINTER}
     {$IFEND}     
-    {$IF Defined(FPC_FULLVERSION) and (FPC_FULLVERSION >= 30101) }
+    {$IF Defined(FPC_FULLVERSION) and (FPC_FULLVERSION >= 30004) }
       {$DEFINE WST_TPASSOURCEPOS} 
       {$DEFINE WST_TCLASS_MEMBERS}
     {$IFEND}

 

TinyPortal © 2005-2018