This is my code for the serial port BOOL CSerialCom::OpenPort(CString portname) { portname= "//./" +portname; hComm = CreateFile(portname,...
I am trying to opening my project exe file in MFC but whenever iam opening my project some other project is getting open .ANY SOLUTION
How will i know the window coordinate in MFC .I meant i want to know (x1,y1) & (x2,y2) value
Can we build PPI(plan positon indiacator) in MFC. I meant i want to draw http://www.codeproject.com/KB/grid/DrawingRadarDisplayWithCS/Radar1.jpg...
Hye all Below I have pasted my C serial port code . Iam getting error Cannot open Communication Port. error no.2 . error no.2 specifies that...
I need simple Win32 or MFC serial port program .Can anyone send to me
I have 2 question Firstly What is the difference between Win 2000 & win XP ? Secondly Are windows2000 API are different than windows XP ? Thanks
Iam facing one problem in my socket programming on a server based program.Everything thing seems to be fine i meant my server & client are getting...
I want to read/write bytes through ethernet .Does anyone have C program .
what is LPCSTR .I know its a const pointer .But exactly what it is that i dont know
Hi all I want to read & write character from the serial port. Does anyone knows how t o do it.I ma having XP with .net framework
Kindly tell me the logic behind 2 statement which are in bold main() { int c,i, nwh,noth; int ndig[3]; nwh=noth=0; for(i=0;i<3;i++)...
Hi all This is a program that prints the input one word per line .Just wanted to know what is the use of macro IN & OUT #define IN 1...
I have 2 queries 1. what this line means which is in bold 2.Up to how many times it will loop back main() { int c ; int count=0 ; while...
I have 2 dir one is src & include src contains len.c string.c include contains len.h my makefile contains vpath %.c src CPPFLAGS =-I...
On compiling my code i got this mesage gmake: *** .: Is a directory. Stop. What does it means
Hi Is else is a command .Iam Getting Error Include/sysmacro.mak:199: *** missing separator. Stop. !if $(HAS_KERNEL_AWARENESS) == 1...
Hye All I Have some thousands of C file and related makefiles that are working on windows.But according to our need we have to run those files in...
Hi Below code is for inserting data to the front of the node ,just wanted to know we have reassigned start = tmp ,i.e. start will point to the...
Hi This prg is for creating a link list .But Iam not able to understand what will last line do q->link=tmp; int create(int data) {...
Separate names with a comma.