Serial port, dlportio and Win2000

D

Dabeule

Hello,

I would like to make a DOS aplication with VC++ and Win2000 which use
the serial port to communicate with another PC.
I have downloaded DLPortIO (via port95nt.exe), but I cannot compile my
program because VC++ find the error:

"error LNK2001: unresolved external symbol _DlPortReadPortUchar@4"

My program seems like this:

char r = DlPortReadPortUchar(COM);

Thanks for any suggestion !

Dabeule
 
J

Josephine Schafer

Dabeule said:
Hello,

I would like to make a DOS aplication with VC++ and Win2000 which use
the serial port to communicate with another PC.
I have downloaded DLPortIO (via port95nt.exe), but I cannot compile my
program because VC++ find the error:

"error LNK2001: unresolved external symbol _DlPortReadPortUchar@4"

My program seems like this:

char r = DlPortReadPortUchar(COM);

Thanks for any suggestion !

The correct place to ask such questions is on Microsoft NGs.
I see a lot of activity on microsoft.public.vc.language on msnews.microsoft.com.
A lot of MVPs can answer your question.

HTH,
J.Schafer
 

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

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,011
Latest member
AjaUqq1950

Latest Threads

Top