A
AngryJ
Guest
I have a managed c++/CLI project and am working in VS2019. When I enter the line:
String^ TempPath = System::IO:ath::GetTempPath();
I get the errors
"class "System::IO:ath" has no member "GetTempPathA"" and
"Error C2039 'GetTempPathA': is not a member of 'System::IO:ath'".
What is expanding my method call, and why is VS2019 'expanding' it to a method that doesn't exist?
Continue reading...
String^ TempPath = System::IO:ath::GetTempPath();
I get the errors
"class "System::IO:ath" has no member "GetTempPathA"" and
"Error C2039 'GetTempPathA': is not a member of 'System::IO:ath'".
What is expanding my method call, and why is VS2019 'expanding' it to a method that doesn't exist?
Continue reading...