Search found 7606 matches

by phil
Thu Jan 18, 2007 5:50 pm
Forum: XMouse Button Control
Topic: Problems in Visual Studio
Replies: 6
Views: 16359

Ok, I've just tried this on my desktop at work, which is XP SP2 and VS 2005 SP1.

It works fine here too !!

What version of XMBC are you running?
by phil
Wed Jan 17, 2007 12:54 am
Forum: XMouse Button Control
Topic: Problems in Visual Studio
Replies: 6
Views: 16359

Well, it seems to work fine for me on Windows XP 64bit using VS2005 (SP1).
But can you clarify exactly which \"file\" dialog your talking about as there are several in VS2005.

Thanks,
Phil
by phil
Wed Jan 17, 2007 12:37 am
Forum: XMouse Button Control
Topic: Problems in Visual Studio
Replies: 6
Views: 16359

I've no idea.
But I will have a look - because I have VS2005 installed.

What OS are you running?

Thanks,
Phil
by phil
Wed Dec 13, 2006 2:43 am
Forum: My Other Software
Topic: SPAM Bots
Replies: 0
Views: 23393

SPAM Bots

If you see SPAM messages on the forum please let me know.
I try and delete them (and the spam accounts) as soon as they appear but it's becoming increasingly difficult to keep up with all the spam bot registrations.

Thanks,
Phil
by phil
Wed Dec 06, 2006 11:55 pm
Forum: InpOut32 (x64)
Topic: hwinterface32
Replies: 3
Views: 12601

Ok, today I got an email from Logix4U with the source code for HWInterface. So at some point in the not too distant future I will have a look at porting them to x64. Hopefully it will be as easy as InpOut32! On a side not, apologies to Gor Kajafa. I was messing around with the forum software over th...
by phil
Fri Dec 01, 2006 2:17 am
Forum: XMouse Button Control
Topic: XMouse on Vista
Replies: 15
Views: 28356

XMouse on Vista

Well, Vista RTM has been out for several weeks now, and it just went MVLA today.... So, does XMouse work on Vista? The simple answer is YES. The more complicated answer is SOMETIMES..... The only real issue I have discovered so far, is that when you run XMouse in \"user mode\", it will not...
by phil
Wed Nov 22, 2006 11:08 pm
Forum: InpOut32 (x64)
Topic: hwinterface32
Replies: 3
Views: 12601

Ok, I had a look at the Logix4U site but unfortunatly the source code for hwinterface32 is not publicly available.

I have sent an email to them - maybe they will let me have access to the source so I can produce a x64 port of the driver. Maybe not.

I'll update you when I know more.

Thanks,
Phil
by phil
Wed Nov 22, 2006 10:36 pm
Forum: InpOut32 (x64)
Topic: hwinterface32
Replies: 3
Views: 12601

I'll have a look at the code from Logix4U and see if its possible to port it. The InpOut32 driver was very simple to port because it only had two or three funcitons. I am by no means a driver specialist, but I will have a look and see what I can do... It may take a while, I havnt got any of the DDK'...
by phil
Sun Nov 12, 2006 9:54 pm
Forum: LCDSmartie Plugins
Topic: Octets to kbps?
Replies: 10
Views: 60391

Great :)
Let me know if there is anything else I can add.

I'll try and remember to let you know if I make any changed, but generally the plugin is fairly stable (I hope) - this is the first change I have made to it .

Thanks,
Phil
by phil
Sun Nov 12, 2006 9:22 pm
Forum: LCDSmartie Plugins
Topic: Octets to kbps?
Replies: 10
Views: 60391

Ive just made a new version for you to try. It has 2 new funcitions, the important one, is funciton 12. It takes the same parameters as function 1 but it basically gets the difference between the current value, and the value last time the funciton was called. And returns the result extrapolated over...
by phil
Sun Nov 12, 2006 7:53 pm
Forum: LCDSmartie Plugins
Topic: Octets to kbps?
Replies: 10
Views: 60391

Ah I see your problem...
Not sure how to handle this one... Either it will be a change to the plugin to remember the last value... or some other method will be required...

I'll have a think and get back to you.

Thanks,
Phil
by phil
Sun Nov 12, 2006 7:38 pm
Forum: LCDSmartie Plugins
Topic: Octets to kbps?
Replies: 10
Views: 60391

You should be able to get two readings in one query.... and you should be able to do the maths - let me try and describe it... Bear with me because its been a while since I actually did this :) a) Use function 10 to multiply the result of a) by 0.000133333 (which is 8/1000/60) b) Use function 9 to s...
by phil
Sun Nov 12, 2006 7:21 pm
Forum: SNMPThroughput
Topic: Correct interface ID? (Billion 7402)
Replies: 3
Views: 36647

Im glad you found the answer :)
Feel free to let me know if there are any bugs - if I dont respond \"quickly\" send me a PM here so I get email notification :)

thanks,
Phil
by phil
Sun Nov 12, 2006 7:19 pm
Forum: LCDSmartie Plugins
Topic: Octets to kbps?
Replies: 10
Views: 60391

As far as I am aware (and as Google has helped me find out), an Octet is a byte. \"Octets are units of 8 bits (also know as bytes).\" So 1 octet = 1 byte, therefore the conversion is pretty straight forward :) Octets = Bytes, therefore multiply by 8 to get bits. Then divide by 1000 (Kbit o...
by phil
Mon Oct 02, 2006 9:45 pm
Forum: InpOut32 (x64)
Topic: JaLCD
Replies: 1
Views: 14066

Hi, I dont know what JaLCD is... Post a link and I'll have a look, but I suspect it will need code changes to JaLCD unless thats already InpOut32 compatible - in which case, just replace the InpOut32.dll with my version.

Phil