quote:
Originally posted by segosa
Hmm, I see now, just a place where my regex didn't catch a Type declaration. I'd bother fixing it, but I suppose the file's a bit useless now since it's inaccurate/incomplete
Yeah... checking the output would have revealed that (you lazy you
j/k)... btw, I attached the most accurate you'll find (from APIviewer 2004) in previous post. This is for Win32 (thus not Win 16, nor Win CE). Notice the size of it compared to the original one!
Note: be carefull with auto-converting though!. In some cases you need to take in account the kind of number type being used, especially when the constant equals -1; A -1 as Integer is not the same as -1 as a Long.
Also paranthesis are often used, which are actually pretty useless in many cases, they can be removed.