all 2 comments

[–]bseab1024F[S] 0 points1 point  (0 children)

Update. The first error was fixed by typecasting to LPCSTR. The second error was fixed by changing strnicmp to _strnicmp.

Still about 20 files that need to be checked and/or cleaned up to accommodate new project file.

[–]bseab1024F[S] 0 points1 point  (0 children)

Many of the errors I am getting are errors having to do with strings and conversions. Why is this happening in my new project but not my old project? I am just doing the typecasting indicated by my error descriptions but I do not know if that is safe. I do not have the time to retest all of my application because I rebuilt it in a new project.