Error with Windows xp embedded and Visual C++.NET

G

Guest

Hello

I have a netsight2 system (integrated computer vision system from IPD - a division of Coreco imaging Inc) with windows XP embedded and I’m trying to develop a C++ application.

I already installed the Microsoft Visual Studio.NET and during the installation process I received the following error message

"[05/19/04,18:04:26] Visual Studio .NET Enterprise Architect - English: [2] ERROR: Error 1919.Error configuring ODBC data source: Xtreme Sample Database, ODBC error 13: Could not load the setup or translator library. Verify that the file Xtreme Sample Database exists and that you can access it.

I believe that for my particular application I don’t need the ODBC!

Nevertheless when I create a new MFC SDI application and try to build it I receive the following error

"Project The NULL device is missing from your system. We are unable to launch a build.

And the project doesn’t build.

Can you please help me with these two errors

Best regard

Manuel Joa
 
K

KM

Manuel,

Are you trying to install VS.Net on XPe target?
Then why you are saying that for your application you don't need the ODBC if
you're installing VS?

MAy I ask why you need VS running on the target? For debugging purposes you
can use VS Remote Debugging feature.

Anyway, to fix the errors add:
- ODBC related components (e.g., Primitive: Odbc32)
- Null Device Driver


KM
Hello

I have a netsight2 system (integrated computer vision system from IPD - a
division of Coreco imaging Inc) with windows XP embedded and I'm trying to
develop a C++ application.
I already installed the Microsoft Visual Studio.NET and during the
installation process I received the following error message:
"[05/19/04,18:04:26] Visual Studio .NET Enterprise Architect - English:
[2] ERROR: Error 1919.Error configuring ODBC data source: Xtreme Sample
Database, ODBC error 13: Could not load the setup or translator library.
Verify that the file Xtreme Sample Database exists and that you can access
it. "
 
G

Guest

Hell
The target is an industrial computer with special features in image processing
I am not an expert in XPe and not in VS
So my question may look simple, but how do I install the Null Device drive


----- KM wrote: ----

Manuel

Are you trying to install VS.Net on XPe target
Then why you are saying that for your application you don't need the ODBC i
you're installing VS

MAy I ask why you need VS running on the target? For debugging purposes yo
can use VS Remote Debugging feature

Anyway, to fix the errors add
- ODBC related components (e.g., Primitive: Odbc32
- Null Device Drive


K
division of Coreco imaging Inc) with windows XP embedded and I'm trying t
develop a C++ application
I already installed the Microsoft Visual Studio.NET and during th installation process I received the following error message
"[05/19/04,18:04:26] Visual Studio .NET Enterprise Architect - English
[2] ERROR: Error 1919.Error configuring ODBC data source: Xtreme Sampl
Database, ODBC error 13: Could not load the setup or translator library
Verify that the file Xtreme Sample Database exists and that you can acces
it.
 
K

KM

Manuel,

If you don't have XPe Tool to build a new image and if you don't know a way to replace the image, it would be hard to fix any
problem on your device.
The best for you would be contacting your device manufacturer.

About XPe you may read it here: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xpehelp/html/startpage.asp

--
Regards,
KM
Hello
The target is an industrial computer with special features in image processing.
I am not an expert in XPe and not in VS.
So my question may look simple, but how do I install the Null Device driver


----- KM wrote: -----

Manuel,

Are you trying to install VS.Net on XPe target?
Then why you are saying that for your application you don't need the ODBC if
you're installing VS?

MAy I ask why you need VS running on the target? For debugging purposes you
can use VS Remote Debugging feature.

Anyway, to fix the errors add:
- ODBC related components (e.g., Primitive: Odbc32)
- Null Device Driver


KM
division of Coreco imaging Inc) with windows XP embedded and I'm trying to
develop a C++ application.
I already installed the Microsoft Visual Studio.NET and during the installation process I received the following error message:
"[05/19/04,18:04:26] Visual Studio .NET Enterprise Architect - English:
[2] ERROR: Error 1919.Error configuring ODBC data source: Xtreme Sample
Database, ODBC error 13: Could not load the setup or translator library.
Verify that the file Xtreme Sample Database exists and that you can access
it. "
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top