Hello !
I am new in assembly coding (MASM32 with RadAsm).
What i need to know ... is this DLL correct ? Did i forgot something ?
Any suggestions ?
Please help me, 'cause i can't test the DLL.
A ZIP-file with the full sourcecode, library, definition, etc. is attached !
You can use it for free :D
CUL8'er.
I am new in assembly coding (MASM32 with RadAsm).
What i need to know ... is this DLL correct ? Did i forgot something ?
Any suggestions ?
Please help me, 'cause i can't test the DLL.
A ZIP-file with the full sourcecode, library, definition, etc. is attached !
You can use it for free :D
CUL8'er.
Looks correct. Where did you get it from?
I took it from there ... see file attached. In the help section there are some algorithms i wanted to have them in a dll maybe for later reuse ! Thought i could put all algorithms of the whole world into one dll, so that anyone can use them in their own programs if needed. Need more :D ... /MASM32/m32lib/... <<<<------- there are some more algorithms .... :D
CUL8'er.
CUL8'er.
Thanks for the link. As a matter of fact I was looking for that specific sorting demo a little while ago.
"Looks correct. Where did you get it from?"
I have written the DLL ... with the help of a few tutorials around ...
http://www.website.masmforum.com/tutorials/dlltute/masmdll.htm
http://mihailovs.com/Shepherd/assembler.html
Maybe of interest for some people ?
Is anyone here who could post some more information about DLL-programming ?
('cause the internet lacks of tutorials about it)
CUL8'er.
(a DLL-tutorial with sourcecode is attached)
I have written the DLL ... with the help of a few tutorials around ...
http://www.website.masmforum.com/tutorials/dlltute/masmdll.htm
http://mihailovs.com/Shepherd/assembler.html
Maybe of interest for some people ?
Is anyone here who could post some more information about DLL-programming ?
('cause the internet lacks of tutorials about it)
CUL8'er.
(a DLL-tutorial with sourcecode is attached)
Iczelion has written a DLL tutorial here: http://spiff.tripnet.se/~iczelion/tut17.html
oh ... the Iczelion-tutorials ... i forgot ... :P
Thanx !
The german version can be found here:
http://www.joachimrohde.com/cms/xoops/modules/articles/index.php?cat_id=2
especially the DLL-tutorial in german:
http://www.joachimrohde.com/cms/xoops/modules/articles/article.php?id=75
CUL8'er.
Thanx !
The german version can be found here:
http://www.joachimrohde.com/cms/xoops/modules/articles/index.php?cat_id=2
especially the DLL-tutorial in german:
http://www.joachimrohde.com/cms/xoops/modules/articles/article.php?id=75
CUL8'er.