473,386 Members | 1,830 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

VC++ in windows2000 platform

I am using VC++ 2005 professional edition to develop the program to access
the usb port. I have downloaded the WDK 6001, but it can't be installed in
the windows2000 platform. I have try to use libusb.lib, but it seems doesn't
support the windows platflat(I'm not sure, but i can't compile the program).
I want to ask do there any method to access the usb port in windows2000?
Anyone can help me?

Thanks,

Ricky
Jan 8 '08 #1
6 1454
Hi Ricky!
I am using VC++ 2005 professional edition to develop the program to access
the usb port. I have downloaded the WDK 6001,
WDK and VC2005 are completely different systems!
You must not use VC2005 and WDK together!

Greetings
Jochen
Jan 8 '08 #2
Hi Jochen!

Thank you for your reply. But I find that there are some usb library to
access the usb port in WDK, can I use those library in VC2005? Or any other
library can be used?

Thank you!

Ricky
"Jochen Kalmbach [MVP]" wrote:
Hi Ricky!
I am using VC++ 2005 professional edition to develop the program to access
the usb port. I have downloaded the WDK 6001,

WDK and VC2005 are completely different systems!
You must not use VC2005 and WDK together!

Greetings
Jochen
Jan 8 '08 #3

"Ricky Chong" <Ri********@discussions.microsoft.comwrote in message
news:39**********************************@microsof t.com...
Hi Jochen!

Thank you for your reply. But I find that there are some usb library to
access the usb port in WDK, can I use those library in VC2005? Or any
other
library can be used?
You cannot "access the usb port". You can communicate and control the host
controller and USB-attached devices, but the method for doing so is
different for each device.

What are you trying to do?
>
Thank you!

Ricky
"Jochen Kalmbach [MVP]" wrote:
>Hi Ricky!
I am using VC++ 2005 professional edition to develop the program to
access
the usb port. I have downloaded the WDK 6001,

WDK and VC2005 are completely different systems!
You must not use VC2005 and WDK together!

Greetings
Jochen

Jan 8 '08 #4
Dear Ben Voigt .

Actually I want to develop a application program in windows to communicate
with the USB driver interface. The interface is built with the USB driver IC
PDIUSBD12D. I need to retrive and send data from and to the USB driver.

Thank you!

Ricky

"Ben Voigt [C++ MVP]" wrote:
>
"Ricky Chong" <Ri********@discussions.microsoft.comwrote in message
news:39**********************************@microsof t.com...
Hi Jochen!

Thank you for your reply. But I find that there are some usb library to
access the usb port in WDK, can I use those library in VC2005? Or any
other
library can be used?

You cannot "access the usb port". You can communicate and control the host
controller and USB-attached devices, but the method for doing so is
different for each device.

What are you trying to do?

Thank you!

Ricky
"Jochen Kalmbach [MVP]" wrote:
Hi Ricky!

I am using VC++ 2005 professional edition to develop the program to
access
the usb port. I have downloaded the WDK 6001,

WDK and VC2005 are completely different systems!
You must not use VC2005 and WDK together!

Greetings
Jochen


Jan 9 '08 #5

"Ricky Chong" <Ri********@discussions.microsoft.comwrote in message
news:45**********************************@microsof t.com...
Dear Ben Voigt .

Actually I want to develop a application program in windows to communicate
with the USB driver interface. The interface is built with the USB driver
IC
PDIUSBD12D. I need to retrive and send data from and to the USB driver.
Ok, when you are on the computer side, the driver/receiver terminology is no
longer used and will confuse most software folks. Use device and host, or
microcontroller when referring to your device.

That USB interface chip has programmable device descriptors. What device
class are you claiming to be? Are you still trying to determine that?
>
Thank you!

Ricky

"Ben Voigt [C++ MVP]" wrote:
>>
"Ricky Chong" <Ri********@discussions.microsoft.comwrote in message
news:39**********************************@microso ft.com...
Hi Jochen!

Thank you for your reply. But I find that there are some usb library to
access the usb port in WDK, can I use those library in VC2005? Or any
other
library can be used?

