473,807 Members | 2,766 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Beginner question creating a project/solution

Hve been handed the task of taking a reference USB driver and making it work
for our product.
Have a lot of ANSI C experience, and fair bit of VB express, but VC++
express is a different critter.
The project I've been asked to work with has
A c++ source file and c++ header file.
There is also an SDK folder which has 2 more folders in it.
One of these is a folder named h, which contains 3 C++ header files that
would appear needed by the project
The other folder named lib contains an obj file.

My question is how do I go from these files to project file in C++ Express.
I can import the top C++ files, but I don't see a way of creating a project
from them...

Any/all help appreciated.

Mar 18 '06 #1
2 1245
"Al_C" <ac****@bicnet. net> wrote in message
news:eQ******** ******@tk2msftn gp13.phx.gbl...
Hve been handed the task of taking a reference USB driver and making it
work for our product.
Have a lot of ANSI C experience, and fair bit of VB express, but VC++
express is a different critter.
The project I've been asked to work with has
A c++ source file and c++ header file.
There is also an SDK folder which has 2 more folders in it.
One of these is a folder named h, which contains 3 C++ header files that
would appear needed by the project
The other folder named lib contains an obj file.

My question is how do I go from these files to project file in C++
Express.
I can import the top C++ files, but I don't see a way of creating a
project from them...

Any/all help appreciated.


I don't know the precise restrictions of VC++ Express, but you should be
able to use menu File / New Project / Visual C++ / General / Empty Project.

Once you have done that you should be view the Solution Expolorer and to add
new items to the project e.g. via the project's context menu. You should
also be able to modify compiler settings via the project's property pages.
Mar 18 '06 #2
> Hve been handed the task of taking a reference USB driver and making it
work for our product.
Have a lot of ANSI C experience, and fair bit of VB express, but VC++
express is a different critter.
The project I've been asked to work with has
A c++ source file and c++ header file.
There is also an SDK folder which has 2 more folders in it.
One of these is a folder named h, which contains 3 C++ header files that
would appear needed by the project
The other folder named lib contains an obj file.

Hi,

If this is a kernel mode device driver, then the best thing you can do is
re-post this question on public.developm ent.device.driv ers or go to
www.osronline.com and post the question on their NTDEV list. lots of
experienced driver writers hang out there.

You need the windows DDK for writing kernel mode drivers. to get that to
work with VC++ you need something called DDKBUILD.bat
VC++ has a number of project types, but by default there is no project for
kernel drivers.
most people use the DDK commandline build utility.

I do some driver writing myself, but by default the DDK only supports ANSI
C. The fact that you have C++ files indicates that you are probably using
some 3d party framework.

If you want (and you are allowed to do so) you can mail me the project and
I'll have a look at it. I have never used C++ in a device driver myself (it
is quite a controversial topic btw) but maybe I can send you in the right
direction.

--

Kind regards,
Bruno van Dooren
br************* *********@hotma il.com
Remove only "_nos_pam"
Mar 18 '06 #3

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

Similar topics

3
2016
by: dave | last post by:
I am using vs.net 2003 on windows xp. After clicking on a project within my solution and selecting create new folder vs.net responds back with , the "directory already exists". If i look at the virtual directory on my pc the directory does not exist. If i create the folder from explorer then select hide/show files within vs.net I see the directory I just created. When I include that directory in my project by right clicking and selecting...
4
2473
by: Nick | last post by:
Hi, I have a windows application, wherein the solution consists of 5 projects. When I try to create a setup and deployment project for this solution, I'm somehow unable to add anything in project output group. I tried creating with a setup wizard, but it just doesn't give me an option to add projects, although I was able to add files into the setup. Moreover, creating a normal setup project also did not help. I tried to add a new...
7
2739
by: genc ymeri | last post by:
Hi, I'm starting a project in C#. What files should I store in VSS beside C# source code ? ( I see other type files there as well) Thanks in advance.
15
6753
by: Carlos Lozano | last post by:
Hi, What is the right way to create an OCX COM component. The component is already registerred, but can't create an instance. I am using the reference to the interop module created. If I use javascript or vbscript it works. I will appreciate any help. I do the following (C#):
8
1248
by: Smkmdb1 | last post by:
Hi everyone, I'm a student of ASP.net. Being an ex Perl/CGI programmer who made extra cash making scripts and selling them on the web, I was wondering if one typically uses this format with ASP.net? Do people typically follow the paradigm of making your software and selling the actual scripts/software (as was common with Perl/CGI), or do people typically use this to develop "service" oriented software, such as a developer hosting a...
3
1959
by: epigram | last post by:
I've been creating some toy ASP.NET apps in an effort to understand the technology. I've something odd with regards to project/solution creation. If you create a new asp.net application, it appears that the project files get created in the URL specified Location field on the New Project dialog box. This makes sense to me. What is confusing is that the solution file gets created in a folder with the same name as the location folder (the...
15
2323
by: Notre Poubelle | last post by:
Hello, I have a large legacy MFC application. As is typical, there is an executable along with several MFC DLLs. One of these DLLs is created by staticly linking in many libraries resulting in one very large DLL that has the bulk of the code. I've downloaded the MFCWinFormsSample.EXE and have noticed that the main app could stay as a native executable (i.e. no CLR support) whereas the various ..DLLs can be marked as having CLR...
0
1826
by: shanthsp2002 | last post by:
well friends i have a small tip here which may be helpfull for u there may be situations where we need to use a customized dilogue box while doveloping setup and dyployment project, so u can do that simply by using custom actions . 1st create setup and deployment project... add->new project->windows application name it ReadmeDilogue now customize Form as per ur requirement now again
22
18154
by: ddg_linux | last post by:
I have been reading about and doing a lot of php code examples from books but now I find myself wanting to do something practical with some of the skills that I have learned. I am a beginner php programmer and looking for a starting point in regards to practical projects to work on. What are some projects that beginner programmers usually start with? Please list a few that would be good for a beginner PHP programmer to
0
9719
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9599
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10374
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10111
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9193
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6877
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5684
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4330
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3853
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.