Author Topic: .exe to a project folder instead of root folder  (Read 2598 times)

0 Members and 1 Guest are viewing this topic.

Offline xra7en

  • Seasoned Forum Regular
  • Posts: 284
    • View Profile
.exe to a project folder instead of root folder
« on: December 13, 2018, 05:52:22 am »
is there a way to get the qb64 IDE to compile in a project folder instead of the qb64 root folder(or source folder)?

if not,

wish list? :-)
I just like re-writing old DOS book games into modern QB64 code - weird hobby, I know!

Offline RhoSigma

  • QB64 Developer
  • Forum Resident
  • Posts: 565
    • View Profile
Re: .exe to a project folder instead of root folder
« Reply #1 on: December 13, 2018, 06:43:44 am »
In the IDE check Run-Menu -> Output EXE to source folder

or call the compiler from a console and use the -o switch.
« Last Edit: December 13, 2018, 06:52:10 am by RhoSigma »
My Projects:   https://qb64forum.alephc.xyz/index.php?topic=809
GuiTools - A graphic UI framework (can do multiple UI forms/windows in one program)
Libraries - ImageProcess, StringBuffers (virt. files), MD5/SHA2-Hash, LZW etc.
Bonus - Blankers, QB64/Notepad++ setup pack

Offline xra7en

  • Seasoned Forum Regular
  • Posts: 284
    • View Profile
Re: .exe to a project folder instead of root folder
« Reply #2 on: December 13, 2018, 04:00:53 pm »
In the IDE check Run-Menu -> Output EXE to source folder

or call the compiler from a console and use the -o switch.

Hi!!
Thanks I'll check that out!
« Last Edit: December 14, 2018, 05:00:57 pm by xra7en »
I just like re-writing old DOS book games into modern QB64 code - weird hobby, I know!