OLE

Andrey
08/04/2005 07:25 am
Hallo!

I have a problem using OLE! Let me show you some code (VC6):

// ... code
COEProject P1;
COEFolder F;
// ... some code that chooses folder and gets some existing project
COEProject P2 = F.AddProject(`http://www.aaaasss.bbb`);
P2.AssignSettings(P1); // <- this code generates OLE exception.
// code...

The same situation happens, when I try to assign setting of some template project.
Did I do something wrong or it was OE bug?

Thank you.
Oleg Chernavin
08/04/2005 08:13 am
Thank you!

I fixed the problem. I plan to release the new 3.9 version today or tomorrow.

Best regards,
Oleg Chernavin
MP Staff
Oleg Chernavin
08/04/2005 02:28 pm
You can download the new 3.9 version here:

http://www.metaproducts.com/download/eesetup.exe

Oleg.