News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Strange behavior....or default behaivor?

Started by jmccay, July 22, 2006, 08:53:06 PM

Previous topic - Next topic

jmccay

CB: Version 1.0 revision 2610 () gcc 3.4.5 Windows/unicode

I don't know if this is known, fixed, on purpose, or what, but I wanted to post it.  I just noticed something.  Under:

Compiler & Debugger setings -> programs

If you set the directory to a directory where the mingw compiler is not located (such as c:\test_MinGW), C::B still compiles fine as long as there is a compiler in the default mingw location (C:\MinGW).  Is this on purpose?  If so, you might want to note that this behaivor is the default somewhere on the dialog.  It would help people when there may be using mulitpl version of a compiler.

   Does it always use C:\MinGW?  Or does it just search there when it can't find the compiler in the directory specified?

   Anyways, Great work, and like the games.
jmccay
OS: WinXP, Win98 SE, & sometimes Linux

a little light reading from the wxWidgets 2.6.2 readme: A detailed 2000-page reference manual is supplied in HTML, PDF and Windows Help form: see the docs hierarchy.

sethjackson

Quote from: jmccay on July 22, 2006, 08:53:06 PM
CB: Version 1.0 revision 2610 () gcc 3.4.5 Windows/unicode

I don't know if this is known, fixed, on purpose, or what, but I wanted to post it.  I just noticed something.  Under:

Compiler & Debugger setings -> programs

If you set the directory to a directory where the mingw compiler is not located (such as c:\test_MinGW), C::B still compiles fine as long as there is a compiler in the default mingw location (C:\MinGW).  Is this on purpose?  If so, you might want to note that this behaivor is the default somewhere on the dialog.  It would help people when there may be using mulitpl version of a compiler.

   Does it always use C:\MinGW?  Or does it just search there when it can't find the compiler in the directory specified?

   Anyways, Great work, and like the games.
jmccay

Hmm well I think it is a bug. I don't like programs hiding things from the user......

tiwag

Quote from: jmccay on July 22, 2006, 08:53:06 PM
...   Does it always use C:\MinGW?  Or does it just search there when it can't find the compiler in the directory specified?  ...

are you sure, you do NOT have the path to MinGW ( "C:\MinGW" ) somewhere in your PATH variable defined ?

jmccay

Quote from: tiwag on July 23, 2006, 07:48:56 AM
are you sure, you do NOT have the path to MinGW ( "C:\MinGW" ) somewhere in your PATH variable defined ?

You are correct.  I forgot to check the user PATH variable--I looked at the system PATH variable.  Actually, I didn't know you could have a user specific PATH variable.  I only thought it was a system specific.  Sorry.  This is not an issue.  I didn't think it was possible to put something that obvious in without someone else noticing.
jmccay
OS: WinXP, Win98 SE, & sometimes Linux

a little light reading from the wxWidgets 2.6.2 readme: A detailed 2000-page reference manual is supplied in HTML, PDF and Windows Help form: see the docs hierarchy.