Welcome, Guest
Username: Password: Remember me
General discussions, feature requests for CodeTyphon Project and discussions that don't fit in any of the other specific CodeTyphon forum categories.
  • Page:
  • 1

TOPIC:

What time to release CT5.2?? 9 years 3 months ago #6565

  • goldqq
  • goldqq's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 28
  • Thank you received: 0
What time to release CT5.2??

Please Log in or Create an account to join the conversation.

What time to release CT5.2?? 9 years 3 months ago #6566

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4513
  • Thank you received: 1102
Sir
we building end testing ..
we must first finish CT MEGA-BUILD Circle without problems
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

Last edit: by Sternas Stefanos.

What time to release CT5.2?? 9 years 3 months ago #6567

  • Miquel Matas
  • Miquel Matas's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 121
  • Thank you received: 10
Dear Sternas,

Please, what's MEGA-BUILD Circle?

Cheers,
Miquel Matas.

Please Log in or Create an account to join the conversation.

What time to release CT5.2?? 9 years 3 months ago #6568

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4513
  • Thank you received: 1102
Build and test CT on all Host OSes Sir
we have problems with FPC on Solaris64
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

Last edit: by Sternas Stefanos.

What time to release CT5.2?? 9 years 3 months ago #6572

  • German Pablo Gentile
  • German Pablo Gentile's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 51
  • Thank you received: 0
I doubt somebody uses solaris... Somebody here?

Please Log in or Create an account to join the conversation.

What time to release CT5.2?? 9 years 3 months ago #6573

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4513
  • Thank you received: 1102
Sir
we use Solaris 10.2 with Oracle Database 12c :)
and we have our CT release protocol, anyway we fix the problem:
mod to fpcsrc\compiler\ngenutil.pas unit (FreePascal 3.1.1 SVN Rev 29427)

    
  procedure AddToStructInits(p:TObject;arg:pointer); //For CodeTyphon
    var
      StructList: TFPList absolute arg;
    begin
      if (tdef(p).typ in [objectdef,recorddef]) and
         not (df_generic in tdef(p).defoptions) then
        begin
          // first add the class... 
          if ([oo_has_class_constructor,oo_has_class_destructor] * tabstractrecorddef(p).objectoptions <> []) then
            StructList.Add(p);
          // ... and then also add all subclasses       
            
          {$IF DEFINED(CPU64) and DEFINED(SUNOS)}      // ct9999
             //tabstractrecorddef(p).symtable.deflist.foreachcall(@AddToStructInits,arg);
          {$ELSE} 
             tabstractrecorddef(p).symtable.deflist.foreachcall(@AddToStructInits,arg);   
          {$ENDIF}   
          
        end;
    end;

remain LAB CT tests for FreeBSD and MacOS
PilotLogic Architect and Core Programmer
The following user(s) said Thank You: Miquel Matas, FredyCC, frederico augusto marques

Please Log in or Create an account to join the conversation.

Last edit: by Sternas Stefanos.
  • Page:
  • 1