Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to build an old C++ MFC project under VS2019. It is not able to find CStringArray class. Is this supported under VS2019? If so please let me know the include file and lib file names.
If not supported, is there a replacement for it?
Thanks much for your help
Satish Natu

What I have tried:

Tried searching in MSDN and Google
Posted
Updated 17-Feb-21 5:43am

1 solution

It is still there : CStringArray Class | Microsoft Docs[^]

Apparently the required header is AFXcoll.h
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900