Register | Login
Forum Index > Bugs and Fixes > access violation in FileEntry
Author Message
Pages: 1 2 3 4 5 6 7
Emil_halim
Ziron Beta Tester

avatar

(send private message)

Posts: 639
Topics: 104

Location:
Alex, Egypt
[862] - posted: 2011-11-26 22:06:32
ok i've updated the beta package, the strGetLine is inside strings.zir already.


i have update it , but strings.zir has no strGetLine???

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

avatar

(send private message)

Posts: 933
Topics: 55

Location:
OverHertz Studio
[863] - posted: 2011-11-26 22:07:48
yep it does at bottom below strCmp, i just downloaded the beta package and checked, and it is there.

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
[864] - posted: 2011-11-26 22:10:58
is this the correct location

http://www.codeziron.com/uploads/releases/ziron.compiler.beta.rar


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

avatar

(send private message)

Posts: 933
Topics: 55

Location:
OverHertz Studio
[865] - posted: 2011-11-26 22:12:11
yep that's the one

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
[866] - posted: 2011-11-26 22:13:05
no there is nothing after strcmp!!!!!!!

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

avatar

(send private message)

Posts: 933
Topics: 55

Location:
OverHertz Studio
[867] - posted: 2011-11-26 22:16:54
i'm 100% sure there is....

Download Ziron
Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message.
Molotov
Member
(send private message)

Posts: 49
Topics: 21

Location:
Behind Keyboard
[868] - posted: 2011-11-26 22:17:39
this is the last 2 functions in the strings.zir of that .rar

Code:
function strCmp(char* s1, s2) {
  uses edi esi;
  
  esi = s1;
  edi = s2;
  
  lodsb
  while (char[edi] == al) {
    lodsb
    edi++;
    
    if (al == 0 and char[edi] == 0) { return true; }
  }
  eax = xor;
}

function strGetLine(pointer strOff; pointer dest) { 
  uses esi edi;

  esi = strOff;
  if (char[esi] == 0) {
    return 0;
  }  
  edi = dest;
  
  lodsb
  repeat {
    if (al == 0) {
      esi--;
      break;
    } elseif (al == 13 and char[esi] == 10) {
      esi += 1;
      break;
    }
  
    char[edi] = al;  
    edi++;
    lodsb
  };
  char[edi] = 0; 

  return esi;
}


"Lerning new things is what life is all about, if you are always doing the same old things day in and day out you might aswell just kill yourself." - ME d^_^b
Emil_halim
Ziron Beta Tester

avatar

(send private message)

Posts: 639
Topics: 104

Location:
Alex, Egypt
[869] - posted: 2011-11-26 22:21:36
i have redownload it more that one time and there is no strGetLine in strings.zir

can you please reupload it again and change the location.

http://www.freewebs.com/ogremagic/index.htm
Pages: 1 2 3 4 5 6 7
create new reply


Quick reply:

Message:



Currently Active Users:
There are currently 10 user(s) online. 0 member(s) and 10 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