|
In lugnet.robotics, Ralph Hempel wrote:
> I've written a little C program that tries to open "\\.\LEGOTOWER1" and
> on otherwise identical computers (except one is running Win98SE and the
> othre runs Win2K) only the Win2K machine can open the file.
>
> Of course, the LEGO tools work on both machines. I suspect that the
> LEGO guys are opening the private filename returned by the API
> for the tower instead of the special "\\.\LEGOTOWER1" filename.
>
> I've uninstalled and re-installed the tower drivers on the Win98 machine
> just in case, and it still doesn't work :-(
>
> I'll keep digging.
Did you escape the backslashes in the C string?
CreateFile("\\\\.\\LEGOTOWER1", GENERIC_READ | GENERIC_WRITE,
0, 0, OPEN_EXISTING, 0, 0);
Just a thought... it's easy to forget sometimes.
Mark
|
|
Message has 1 Reply:
Message is in Reply To:
7 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
Active threads in Robotics
|
|
|
|