The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
It's About Time...
Author Message
Fallout
Apprentice
*

Posts: 6
Likes Given: 1
Likes Received: 0 in 0 posts
Joined: Apr 2012
Reputation: 0



Post: #7
RE: It's About Time...
Heh this is really hard job.... and consume very much time ( need about 1 or years to finish it )... so i do not planned to do same thing with 55i, sorry.

BTW... i found a high level patch technic... so maybe we can see new LIL in future Smile and you will able do many thing ( rewrite class code and so on ) without assembler ! it be more safer then before!

Some examples...
Code:
void *CItem::CItem_Ctor( int id, void *pItemDef )
{
    void *result = 0;
    printf( "THIS %p ID=%d pItemDef=%p\r\n", this, id, pItemDef );
    
    /* call real constructor */
    result = ((this)->**(CItem_CItem_Real))( id, pItemDef );

    printf( "Item type = %d\r\n", this->item_type );
    return result;
}

So you can rewrite any method of 51a sphere and make call to other methods from your code too... Woot So if you do not like something in 51a you can write your own Smile
04-28-2012 12:47 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
It's About Time... - x77x - 04-20-2012, 01:51 AM
RE: It's About Time... - admin phoenix - 04-23-2012, 10:17 PM
RE: It's About Time... - x77x - 04-24-2012, 02:08 AM
RE: It's About Time... - Fallout - 04-26-2012, 11:41 PM
RE: It's About Time... - x77x - 04-27-2012, 06:26 AM
RE: It's About Time... - mrkarlo - 04-27-2012, 11:43 PM
RE: It's About Time... - Fallout - 04-28-2012 12:47 AM
RE: It's About Time... - Anarch Cassius - 04-28-2012, 05:53 AM
RE: It's About Time... - Fallout - 04-28-2012, 04:31 PM
RE: It's About Time... - Khaos - 04-29-2012, 01:39 PM
RE: It's About Time... - Fallout - 04-29-2012, 04:18 PM
RE: It's About Time... - Reflex - 04-29-2012, 03:02 PM
RE: It's About Time... - Khaos - 04-29-2012, 03:53 PM
RE: It's About Time... - Khaos - 04-29-2012, 04:45 PM
RE: It's About Time... - Valios - 04-29-2012, 05:13 PM
RE: It's About Time... - Khaos - 04-29-2012, 05:15 PM
RE: It's About Time... - Fallout - 04-29-2012, 05:38 PM
RE: It's About Time... - Valios - 04-29-2012, 06:52 PM
RE: It's About Time... - Khaos - 04-30-2012, 12:57 AM
RE: It's About Time... - x77x - 05-01-2012, 09:56 AM
RE: It's About Time... - evening - 05-08-2012, 02:07 PM
RE: It's About Time... - Boydon - 05-09-2012, 08:25 AM

Forum Jump:


User(s) browsing this thread: 2 Guest(s)