Chuck wrote:Then drop this modified InstallFromWorkspace.cobra over the old one and try again.
Let me know how it goes.
It works now!
How come there is no apparent consequence from all the lines you had to comment out?
Chuck wrote:Then drop this modified InstallFromWorkspace.cobra over the old one and try again.
Let me know how it goes.
Snapshot\cobra.exe -c -debug -ert:yes InstallFromWorkspace.cobra
InstallFromWorkspace.exe
Caligari wrote:I'm sure you realize that the destination directory is hard-coded into InstallFromWorkspace.cobra, but I thought it worth reminding you about it. I don't have a C: (long story). It was, of course, pretty easy to edit the path and get the install to work.
Caligari wrote:I'm enjoying Cobra so far. My only real issue is that you've chosen to limit the indention to a particular size, rather than leaving it flexible as Python does. Sometimes I like to use 3 spaces, or 2 spaces, or even change what indention I use from section to section. It is odd to have it dictated to me by the syntax.
Caligari wrote:Anyway, impressive work! I'm off to learn some more.
Take care,
Caligari
Chuck wrote:Caligari wrote:I'm enjoying Cobra so far. My only real issue is that you've chosen to limit the indention to a particular size, rather than leaving it flexible as Python does. Sometimes I like to use 3 spaces, or 2 spaces, or even change what indention I use from section to section. It is odd to have it dictated to me by the syntax.
This a feature best enjoyed after passing code back and forth with other developers, inheriting code from other projects, etc. There are other rules in this area. For example, you must capitalize types that you declare. Arguments and locals must start with lowercase letters.
Chuck wrote:Thanks. I need to know if you get the error during compilation or running. Please enter these commands inside the Source\ directory:
- Code: Select all
Snapshot\cobra.exe -c -debug -ert:yes InstallFromWorkspace.cobra
InstallFromWorkspace.exe
Note the "-c" on the first line. Do you get the module/HRESULT error on the first line when compiling or on the second line when running?
Thanks.
Chuck wrote:Chuck wrote:Thanks. I need to know if you get the error during compilation or running. Please enter these commands inside the Source\ directory:
- Code: Select all
Snapshot\cobra.exe -c -debug -ert:yes InstallFromWorkspace.cobra
InstallFromWorkspace.exe
Note the "-c" on the first line. Do you get the module/HRESULT error on the first line when compiling or on the second line when running?
Thanks.
Any news on this?
Users browsing this forum: No registered users and 38 guests