Author | Message |
Admin Site Admin (send private message) Posts: 933 Topics: 55 Location: OverHertz Studio | [413] - posted: 2011-11-06 19:47:53 it is looking very good, once you are done with your plugin to an offical finished release, maybe i will create a section of the website for finished plugin downloads - maybe i can replace the Source menu section that i never got round to doing anything with Download Ziron Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message. |
Emil_halim Ziron Beta Tester (send private message) Posts: 639 Topics: 104 Location: Alex, Egypt | [417] - posted: 2011-11-07 10:19:52 ok , this time the plugin make Ziron crashed after finishing compilation. the source code can be downloaded from previous link. http://www.freewebs.com/ogremagic/index.htm |
Admin Site Admin (send private message) Posts: 933 Topics: 55 Location: OverHertz Studio | [422] - posted: 2011-11-07 16:19:08 What have you added this last version? Download Ziron Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message. |
Admin Site Admin (send private message) Posts: 933 Topics: 55 Location: OverHertz Studio | [423] - posted: 2011-11-07 16:32:58 your strlen seems to have a problem.. Code:
This works. Download Ziron Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message. |
Admin Site Admin (send private message) Posts: 933 Topics: 55 Location: OverHertz Studio | [424] - posted: 2011-11-07 16:37:22 your strlen function does not protect ebx. registers eax, ecx and edx are trashable, all other must be protected in the windows platform. Code:
a better alternative would be: Code:
I have just extended the sizeof internal macro to support const strings Code:
Download Ziron Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message. |
Emil_halim Ziron Beta Tester (send private message) Posts: 639 Topics: 104 Location: Alex, Egypt | [428] - posted: 2011-11-07 19:32:57 ok , update my H_strlen. works fine. http://www.freewebs.com/ogremagic/index.htm |
Emil_halim Ziron Beta Tester (send private message) Posts: 639 Topics: 104 Location: Alex, Egypt | [495] - posted: 2011-11-09 09:57:05 Hi how can i allow plugin start handling assignment , for example , i want basic plugIn to understand this lines Code:
BTW ,assignment in basic plugin will call H_strcpy function. http://www.freewebs.com/ogremagic/index.htm |
Admin Site Admin (send private message) Posts: 933 Topics: 55 Location: OverHertz Studio | [497] - posted: 2011-11-09 13:37:28 at some point i plan to add string assignment. Also i plan to add unnamed functions for plug-ins which would be useful for your type of plugin, i will let you know asap Download Ziron Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message. |
Currently Active Users: There are currently 7 user(s) online. 0 member(s) and 7 guest(s) Most users ever online was 1046, January 28, 2022, 2:08 pm. Statistics: Threads: 225 | Posts: 1848 | Members: 51 | Active Members: 51 Welcome to our newest member, yecate |