[fpc-pascal] Re: DirectX applications crash

2009-03-17 Thread Paul Nicholls
Hi Felipe, Perhaps you should try setting the interfaces to Nil instead of calling their _release method... // this is the function that cleans up Direct3D and COM procedure cleanD3D(); begin d3ddev := Nil;// close and release the 3D device d3d := Nil;// close and release

Re: [fpc-pascal] Re: DirectX applications crash

2009-03-17 Thread Felipe Monteiro de Carvalho
Really interresting, this helps a lot. thanks, -- Felipe Monteiro de Carvalho ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal