Register | Login
Forum Index > Plugins > #define plugin
Author Message
Pages: 1 2 3 4
Emil_halim
Ziron Beta Tester

avatar

(send private message)

Posts: 639
Topics: 104

Location:
Alex, Egypt
[1189] - posted: 2012-05-21 20:52:49

very nice, thank you.

btw, does ziron include strings.zir automatically?

http://www.freewebs.com/ogremagic/index.htm
Admin
Site Admin

avatar

(send private message)

Posts: 933
Topics: 55

Location:
OverHertz Studio
[1190] - posted: 2012-05-21 21:14:19
no, but if you include ch.zir then it is included inside, and some others include it.

Download Ziron
Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message.
Emil_halim
Ziron Beta Tester

avatar

(send private message)

Posts: 639
Topics: 104

Location:
Alex, Egypt
[1194] - posted: 2012-05-21 21:45:24


does uses statment works with inline function or not.

http://www.freewebs.com/ogremagic/index.htm
Emil_halim
Ziron Beta Tester

avatar

(send private message)

Posts: 639
Topics: 104

Location:
Alex, Egypt
[1195] - posted: 2012-05-21 21:50:18

i have new problem with the new beat release.

this line cause error
Code:
 if(strCmp(ebx, Ziron_GetStringValue()))    


it works with previous ziron.

http://www.freewebs.com/ogremagic/index.htm
Emil_halim
Ziron Beta Tester

avatar

(send private message)

Posts: 639
Topics: 104

Location:
Alex, Egypt
[1196] - posted: 2012-05-21 21:50:19

i have new problem with the new beat release.

this line cause error
Code:
 if(strCmp(ebx, Ziron_GetStringValue()))    


it works with previous ziron.

http://www.freewebs.com/ogremagic/index.htm
Admin
Site Admin

avatar

(send private message)

Posts: 933
Topics: 55

Location:
OverHertz Studio
[1197] - posted: 2012-05-21 22:36:53
strCmp is now a macro, since i will be adding big optimizations to strCmp, if you prefere you can use the old strCmp by adding _ in front of it

Code:
_strCmp(...


optionally remove the function call and replace it with eax and:

Code:
eax = Ziron_GetStringValue()
...


Download Ziron
Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message.
Emil_halim
Ziron Beta Tester

avatar

(send private message)

Posts: 639
Topics: 104

Location:
Alex, Egypt
[1198] - posted: 2012-05-21 23:02:40

i have tried both of them but get access violation.

http://www.freewebs.com/ogremagic/index.htm
Admin
Site Admin

avatar

(send private message)

Posts: 933
Topics: 55

Location:
OverHertz Studio
[1199] - posted: 2012-05-22 00:05:45
re-uploaded beta - fixed some errors in assembler, tried and working good smile

Code:
      ebx = @parArr;
      for (edi = cnt downto 0) {
        eax = Ziron_GetStringValue();
        if(strCmp(ebx, eax)) 
        {
          H_strcat(@val,' $'); 
          break; 
        }     
        ebx += 128;       
      }


this also works smile

Download Ziron
Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message.
Pages: 1 2 3 4
create new reply


Quick reply:

Message:



Currently Active Users:
There are currently 2 user(s) online. 0 member(s) and 2 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
const Copyright = '2011-2024 © OverHertz Ltd. All rights reserved.';
Web development by OverHertz Ltd