Hi,
The code snippet below works just fine in Linux, but gives me errors when compiled in MSVC++ 6.0. Any thoughts? The code crashes on the line delete pdeOperation;:
int main(int argc, char* argv[]) {
pdeFileOperation *pdeOperation;
try {
pdeOperation = new pdeFileOperation;
}...
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.