When using Class Wizard, I realized that some of the classes are not accessible. Then I deleted the *.clw file and rebuilt the *.clw. This time, Class Wizard complained that it couldn't find the header & source files of some of the classes although I could see the requested files were included...
Your defined the type of parameter y in function void Trial to be a pointer to an integer while passing an integer value instead of its pointer when calling the function in the line:<br><br>Trial(x);<br><br>To fix the problem, pass the address of x as follow:<br><br>Trial(&x);<br><br>and the...
What was the type of FCurrent and NewFile? I may help you here but need to know a litte bit further about the type you defined for both variables mentioned.<br><br>Blue Jacket
Does anyone know some Visual C++ books that talk about the description of the serial port driver in Visual C++ and how to use it? Please let me know. Thank you.<br>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.