« Return to Thread: v11 progress report

v11 progress report

by aparajita :: Rate this Message:

Reply to Author | View in Thread

Hello,

First of all, I want to offer my deepest heartfelt gratitude to  
everyone who sent their prayers and goodwill for my recovery. It  
definitely made a difference -- the next day I felt much better and  
while I am still not fully recovered I have been able to work on the  
v11 version every day.

I started the very beginning of this process getting some fundamental  
building blocks in place, then I started working my way through the  
startup process of the plugin. I have gotten to the point where the  
key file is located and validated and some other parts of the system  
are initialized. As I mentioned before, I am doing lots of logging  
now. Here is a sample of the log during startup:

Mar 19 12:59:58 Active4D: [info] Active4D 5.0d1 (Macintosh, debug)
Mar 19 12:59:58 Active4D: [info] 4D v11.4.0 (Mono, interpreted, Mac OS  
X 10.5.6 (Intel))
Mar 19 12:59:58 Active4D: [info] Log level: debug
Mar 19 12:59:58 Active4D: [info] ICU data directory: /Volumes/Supreme/
Library/Application Support/4D/com.aparajita/icu
Mar 19 12:59:58 Active4D: [info] ICU locale: English (United States)
Mar 19 12:59:58 Active4D: [info] Environment checked
Mar 19 12:59:58 Active4D: [info] Server initialized
Mar 19 12:59:58 Active4D: [info] Lexer initialized
Mar 19 12:59:58 Active4D: [debug] Lexer: decimal point='.', grouping  
separator=','
Mar 19 12:59:58 Active4D: [info] Interpreter initialized
Mar 19 12:59:58 Active4D: [info] Searching for key file in /Volumes/
Supreme/Library/Application Support/4D/com.aparajita/Active4D
Mar 19 12:59:58 Active4D: [info] Found key file: /Volumes/Supreme/
Library/Application Support/4D/com.aparajita/Active4D/Active4D.key
Mar 19 12:59:58 Active4D: [info] Found deployment license, checking IP  
addresses
Mar 19 12:59:58 Active4D: [debug] Interface lo0: loopback
Mar 19 12:59:58 Active4D: [debug] Interface lo0: loopback
Mar 19 12:59:58 Active4D: [debug] Interface lo0: loopback
Mar 19 12:59:58 Active4D: [debug] Interface lo0: loopback
Mar 19 12:59:58 Active4D: [debug] Interface gif0: down
Mar 19 12:59:58 Active4D: [debug] Interface stf0: down
Mar 19 12:59:58 Active4D: [debug] Interface en0: AF_LINK
Mar 19 12:59:58 Active4D: [debug] Interface en0: 192.168.1.7
Mar 19 12:59:58 Active4D: [debug] Matched IP: 192.168.1.7
Mar 19 12:59:58 Active4D: [info] Matched IP address: 192.168.1.7
Mar 19 12:59:58 Active4D: [info] Valid key: key version = 0x50, plugin  
version = 0x50
Mar 19 12:59:58 Active4D: [info] License type = deployment

In this case debug logging was turned on, normally the [debug]  
messages would not appear.

Now I am going through the higher level stuff that supports the  
interpreter and runtime. It's a lot of work, but I'm making steady  
progress.

Regards,

    Aparajita
    www.aparajitaworld.com

    "If you dare to fail, you are bound to succeed."
    - Sri Chinmoy   |   www.srichinmoy.org


_______________________________________________
Active4D-dev mailing list
Active4D-dev@...
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

 « Return to Thread: v11 progress report