User forums > Nightly builds

The 28 January 2007 build is out.

<< < (5/7) > >>

indigo0086:
thank's for working on that killerbot.  I only put the words in braces because I have a lot of folders in my documents and want to put all frequently used folders sorted at the top.

killerbot:

--- Quote from: skirby on January 30, 2007, 03:06:39 pm ---You can also add the character ~ and =
I suppose there are more character which cause problem.

More, if the path contains an $ character, I have the following error message:

--- Quote ----------------- Build: Debug in Test ---------------
Compiling: main.c
mingw32-gcc.exe: D:\Test\main.c: No such file or directory
mingw32-gcc.exe: no input files
Process terminated with status 1 (0 minutes, 0 seconds)
0 errors, 0 warnings

--- End quote ---

The real folder name is: D:\Test$1\

I hope you could correct it.

--- End quote ---

the $ sign is more difficult, your problem is not the same on what I am working on right now. I am fixing the output of the compiler, you have a problem on the input side to the compiler. CB support macro replacing and macros start with $ --> CB tries to replace the $1, which has no value so it ends up being removed (replaced by nothing).
@Thomas, Yiannis --> any ideas on this issue ??

In the meantime I will support the $sign on the output side ;-)

Jordar:
<Can't Debug Issue>

I did some more research by rolling back to the last version that I can build and debug with.  This is on Jan 10th.  It seems that the Debugger here uses the truncated path names instead of the full names.  ("Docume~1" instead of "Documents and Settings").  Is there some way around this?  I don't see an option to change this in the debugger settings.

thanks,
Jordar

indigo0086:
I'm not sure if this is normal but will the debugger enter from a breakpoint within a header file, or does it only enter through source files?

Pecan:

--- Quote from: indigo0086 on January 30, 2007, 05:41:22 pm ---I'm not sure if this is normal but will the debugger enter from a breakpoint within a header file, or does it only enter through source files?

--- End quote ---

Yes, it can stop at a breakpoint in a header file. When I'm debugging a header that contains something like:

--- Code: ---void MyClass::thisfunc(int intVar)
    {m_someVar = intVar;}

--- End code ---

I can put a breakpoint on the m_someVar=intVar; statement.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version