Click here to Skip to main content
15,887,027 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionUsing Serial Port communication for dialog based application Pin
BeakX1-Mar-06 19:44
BeakX1-Mar-06 19:44 
AnswerRe: Using Serial Port communication for dialog based application Pin
Cedric Moonen1-Mar-06 20:26
Cedric Moonen1-Mar-06 20:26 
GeneralRe: Using Serial Port communication for dialog based application Pin
Rick York1-Mar-06 21:50
mveRick York1-Mar-06 21:50 
GeneralRe: Using Serial Port communication for dialog based application Pin
Cedric Moonen1-Mar-06 22:00
Cedric Moonen1-Mar-06 22:00 
Questionhow to show images on window and move. Pin
baldha rakesh1-Mar-06 19:19
baldha rakesh1-Mar-06 19:19 
AnswerRe: how to show images on window and move. Pin
Nibu babu thomas1-Mar-06 19:54
Nibu babu thomas1-Mar-06 19:54 
GeneralRe: how to show images on window and move. Pin
baldha rakesh1-Mar-06 20:14
baldha rakesh1-Mar-06 20:14 
QuestionHow to test the MTTTY example of serial comm in Win32 console? Pin
pkyiu1-Mar-06 19:17
pkyiu1-Mar-06 19:17 
Hello all,

I am new to Windows programming and VStudio.Net.
I am just trying to assess COM1 by writing a simple win32 console project using VS.Net. I built an empty console project and add the files from the MSDN MTTTY example.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnfiles/html/msdn_serial.asp

but I have the following error while compiling:
Linking...
Init.obj : error LNK2019: unresolved external symbol __imp__InitCommonControls@0 referenced in function _GlobalInitialize
Transfer.obj : error LNK2019: unresolved external symbol __imp__timeSetEvent@20 referenced in function _TransferRepeatCreate
Transfer.obj : error LNK2019: unresolved external symbol __imp__timeKillEvent@4 referenced in function _TransferRepeatDestroy
LIBCD.lib(crt0.obj) : error LNK2019: unresolved external symbol _main referenced in function _mainCRTStartup
Debug/Serial_win32.exe : fatal error LNK1120: 4 unresolved externals

Did I miss anything here? How can I get these 4 error fixed?

Besides, I just want to assess the COM ports using DOS style programs and not GUIs, should I must learn win32 API programming?

Thanks very much!
QuestionHow to convert exe to dll Pin
BicycleTheif1-Mar-06 18:38
BicycleTheif1-Mar-06 18:38 
AnswerRe: How to convert exe to dll Pin
Naveen1-Mar-06 18:49
Naveen1-Mar-06 18:49 
Questionrelated to images Pin
baldha rakesh1-Mar-06 17:19
baldha rakesh1-Mar-06 17:19 
AnswerRe: related to images Pin
Nibu babu thomas1-Mar-06 17:36
Nibu babu thomas1-Mar-06 17:36 
AnswerRe: related to images Pin
Naveen1-Mar-06 17:39
Naveen1-Mar-06 17:39 
AnswerRe: related to images Pin
Hamid_RT1-Mar-06 18:05
Hamid_RT1-Mar-06 18:05 
Questionimage processing Pin
elips1-Mar-06 17:12
elips1-Mar-06 17:12 
AnswerRe: image processing Pin
Member 22716551-Mar-06 23:27
Member 22716551-Mar-06 23:27 
QuestionNAT API Pin
J51219821-Mar-06 17:08
J51219821-Mar-06 17:08 
AnswerRe: NAT API Pin
Ryan Binns1-Mar-06 18:54
Ryan Binns1-Mar-06 18:54 
GeneralRe: NAT API Pin
J51219821-Mar-06 19:33
J51219821-Mar-06 19:33 
Questionobject tracking Pin
ali kanju1-Mar-06 17:00
ali kanju1-Mar-06 17:00 
Questionreal time graph plot Pin
nimmy joy k1-Mar-06 16:51
nimmy joy k1-Mar-06 16:51 
AnswerRe: real time graph plot Pin
Cedric Moonen1-Mar-06 20:27
Cedric Moonen1-Mar-06 20:27 
GeneralRe: real time graph plot Pin
nimmy joy k1-Mar-06 21:22
nimmy joy k1-Mar-06 21:22 
GeneralRe: real time graph plot Pin
Cedric Moonen1-Mar-06 21:31
Cedric Moonen1-Mar-06 21:31 
GeneralRe: real time graph plot Pin
nimmy joy k2-Mar-06 16:26
nimmy joy k2-Mar-06 16:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.