Register | Login
Forum Index > Requests and Feedback > data section.
Author Message
Pages: 1 2 3 4 5 6 7 8 9 10 11
Admin
Site Admin

avatar

(send private message)

Posts: 933
Topics: 55

Location:
OverHertz Studio
[664] - posted: 2011-11-12 19:03:39
ok, i've re-updated the beta package and that should hopefully fix the windows 7 problem smile

should no longer need to check for strCode <> 0

Code:
procedure FileEntry(DWord handle; char* strCode) {
  eax = strOffset(strCode, '.DATA');
  while (char[eax] <> 0) {
    char[eax] = "_";
    eax = strOffset(eax, '.DATA');
  }  
}


this should be good enough smile

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
[665] - posted: 2011-11-12 19:04:17

ok , i have add this test and may be help you.
Code:
procedure FileEntry(DWord handle; char* strCode) {
  if (strCode <> 0) {
     eax = strOffset(strCode, '.DATA');
     while (char[eax] <> 0) {
            char[eax] = "_";
            eax = strOffset(eax, '.DATA');
     }
   }  
  pointer fn;
  
  fn = Ziron_GetFileName(handle);
  Ziron_ShowMessage(fn);  
  Ziron_ShowMessage(strCode);     
}

resultes

PlugSys: Emit plugin has loaded!
PlugSys: Masm plugin has loaded!
PlugSys: testprg.zir
PlugSys:
PlugSys: testprg.zir
PlugSys:
PlugSys: testprg.zir
PlugSys:
PlugSys: testprg.zir
PlugSys:
PlugSys: testprg.zir
PlugSys:
PlugSys: testprg.zir
PlugSys:
PlugSys: testprg.zir
PlugSys:
PlugSys: testprg.zir
PlugSys:
[6,3]: Unknown Identifier "." in [testprg.zir]
Code:
.DATA var DB 64


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

avatar

(send private message)

Posts: 639
Topics: 104

Location:
Alex, Egypt
[666] - posted: 2011-11-12 19:05:00
oh i will test it now

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

avatar

(send private message)

Posts: 933
Topics: 55

Location:
OverHertz Studio
[667] - posted: 2011-11-12 19:05:23
this happens from the fix i just updated?

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
[668] - posted: 2011-11-12 19:06:51
is it in this location 'RE: RE: updated alpha'

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

avatar

(send private message)

Posts: 933
Topics: 55

Location:
OverHertz Studio
[669] - posted: 2011-11-12 19:12:20
yes the beta package

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

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
[670] - posted: 2011-11-12 19:21:20

well , works , thank you

i will continue masm plugin.

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

avatar

(send private message)

Posts: 933
Topics: 55

Location:
OverHertz Studio
[671] - posted: 2011-11-12 19:35:14
glad to hear smile thanks for bringing that problem to my attention.

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


Quick reply:

Message:



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