Author | Message |
Admin Site Admin (send private message) Posts: 933 Topics: 55 Location: OverHertz Studio | [1174] - posted: 2012-05-20 20:05:24 in the post above: Code:
you pass [edi+ebx] as if it points to a pointer, however you defined your array as a string. What you could do is define a new macro: Code:
then change Code:
to Code:
let me know. btw you could also make it a general purpose macro Code:
ps: using add is also fine. Code:
best approach: 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 | [1175] - posted: 2012-05-20 23:04:29 thanks , but there is a strange problem. using this line crashing the program Code:
i changed it like this and every thing is okay. Code:
it seems the '=' handler has sume problem with local variable. http://www.freewebs.com/ogremagic/index.htm |
Admin Site Admin (send private message) Posts: 933 Topics: 55 Location: OverHertz Studio | [1176] - posted: 2012-05-21 00:21:08 thanks for the report, i will take a look at it 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 | [1177] - posted: 2012-05-21 00:36:23 btw i tried Code:
and i did not have any crashes. 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 | [1178] - posted: 2012-05-21 15:54:16 but i was testing it inside a code and it crashed , when substitute with while it worked well. i think the problem belong to local variable , because i replaced cnt local variable with a register , and every thing was ok. http://www.freewebs.com/ogremagic/index.htm |
Admin Site Admin (send private message) Posts: 933 Topics: 55 Location: OverHertz Studio | [1181] - posted: 2012-05-21 19:34:50 can you try to make a small test app that re-produces the problem? i can't seem to get it to crash, if you can will be great. 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 | [1184] - posted: 2012-05-21 19:56:48 I have updated the beta which should fix a few bugs here and there 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 | [1193] - posted: 2012-05-21 21:38:07 ok , look this is part of my #define handler , if you replace this part Code:
with for statement the plugin makes ziron crash with access violation. http://www.freewebs.com/ogremagic/index.htm |
Currently Active Users: There are currently 12 user(s) online. 0 member(s) and 12 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 |