I have composed a Winmain-Programm with a class in which I read out folders.
After the retun 0; - Statement I receive a Access Violation
error Message with the hint that a exception is not treated
int APIENTRA winmain(...)
{
Verzeichnis *Heute = new Verzeichnis();
...
delete Heute;
return 0;
}...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.