News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

presentation of my program

Started by Rockphorr, March 11, 2008, 11:04:10 AM

Previous topic - Next topic

dedndave

;-------------------------------------------------
t_alert\
    BYTE    ' Alert ',0
m1_alert\
    BYTE    ' Operation has caused'
    BYTE    ' an error',0
m2_alert\
    BYTE    ' Correct information or'
    BYTE    ' cancel operation. ',0
;-------------------------------------------------

Rockphorr

Quote from: dedndave on November 10, 2010, 03:19:18 PM
;-------------------------------------------------
t_alert\
    BYTE    ' Alert ',0
m1_alert\
    BYTE    ' Operation has caused'
    BYTE    ' an error',0
m2_alert\
    BYTE    ' Correct information or'
    BYTE    ' cancel operation. ',0
;-------------------------------------------------


Thank you. :U
Strike while the iron is hot - Бей утюгом, пока он горячий

Rockphorr

News:

I have changed the name of my tool and info in pillars.
Also last I have added thanks to dedndave at help page after copyright.
Strike while the iron is hot - Бей утюгом, пока он горячий

Rockphorr

#33
New version of my renamed tool.

under my xp home it is don't work - i look for bug.

I have found the BUG in my tool.
The cause of error is this wrong algo:


get_memory()
save_in_pointer (reading file modeule)
free_memory
get_memory(); same address
;use it as control table
call reading file module; - overwrite control table by text data


Strike while the iron is hot - Бей утюгом, пока он горячий

Rockphorr

fixed version
Strike while the iron is hot - Бей утюгом, пока он горячий

frktons

Quote from: Rockphorr on December 04, 2010, 07:28:18 PM
fixed version

What do you mean? how do I navigate among folders in the disks? I'm using DosBox in order to see what it does.
I can only see the folder RDT, nothing else, on disk C:\, and virtual disk for DOS commands created by DosBox.

Not really useful in this shape.

After I used it a couple of times, now it doesn't even run on my Win7/64 bit...  ::)

Any reason you are using DOS? It is quite obsolete technology, and hard to run on modern computers.
What kind of Developement tool are you using?


Mind is like a parachute. You know what to do in order to use it :-)

japheth


Yes, it works again in XP Home and Pro!


Rockphorr

Quote from: frktons on December 04, 2010, 08:08:43 PM
Quote from: Rockphorr on December 04, 2010, 07:28:18 PM
fixed version

What do you mean? how do I navigate among folders in the disks? I'm using DosBox in order to see what it does.
I can only see the folder RDT, nothing else, on disk C:\, and virtual disk for DOS commands created by DosBox.

Not really useful in this shape.

After I used it a couple of times, now it doesn't even run on my Win7/64 bit...  ::)

Any reason you are using DOS? It is quite obsolete technology, and hard to run on modern computers.
What kind of Developement tool are you using?


It is mean that i fix bug and the program runs on xp
If you can not go up level among folders in the disks by using .. - try to place my tool like c:\RDT
Cause i use text vars which has 64 bytes length for path
(enter to folder by pressing enter key on it's name)
i use akelpad and masm as Developement tools
Strike while the iron is hot - Бей утюгом, пока он горячий

Rockphorr

Strike while the iron is hot - Бей утюгом, пока он горячий

Rockphorr

Rockphorr's Tools Pack

Add new tool, that shows dialogbox like openfile.
Only list explore function works.
Both tools use files in the swap subfolder.
Strike while the iron is hot - Бей утюгом, пока он горячий

Rockphorr

Strike while the iron is hot - Бей утюгом, пока он горячий