Click here to Skip to main content
15,891,785 members

Comments by WantToLearn1 (Top 8 by date)

WantToLearn1 26-Jan-23 8:58am View    
Thanks. I need to study more how these things work and how to use myForm class from another cpp.
WantToLearn1 26-Jan-23 7:09am View    
Is the serialPort1 the object? I changed it to public for a start.
WantToLearn1 26-Jan-23 5:00am View    
Even the port is already opened in myForm.h?
WantToLearn1 25-Jan-23 9:16am View    
Any example of how to instantiate serialPort1 to main.cpp from myForm.h?
WantToLearn1 10-Jan-22 5:29am View    
Thanks. Now it gives for that line:

C3145 'myform': global or static variable may not have managed type 'Project1::MyForm'
C2039 '{dtor}': is not a member of 'System::|Disposable'