Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

problem with Embedded visual C4.0 sp4

Status
Not open for further replies.

thuanbk

Junior Member level 3
Joined
Aug 30, 2006
Messages
27
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,514
i am doing with EVC++4.0 :
code :

class CPDASocket : public CCeSocket
{
DECLARE_DYNAMIC (CPDASocket);


public:

//
// Constructor
//

CPDASocket(PURP OSE_E iPurpose=FOR_DA TA);

protected:

//
// Called when data arrives
//

virtual void OnReceive(int nErrorCode);

};


Deleting intermediate files and output files for project 'PDABOT - Win32 (WCE emulator) Debug'.
--------------------Configuration: PDABOT - Win32 (WCE emulator) Debug--------------------
Compiling resources...
Compiling...
StdAfx.cpp
F:\CHUONGTRINH\ ROBOT\PDABOT\PD ASocket.h(3) : error C2504: 'CCeSocket' : base class undefined
F:\CHUONGTRINH\ ROBOT\PDABOT\PD ASocket.h(13) : error C2629: unexpected 'class CPDASocket ('
F:\CHUONGTRINH\ ROBOT\PDABOT\PD ASocket.h(13) : error C2238: unexpected token(s) preceding ';'
Error executing cl.exe.

PDABOT.exe - 3 error(s), 0 warning(s)

i using windown xp2
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top