I have a project that originally started off as a console project,
but now I wish to add some graphics capability. So I would like to make it
a Quickwin project.
All the routines would be the same, but I would ADD one that does some plotting.
Apparently if its a console project I cannot reference any graphics routines.
So that's why I need to change the project type.
Is there a simple way to do that? I would like to avoid having to copy all the routines into another project.
If I open a new project, how do i share the same solution space as one I had open already?
Or maybe its not that straightforward.
連結已複製
What was the pointer and who provided it to you?
At a minimum, you need to make the following changes:
Fortran > Libraries - change Runtime Library to QuickWin
Linker > System - change Subsystem to Windows
