That would be a plan but unfortunately the external function is in a Windows dll file so is maintained by good old Microsoft. Not sure if I would have much sway in asking then to change their System32.dll file for me
Has anyone noticed that when using the help function (F1) key to open the pdf help files, this doesn't seem to work since upgrading to Adobe Reader v10?
Just wondering if it is me not installing the help correctly or the new version of Adobe.
haha that is so funny, could this literally be a 'viral' ad campaign
At first I thought maybe it was a page that took your search query and just substituted it into the text, but no it seems like something done deliberately.
Yikes I hope I don't catch Jade 7!
One of the best things about this warning system would be for anyone trying to learn Jade. It would improve the coding for any developer and save time i.e. trying to find memory leaks, Agree that warning messages would be good for new Jade developers. When I first started Jade I didn't realise I ha...
Thanks for the reply :D The reason why I was asking is that I am looking into an issue where we calculate some values based on calls to functions in Kernel32.dll (the other function being GetThreadTimes http://msdn.microsoft.com/en-us/library/ms683237%28v=vs.85%29.aspx). In a 64bit system the calcul...
Am really not to sure about the Binary data type but I found this code sample on another forum topic (5th post down): https://forums.jadeworld.com/viewtopic.php?f=9&t=1447 I can retrieve all the values and that is all good in a 32bit system. What I am wondering is if I have to adjust the index value...