I found this little freeware DLL (it was hard to find a download location that worked) and I'm using it in one of my projects. It's helping me learn how to use DLLs within Purebasic.
Inside the ZIP file, there's only one function:
Code: Select all
result.l = PickColor(Red.c, Green.c, Blue.c)
Since I don't have a place to store the file yet, I put it on RapidShare.
The download link is below. No hard work by me, I just found the DLL (made by Vandog.com which doesn't exist anymore).
DOWNLOAD:
http://rapidshare.com/files/57621351/Co ... r.zip.html
EDIT: The file is updated. The example is a little more practical. Purebasic rules!