Looking for a few userlibs

Blitz3D Forums/Blitz3D Programming/Looking for a few userlibs

Picklesworth(Posted 2004) [#1]
Can someone please send me the kernel32 and system32 decls and dll files? I can't find them.

Just email to dillpickle79@...


JazzieB(Posted 2004) [#2]
I don't think anyone has ever written the .decls files for EVERY function available in those DLL's, only those that the programmer requires or will ever require in their programs.

I do believe that there are some reference materials that can be purchased that details those DLL's so that you can create the .decls for the functions that you need. I'm pretty sure that it was mentioned that there was a good reference (or appendix) that came with PowerBASIC, although I'm not totally sure.

If someone knows of anything more specific or someone actually has written the files you want, I'm sure they will soon let themselves known.


Kev(Posted 2004) [#3]
Mr P

kernel32
http://www.blitzbasic.com/Community/posts.php?topic=25490

user32
http://www.blitzbasic.com/Community/posts.php?topic=27586

also other userlibs mixed here.
http://playerfactory.proboards25.com/

kev


Picklesworth(Posted 2004) [#4]
Okay, nice decls links here :)
I recall that the first time I installed and updated blitz3d, I seemed to imediately have the kernel32.dll and system32.dll in my blitz userlibs folder, but it isn't there this time. From where should I get these two files?


Kev(Posted 2004) [#5]
Mr P.

kernel32.dll can be found in your windows/system32 folder, search google for system32.dll.

kev


Bot Builder(Posted 2004) [#6]
But, you should just leave them in the windows folder. The decls will link to the right dlls, and you dont even need to send it to people with the dlls.


Picklesworth(Posted 2004) [#7]
okay, thanks :)