Questions tagged [evc]

This tag is used for questions related to evc (eMbedded Visual C++).

This tag is used for questions related to the evc (eMbedded Visual C++) environment used for developing applications running on the Windows CE operating system.

10 questions
6
votes
4 answers

WSAStartup link error

I am using EVC++ and I want to compile the program which uses the sockets. I've included #include And I have included in project properties a path to Ws2.lib But still get the error at link step: error LNK2019: unresolved external…
maximus
  • 4,201
  • 15
  • 64
  • 117
2
votes
2 answers

Error LNK1223 on ARM builds

eMbedded Visual C++ 3 project, that is building for PocketPC 2000. On the ARM build, the linker throws the following error: fatal error LNK1223: invalid or corrupt file: file contains invalid pdata contributions On SH3, the project compiles,…
Seva Alekseyev
  • 59,826
  • 25
  • 160
  • 281
1
vote
1 answer

How to make a program that sends data through the WiFi router

I got a WiFi router connected to my PC. What I want is to send from another device some data to my PC through the Wi-Fi adapter. Program on the device is developed using EVC++. The one on PC - on VC++. EDIT 1: PC has an IP address. Another device s…
maximus
  • 4,201
  • 15
  • 64
  • 117
1
vote
3 answers

Arguments On a Console eMbedded Visual C++ Application

I'm trying to develop a simple application that will read some files, targeted for Windows CE. For this I'm using Microsoft eMbedded Visual C++ 3. This program(that is for console) will be called like this: /Storage Card/Test> coms file.cmss As…
Nathan Campos
  • 28,769
  • 59
  • 194
  • 300
0
votes
2 answers

How to tell if a process is running on a mobile device

I have the handle of process 'A' on a Pocket PC 2003 device. I need to determine if that process is still running from process 'B'. Process 'B' is written in Embedded Visual C++ 4.0.
Anthony Mastrean
  • 21,850
  • 21
  • 110
  • 188
0
votes
3 answers

I need an eVC++ data type equivalent to __int64

Is there a data type in eVC++ that is the equivalent of __int64? None of the aliases compile. And I cannot find any of the long types in Math.h. A third party library would also be acceptable.
Anthony Mastrean
  • 21,850
  • 21
  • 110
  • 188
0
votes
1 answer

UNO-1019 development on Visual Studio 2008

I'm trying to set up my developing environment using Visual Studio 2008 to develop for the UNO-1019. I managed to connect the UNO to VS for deployment and debug using the ethernet connection. I installed the SDK for EVC++ available on the products…
Megacan
  • 2,510
  • 3
  • 20
  • 31
0
votes
1 answer

How to set the settings to open help of evc 4.0

I am new in evc. I have a problem, whenever I select any keyword and press F1, the help is opened and shows the index page, in which the particular keyword is showed but the details regarding to the keyword is not shown. I have to search that…
Vaibhav
  • 69
  • 1
  • 2
  • 4
0
votes
4 answers

Fix for fatal error C1083

We have a set of nightly builds that build of full suite of software using Embedded Visual C++ batch files. There is probably a total of 30 builds that are done. Every night at least one or two builds fail with something like the following…
Jeff Boyton
0
votes
2 answers

Using Common Header Files in eVC++ 3

I'm learning C++ and i have the eVT(eMbedded Visual Tools) installed in my computer, because of the eVB 3(eMbedded Visual Basic) for my VB pocket programs, but i'm learning C++, then i want to use the eVC++ 3 for develop some command line…
Nathan Campos
  • 28,769
  • 59
  • 194
  • 300