Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #44.2K
~10.4K People Reached
Favorite Forums
Favorite Tags
c++ x 4

2 Posted Topics

Member Avatar for jack1234

Since you are developing a Win32 Console Application, you don't get the boiler plate code that gets added for different project types. Please include <atlstr.h> in your code after the pre-compiled headers. Hope this resolves the issue. Cheers, Rajshree Dugar

Member Avatar for Yellaiah
0
10K
Member Avatar for maudits

Hi Maudits, By looking at the error, it seems like a problem with the library includes. The function body is not being found. Please include the necessary library files. Or you could even try to shift the function body within the class in case you are using templates. I hope …

Member Avatar for rajshreedugar
0
517

The End.