Forum Discussion
Altera_Forum
Honored Contributor
21 years ago*new* problem
I'm trying to create a C++ application for uClinux. Really all I need to do is include a class that I created. If I make a pointer to the class and then try to create a new instance of it, I get ...
Altera_Forum
Honored Contributor
21 years agoIn the Makefile if I change
DEBUG = 1 to DEBUG = 0 my problem goes away. Strange. Thanks!