Author Topic: bug of output filename  (Read 14498 times)

Offline wudimei_com

  • Single posting newcomer
  • *
  • Posts: 4
bug of output filename
« on: May 04, 2014, 05:09:23 pm »
system: windows 7 32 bit
codeblocks 13.12

description:

i wonna create a dll named "Wudimei.DS.dll".
i fill the "output target" textfield with "bin\Debug\Wudimei.UI.dll", the C::B remove the ".UI" automatically. and the "output target" become "bin\Debug\Wudimei.dll".

finally,it create a dll named "Wudimei.dll"!!

i try to rename it to "Wudimei_DS.dll"
but it still output a dll named "Wudimei.dll"!!

please tell me how to fixed it?
thank you!

best regards

yang qing-rong

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: bug of output filename
« Reply #1 on: May 05, 2014, 10:00:38 pm »
Uncheck the tick for the automatic extension and type it manually.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]