Hi The Svin
It should not be neccessary to change the ini file from 1.2.0.0 to 1.2.0.4.
Post your ini file, and if you are using a template, include that as well.
KetilO
It should not be neccessary to change the ini file from 1.2.0.0 to 1.2.0.4.
Post your ini file, and if you are using a template, include that as well.
KetilO
Here is my ini.
The same works OK with 1.2.0.0
And works OK in 98 with all 1.2.0.x
I don't use templates
Crashes happen at the last stage of creating project.
After final wizard dialog is closed.
After all filled.
Even project folder created (some files sometimes in it
missed or damaged).
I tried to make reverse but failed to catch the point (address) where it is (what executing) after final wizard dialog is closed.
If you give me the code address I could say what's wrong here.
I think there is collision with loaded DLLs.
Something about relocation problem.
The same works OK with 1.2.0.0
And works OK in 98 with all 1.2.0.x
I don't use templates
Crashes happen at the last stage of creating project.
After final wizard dialog is closed.
After all filled.
Even project folder created (some files sometimes in it
missed or damaged).
I tried to make reverse but failed to catch the point (address) where it is (what executing) after final wizard dialog is closed.
If you give me the code address I could say what's wrong here.
I think there is collision with loaded DLLs.
Something about relocation problem.
Hi The Svin
Nothing wrong with the ini file. When creating a new project I allocate a lot of stack space for buffers. I think this is the reason it chrashes on NT 4.0. I have reduced the buffer size in this pre release of 1.2.0.5
KetilO
Nothing wrong with the ini file. When creating a new project I allocate a lot of stack space for buffers. I think this is the reason it chrashes on NT 4.0. I have reduced the buffer size in this pre release of 1.2.0.5
KetilO
It still crashes.
Do you use ZwReplyWaitReceivePort anywhere in module?
Give me address after NewProject menu click,
I'll find the problem.
Do you use ZwReplyWaitReceivePort anywhere in module?
Give me address after NewProject menu click,
I'll find the problem.
Hi The Svin
The address is : 004257EAh (Using the test version)
KetilO
The address is : 004257EAh (Using the test version)
KetilO
hi
ketilo
just downloaded the full pack of radasm 1.2.0.4
and i notice i have a very big problem with cut,paste and copy .
amm.. the cut is ok i think .
but the paste and copy are doing alot of problems. and sometimes dont work ..
or if i try to copy and press alot on ctrl+v radasm crash
can you check it ? . i wonder if its only on my computer or others have the same problem
bye
thanks
eko
p.s
i remove all the addins and it still does the same problem
ketilo
just downloaded the full pack of radasm 1.2.0.4
and i notice i have a very big problem with cut,paste and copy .
amm.. the cut is ok i think .
but the paste and copy are doing alot of problems. and sometimes dont work ..
or if i try to copy and press alot on ctrl+v radasm crash
can you check it ? . i wonder if its only on my computer or others have the same problem
bye
thanks
eko
p.s
i remove all the addins and it still does the same problem
Hi eko
I don't have any problems with cut/copy/paste on win98SE or XP. Are anybody else having trouble?
KetilO
I don't have any problems with cut/copy/paste on win98SE or XP. Are anybody else having trouble?
KetilO
wired... i still have problems
does RadAsm save info for him in some other places besides RADASM.ini?
bye
eko
does RadAsm save info for him in some other places besides RADASM.ini?
bye
eko
Hi eko
Project file, RadASM.ini, masm, fasm, tasm, nasm.ini and the api files are the only places RadASM stores things that it uses. None of these files affect cut/copy/paste directly.
KetilO
Project file, RadASM.ini, masm, fasm, tasm, nasm.ini and the api files are the only places RadASM stores things that it uses. None of these files affect cut/copy/paste directly.
KetilO
am..
what can effect on that ?
i removed all the addins , and still
maybe something in the settings of code editor
here is my settings..
bye
eko
p.s
what is the differnce between effect to affect?
what can effect on that ?
i removed all the addins , and still
maybe something in the settings of code editor
here is my settings..
bye
eko
p.s
what is the differnce between effect to affect?
Hi eko
No, they are the same as mine.
KetilO
No, they are the same as mine.
KetilO
you wont believe what cause to this error
while ago i puted in compatibility option to run RADASM as windows 98\Me to check something ..
and this what had caused to the problem .. i unchecked it
:stupid:
and it works great!
bye
eko
while ago i puted in compatibility option to run RADASM as windows 98\Me to check something ..
and this what had caused to the problem .. i unchecked it
:stupid:
and it works great!
bye
eko
Hi eko
Great.
Now I can sleep tonight. :grin:
KetilO
Great.
Now I can sleep tonight. :grin:
KetilO
i'm glad i have solved your sleeping problem :grin: :grin: :grin: :grin:
i notice a small bug in RadAsm Resource Editor
create two(or more) control on dlg .
lock the controls
select them both with ctrl key . and you can move them.
bye
eko
create two(or more) control on dlg .
lock the controls
select them both with ctrl key . and you can move them.
bye
eko
Hi eko
I was aware of this flaw.
Locking controls is an option so you dont move them by accident. Multiselecting controls is not done by accident so I am not shure if I will put any work into preventing moving the controls. Maybe when I have nothing better to do, like that is ever going to happend.
KetilO
I was aware of this flaw.
Locking controls is an option so you dont move them by accident. Multiselecting controls is not done by accident so I am not shure if I will put any work into preventing moving the controls. Maybe when I have nothing better to do, like that is ever going to happend.
KetilO
yeah , i thought of that . and this can be more future than a bug
bye
eko
bye
eko
Hi all
I have uploaded RadASM 1.2.0.5.
- Simpler way to add custom controls to ini file.
- Support for custom control dll's containing more than one control.
See RadASMini.rtf and the included custom controls projects. (Spread Sheet and Menu Button).
KetilO
I have uploaded RadASM 1.2.0.5.
- Simpler way to add custom controls to ini file.
- Support for custom control dll's containing more than one control.
See RadASMini.rtf and the included custom controls projects. (Spread Sheet and Menu Button).
KetilO
Ketil, it would you usefull if you'd add ability to copy name
of file included in project.
Anyway those names often need's to be typed in a main source
modules with "include" directives.
The feature for example may appear in right button click menu in project browser to copy name of clicked file.
of file included in project.
Anyway those names often need's to be typed in a main source
modules with "include" directives.
The feature for example may appear in right button click menu in project browser to copy name of clicked file.
Hi The Svin
Good idea.
Added to my todo list.
KetilO
Good idea.
Added to my todo list.
KetilO