Code::Blocks Forums
User forums => Help => Topic started by: x.Passion.And.The.Opera.x on March 03, 2009, 08:50:08 pm
-
Ok, this is my first post, and i'll like to coment a little problem that i'm having here ...
Basically, this "bug" (or missconfiguration maybe?) is seen when you create a project with dots in his name, for example, I was using Symphony.Core for a Dinamyc Link Library project, and set the output directory to ../lib/Release/Symphony.Core.dll and after a save and close of Code::Blocks the output was reset to ../lib/Release/Symphony.dll ...
this happened with 6 projects...
All projects reset to the output filename to Symphony.dll
I have activated "Auto-generate filename prefix" and "Auto-generate filename extension", I actually don't get what these 2 do, so, i'm not sure if I can call this a "Bug" ...
I'm using the 02/14 Nightly Build (http://forums.codeblocks.org/index.php/topic,10130.0.html) on Windows XP SP2
Aaaand ...
I'd like to say thanks for such amazing IDE =)
and sorry for my bad english :oops:
Alex~
-
I have activated "Auto-generate filename prefix" and "Auto-generate filename extension", I actually don't get what these 2 do, so, i'm not sure if I can call this a "Bug" ...
The name of library in this example is "default".
The option "Auto-generate filename prefix" will sometimes change library name to use a prefix like "lib"; so, the library name becomes "libdefault" for example.
The option "Auto-generate filename extension" will sometimes change library name to use an suffix like ".dll" or ".a"; so, the library name becomes "default.dll" for example.
Each compiler might use different prefixes and suffices; the option Auto-generate allows the filename to change when changing Compiler or Library type.
Tim S
-
So, I might consider it a bug and submit it as so, well, thanks for the info Tim, I was thinking something like that, but, i wasn't sure =S
I'll test if unchecking those keeps the original output filename or is just something for using "On the fly" ....
Thanks Again, Alex~
Edit : Submitted here (http://developer.berlios.de/bugs/?func=detailbug&bug_id=15341&group_id=5358) (just a simple copypaste of the post)
Edit 2 : Bug Solved in 1 day, waw, that's efficience O_O - thanks again to the Code::Blocks Team (i'm gonna say it 1000 times if necessary, really, thanks =) )