You cannot "access the usb port". You can communicate and control the
host
controller and USB-attached devices, but the method for doing so is
different for each device.

What are you trying to do?
>
Thank you!

Ricky
"Jochen Kalmbach [MVP]" wrote:

Hi Ricky!

I am using VC++ 2005 professional edition to develop the program to
access
the usb port. I have downloaded the WDK 6001,

WDK and VC2005 are completely different systems!
You must not use VC2005 and WDK together!

Greetings
Jochen



Jan 9 '08 #6
Dear Ben Voigt,

Thank you for your answer!
Do you mean I need to build the driver on computer side? How can I bulid it?

Thanks,

Ricky

"Ben Voigt [C++ MVP]" wrote:
>
"Ricky Chong" <Ri********@discussions.microsoft.comwrote in message
news:45**********************************@microsof t.com...
Dear Ben Voigt .

Actually I want to develop a application program in windows to communicate
with the USB driver interface. The interface is built with the USB driver
IC
PDIUSBD12D. I need to retrive and send data from and to the USB driver.

Ok, when you are on the computer side, the driver/receiver terminology is no
longer used and will confuse most software folks. Use device and host, or
microcontroller when referring to your device.

That USB interface chip has programmable device descriptors. What device
class are you claiming to be? Are you still trying to determine that?

Thank you!

Ricky

"Ben Voigt [C++ MVP]" wrote:
>
"Ricky Chong" <Ri********@discussions.microsoft.comwrote in message
news:39**********************************@microsof t.com...
Hi Jochen!

Thank you for your reply. But I find that there are some usb library to
access the usb port in WDK, can I use those library in VC2005? Or any
other
library can be used?

You cannot "access the usb port". You can communicate and control the
host
controller and USB-attached devices, but the method for doing so is
different for each device.

What are you trying to do?


Thank you!

Ricky
"Jochen Kalmbach [MVP]" wrote:

Hi Ricky!

I am using VC++ 2005 professional edition to develop the program to
access
the usb port. I have downloaded the WDK 6001,

WDK and VC2005 are completely different systems!
You must not use VC2005 and WDK together!

Greetings
Jochen



Jan 17 '08 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

15
by: Coca | last post by:
HI, all How can I convert the C6.0 program of OS/2 platform TO windows2000/xp platform. The program occurs a lot of errors in Windows 2000/xp when compiled. And I hope a quick way to solve...
2
by: | last post by:
Everything seems to be moving to .NET and VC++ seems to be adding a lot of managed code support every new release. The questions: is unmanaged code in VC++ beeing phased out in favour of managed...
1
by: Asim Ahmed | last post by:
I have done some vc.net programming as part of a college course. However, all of it was based on console based apps. Could someone recommend a good book or site that focuses on vc++.net prog. for...
1
by: kenwhale | last post by:
hi, all. In my computer(windows2000 professional), I found this code doesn't work! SystemParametersInfo(0x2000/*SPI_GETFOREGROUNDLOCKTIMEOUT*/,0,&dwTimeOut,0)) ; The value of dwTimeOut...
1
by: Steve | last post by:
We are considering the ways to migrate our VC++ 6.0 applications to .NET platform. It would be nice to rewrite them completely in C#, but due to the time constraints this option is out of...
1
by: ziv | last post by:
I am encountering a very strange error Openning a Visual C++/Win32 Console project with mfc support, writing a simple Sleep(5000) function in the main and running the app in Debug mode (default...
1
by: vemulakiran | last post by:
Hi all, I have doubt regarding .NET. I have a tool which was developed on VC++ 6.0(Win32 Application ). The application communicates with library (API) which was developed on VC++ 6.0 called core...
2
by: Lloyd Dupont | last post by:
I have downloaded & installed both VC++ express and the platform SDK. Now I want to compile some win32 source code but it doesn't, it don't find the headers. Now I guess I could add the...
2
by: untitled | last post by:
i included the following line to VC++ after i installed the directx SDK and platform SDK. #include "DShow.h" i configured c directories for the include and lib to both directx SDX and platform...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.