Tagged Questions
The evc tag has no wiki summary.
1
vote
2answers
404 views
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 ...
1
vote
2answers
118 views
Error LNK1223 on ARM builds
eMbedded Visual C++ 3 project, 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 ...
0
votes
1answer
144 views
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 ...
0
votes
1answer
316 views
WSAStartup link error
I am using EVC++ and I want to compile the program which uses the sockets.
I've included
#include <winsock2.h>
And I have included in project properties a path to Ws2.lib
But still get the ...
0
votes
1answer
71 views
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 ...
0
votes
2answers
246 views
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 ...
0
votes
3answers
401 views
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.
0
votes
4answers
554 views
Fix for fatal error 1083
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 ...
0
votes
2answers
409 views
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.