Get it here:
http://www.radasm.com/Upload/RadASM2211.zip
Or here:
http://www.assembler.ca/radasm/Upload/RadASM2211.zip
KetilO
That is unbelievable but true ;)
Thank you very much!
... using RADASM to edit RAD ASM source code is the definition of fun :)
However it expects: include ..\..\..\Inc\RadAsm.inc inorder to build...
Now, does this means that I have to solve my own bugs and implement my own requests? :)
I noticed some bugs related to code completion and Ctrl+Space listbox not being visible on dual / multiple monitors and huge projects like SOL_OS and SOL_ASm and HE
I was going to report this....
But now I will have to find the bugs, solve them and send the update to you... ;)
This is great news!
Thank you very much KetilO.
I swear not to look at it :U
Wow, what a great day I picked to pop in after a long while that I was too busy to visit the boards :U
Not only are there some interesting questions that have accumulated over the last few months but Ketil releases his RadASM source code, all of those things that I kept scratching my head over and saying "I wonder how he made that run so fast" will be revealed !!!
Thanks so very much Ketil.
Edgar
Wow, like Donkey said... :U but I hope you didn't give up this spectacular project...
Biterider
Thank you Ketil,
Simply, you are one of the best...
ipadilla
Thank you very much Ketil.
Rags
Hi, publishing the sources might be cool way of boosting the RadASM development. :8)
I tried compiling the sources, but there were four constants that I could not find (used by DllProc):
AIM_RCSAVED
RAM_RCSAVED
AIM_IMPORTED
RAM_IMPORTED
Thanks Petroizki
This is the current RadASM.inc
KetilO
[attachment deleted by admin]
I can't seem to download the source, or even access the Radasm website.
Anyone else having these problems?
Rags
Hi Rags,
Yes, I have the same problem from Saturday morning. You can visit this one
http://radasm.assembler.ca/
ipadilla
same here :(
Mirror at:
http://www.assembler.ca/radasm/Upload/RadASM2211.zip
KetilO
wow it is great news
That's awesome
Thanks the SOURCE, to READING THE SOURCE!
Great the working!
I am chinese so don't carefuly read my pool words.
:U
Thank you so much for releasing the source code
Unfortunately I have found a bug. the bug is as follows
on line 986 of ini\inifile.asm you have written
.if eax!=-1
invoke GetPrivateProfileString,addr iniWindow,addr iniFolderR,addr szNULL,addr iniBuffer, 64 ,addr iniFile
mov eax, sizeof iniBuffer
unfortunately in win32 the path can be up to 256 characters long you have set it at 64 if you change the above line to
invoke GetPrivateProfileString,addr iniWindow,addr iniFolderR,addr szNULL,addr iniBuffer, sizeof iniBuffer ,addr iniFile
the above bug is eradicated
by the way my path is C:\Documents and Settings\Kieron Higgs\My Documents\visual studio projects\RadAsm Code\Debug
and this is what is in my radasm.ini
without this change it was recognising my path as C:\Documents and Settings\Kieron Higgs\My Documents\visual stu
I hope this helps
Of course any more bugs and I will post them
My apologies for the above post I had inserted a bit of my own code in this was
mov eax, sizeof iniBuffer
it was put in for debugging this problem ( I wanted to know how big the iniBuffer was) sorry about the confusion
Regards
MasmGod
Thanks masmgod
Note that this bug does not apply to normal use. It is only used while developing RadASM.
Tip:
Holding the cursor over the word iniBuffer will show its size in the info tool.
KetilO
Sources for RadASM 2.2.1.2
Get it here:
http://www.radasm.com/Upload/RadASM2212.zip
Or here:
http://www.assembler.ca/radasm/Upload/RadASM2212.zip
KetilO
very very good.
thanks much much.
:dazzled:thanks a lot!!!
Thanks a lot KetilO.
Regards