Search found 17 matches

by phoenix
Thu Sep 01, 2011 11:49 am
Forum: IO-Warrior English
Topic: x64 Driver Bug
Replies: 6
Views: 15656

Re: x64 Driver Bug

OK, well that didn't go as planned! Firstly I didn't have a suitable project so made one using the core code from the problem project....only for it to work!!! Went back to the original project and stripped that down to the core code, and nothing I did would work, I ended up deleting 95% of the code...
by phoenix
Thu Sep 01, 2011 10:23 am
Forum: IO-Warrior English
Topic: x64 Driver Bug
Replies: 6
Views: 15656

Re: x64 Driver Bug

Hm..... the project in question is pretty big and ugly, let me see if I can replicate the problem in one of my other projects
by phoenix
Thu Sep 01, 2011 12:05 am
Forum: IO-Warrior English
Topic: x64 Driver Bug
Replies: 6
Views: 15656

Re: x64 Driver Bug

its an x86 application written in VB.NET 2010, using the x64 driver It doesn't matter if I build it inside an x86 or x64 OS I get the same error, I've tried rebuilding and debugging inside x64 OS and can see that the array that returns the serial code only contains a value of 41 in one of the bytes ...
by phoenix
Sun Aug 14, 2011 6:07 am
Forum: IO-Warrior English
Topic: x64 Driver Bug
Replies: 6
Views: 15656

x64 Driver Bug

I think I've found a big in the IOWarrior x64 driver I use the processor Serial number as part of my software security, this has worked pretty well in all x86 installations, however, Im now finding that in x64 installations the serial number shows up as 0. Con someone confirm if this is a bug, or if...
by phoenix
Fri Oct 17, 2008 6:12 pm
Forum: IO-Warrior English
Topic: Vista 64 compatibility
Replies: 15
Views: 23577

Re: Vista 64 compatibility

further tests have revealed that some sample applications work and some don't, the ones that don't are the VB.NET samples!
by phoenix
Fri Oct 17, 2008 5:30 pm
Forum: IO-Warrior English
Topic: Vista 64 compatibility
Replies: 15
Views: 23577

Re: Vista 64 compatibility

Unfortunately I have seen the future, in the US Microsoft are aggressively phasing Vista 32 out, so much so that its getting harder to buy a new PC without Vista 64

Since my market is almost exclusively American I have no choice, I desperately need an x64 solution.
by phoenix
Fri Oct 17, 2008 8:09 am
Forum: IO-Warrior English
Topic: Vista 64 compatibility
Replies: 15
Views: 23577

Re: Vista 64 compatibility

well, I'm buying no more Codemercs products until there is a workable 64 bit solution, I guess it depends on how much they need the buisness
by phoenix
Wed Oct 15, 2008 7:26 pm
Forum: IO-Warrior English
Topic: Vista 64 compatibility
Replies: 15
Views: 23577

Re: Vista 64 compatibility

unfortunately neither are feasible options when using VB.NET 2008 Express
by phoenix
Wed Oct 15, 2008 3:02 am
Forum: IO-Warrior English
Topic: Vista 64 compatibility
Replies: 15
Views: 23577

Vista 64 compatibility

Can someone please confirm the compatibility status of IOWKIT with Vista 64


thanks
by phoenix
Tue Feb 05, 2008 8:47 pm
Forum: IO-Warrior English
Topic: Named input/output pins
Replies: 2
Views: 8878

You could give the pins names in your software if you use an enumerator, or write your own interfacing class
by phoenix
Mon Nov 12, 2007 1:25 pm
Forum: IO-Warrior English
Topic: USB Hub issues
Replies: 2
Views: 9336

The processor is an IOW24, and apparently one of the hubs involved was a Belkin.... sorry I don't have much more information to go on, the fault was reported by two customer in the USA and I'm only just gathering information myself. I have tested the IO board myself on three separate powered and un-...
by phoenix
Sat Nov 10, 2007 5:29 pm
Forum: IO-Warrior English
Topic: USB Hub issues
Replies: 2
Views: 9336

USB Hub issues

Our IOWarrior based USB IO device has recently been reported to not function on some USB hubs. I was wondering if anyone knows if this is a known issue and if there are any fixes for this, or if there is a way of telling good hubs from bad. BTW the hubs in question were Powered hubs with a separate ...
by phoenix
Thu May 03, 2007 6:23 pm
Forum: IO-Warrior English
Topic: IR and VB.NET
Replies: 7
Views: 15993

Actually I would recommend using the already compiled application in Windows\Samples\IR\Delphi\IR HID, this worked fine.
by phoenix
Wed May 02, 2007 8:07 pm
Forum: IO-Warrior English
Topic: IR and VB.NET
Replies: 7
Views: 15993

OK, got it figured thanks
by phoenix
Wed May 02, 2007 5:53 pm
Forum: IO-Warrior English
Topic: IR and VB.NET
Replies: 7
Views: 15993

Thanks, is there another set of documentation somewhere I can find no information on the non blocking read, what does it do... it may be what I've been looking for to solve another issue. I've looked at the Delphi code and cant make head not tail of it. the EXE in the IR DLL dir doesnt work I get an...