B
Bragadiru
I tried to use :
System::String* outFile = System::IO:ath::GetTempFileName();
but I get this compile error:
error C2039: 'GetTempFileNameA' : is not a member of 'System::IO:ath'
I found this is a known bug
(http://support.microsoft.com/default.aspx?scid=kb;en-us;167730), fixed in
VC++ 2003.
There is a workaround in VC++ 2002 ? An example would be great.
Thnx for any advice.
System::String* outFile = System::IO:ath::GetTempFileName();
but I get this compile error:
error C2039: 'GetTempFileNameA' : is not a member of 'System::IO:ath'
I found this is a known bug
(http://support.microsoft.com/default.aspx?scid=kb;en-us;167730), fixed in
VC++ 2003.
There is a workaround in VC++ 2002 ? An example would be great.
Thnx for any advice.