Hello,
"Com- Ole" defines a global DefaultCOMDirectory, which is constantly checked - when opening a development image, Com-Ole pops up a warning dialog if the directory does not exist - when deploying, Com-Ole nags if the directory is not absolute Surprisingly, this directory is only used by some examples, not by the Com core. Also, it's pretty pointless to configure an absolute directory path for a deployment image. IMHO the Com parcels should not care about the DefaultCOMDirectory at all. #checkDefaultCOMDirectory should be eliminiated and #installRuntime adapted. |
I, list,
I never investigated the meaning of that need (time is not exactly something I have in abundance...), but allways I hated the need to have that directory. Just to shut up the image, I created it all times... If it's not necessary, throwing away would be really nice.... So, this is just to supporting the suggestion, in the case.. Ciao Giorgio On 10/23/07,
Holger Kleinsorgen <[hidden email]> wrote: Hello, |
You could also set it to '.' as there's no need to actually create one.
Hope this helps, -Boris -- +1.604.689.0322 DeepCove Labs Ltd. 4th floor 595 Howe Street Vancouver, Canada V6C 2T5 http://tinyurl.com/r7uw4 [hidden email] CONFIDENTIALITY NOTICE This email is intended only for the persons named in the message header. Unless otherwise indicated, it contains information that is private and confidential. If you have received it in error, please notify the sender and delete the entire message including any attachments. Thank you. > -----Original Message----- > From: giorgio ferraris [mailto:[hidden email]] > Sent: Tuesday, October 23, 2007 3:14 PM > To: Holger Kleinsorgen > Cc: [hidden email] > Subject: Re: Default COM directory > > I, list, > I never investigated the meaning of that need (time is not exactly > something I have in abundance...), but allways I hated the need to > that directory. Just to shut up the image, I created it all times... > If it's not necessary, throwing away would be really nice.... > > So, this is just to supporting the suggestion, in the case.. > > Ciao > > Giorgio > > > > > On 10/23/07, Holger Kleinsorgen <[hidden email]> > > Hello, > > "Com- Ole" defines a global DefaultCOMDirectory, which is constantly > checked > - when opening a development image, Com-Ole pops up a warning dialog > if > the directory does not exist > - when deploying, Com-Ole nags if the directory is not absolute > > Surprisingly, this directory is only used by some examples, not by > the > Com core. Also, it's pretty pointless to configure an absolute > directory > path for a deployment image. > > IMHO the Com parcels should not care about the DefaultCOMDirectory > at > all. #checkDefaultCOMDirectory should be eliminiated and > #installRuntime > adapted. > > > |
COMSessionManager defaultCOMDirectoryName: '.'
-Boris -- +1.604.689.0322 DeepCove Labs Ltd. 4th floor 595 Howe Street Vancouver, Canada V6C 2T5 http://tinyurl.com/r7uw4 [hidden email] CONFIDENTIALITY NOTICE This email is intended only for the persons named in the message header. Unless otherwise indicated, it contains information that is private and confidential. If you have received it in error, please notify the sender and delete the entire message including any attachments. Thank you. > -----Original Message----- > From: Boris Popov [mailto:[hidden email]] > Sent: Tuesday, October 23, 2007 3:18 PM > To: giorgio ferraris; Holger Kleinsorgen > Cc: [hidden email] > Subject: RE: Default COM directory > > You could also set it to '.' as there's no need to actually create one. > > Hope this helps, > > -Boris > > -- > +1.604.689.0322 > DeepCove Labs Ltd. > 4th floor 595 Howe Street > Vancouver, Canada V6C 2T5 > http://tinyurl.com/r7uw4 > > [hidden email] > > CONFIDENTIALITY NOTICE > > This email is intended only for the persons named in the message > header. Unless otherwise indicated, it contains information that is > private and confidential. If you have received it in error, please > notify the sender and delete the entire message including any > attachments. > > Thank you. > > > -----Original Message----- > > From: giorgio ferraris [mailto:[hidden email]] > > Sent: Tuesday, October 23, 2007 3:14 PM > > To: Holger Kleinsorgen > > Cc: [hidden email] > > Subject: Re: Default COM directory > > > > I, list, > > I never investigated the meaning of that need (time is not exactly > > something I have in abundance...), but allways I hated the need to > have > > that directory. Just to shut up the image, I created it all times... > > If it's not necessary, throwing away would be really nice.... > > > > So, this is just to supporting the suggestion, in the case.. > > > > Ciao > > > > Giorgio > > > > > > > > > > On 10/23/07, Holger Kleinsorgen <[hidden email]> > wrote: > > > > Hello, > > > > "Com- Ole" defines a global DefaultCOMDirectory, which is > constantly > > checked > > - when opening a development image, Com-Ole pops up a warning > dialog > > if > > the directory does not exist > > - when deploying, Com-Ole nags if the directory is not absolute > > > > Surprisingly, this directory is only used by some examples, not > by > > the > > Com core. Also, it's pretty pointless to configure an absolute > > directory > > path for a deployment image. > > > > IMHO the Com parcels should not care about the > DefaultCOMDirectory > > at > > all. #checkDefaultCOMDirectory should be eliminiated and > > #installRuntime > > adapted. > > > > > > |
Boris Popov schrieb:
> COMSessionManager defaultCOMDirectoryName: '.' COMSessionManager installRuntime "The COM directory is currently a relative path name (.). Do you want to convert it to the absolute path name "....."?" (the developer's blood pressure increases by 20) |
I never had to call that and it sure looks like it isn't of much use.
Cheers! -Boris -- +1.604.689.0322 DeepCove Labs Ltd. 4th floor 595 Howe Street Vancouver, Canada V6C 2T5 http://tinyurl.com/r7uw4 [hidden email] CONFIDENTIALITY NOTICE This email is intended only for the persons named in the message header. Unless otherwise indicated, it contains information that is private and confidential. If you have received it in error, please notify the sender and delete the entire message including any attachments. Thank you. > -----Original Message----- > From: Holger Kleinsorgen [mailto:[hidden email]] > Sent: Tuesday, October 23, 2007 3:26 PM > To: [hidden email] > Subject: Re: Default COM directory > > Boris Popov schrieb: > > COMSessionManager defaultCOMDirectoryName: '.' > > COMSessionManager installRuntime > > "The COM directory is currently a relative path name (.). Do you want > to convert it to the absolute path name "....."?" > > (the developer's blood pressure increases by 20) > |
Free forum by Nabble | Edit this page |