G
Guest
Hi
I'm using the XPBurn component , available from MSDN, to manipulate IMAPI from C#. Certainly saved the effort of translating the interfaces into .NET. However I ran into a problem when adding multiple files from the same source directory.
Basically, I get an exception in XPBurnIStorage.CreateStorageDirectory() when the second file is added from an earlier used directory. I patched the code to not create a new XPBurnIStorage object if one already exists with the same key and all works fine. Really surprised that this situation existed though
Anyone else run into this
thanks
Gen
I'm using the XPBurn component , available from MSDN, to manipulate IMAPI from C#. Certainly saved the effort of translating the interfaces into .NET. However I ran into a problem when adding multiple files from the same source directory.
Basically, I get an exception in XPBurnIStorage.CreateStorageDirectory() when the second file is added from an earlier used directory. I patched the code to not create a new XPBurnIStorage object if one already exists with the same key and all works fine. Really surprised that this situation existed though
Anyone else run into this
thanks
Gen