Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Q re conversion of project type

WSinc
New Contributor I
836 Views

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.

0 Kudos
7 Replies
WSinc
New Contributor I
836 Views

I received a pointer to an article about this, but the pointer didn't work.

0 Kudos
Steven_L_Intel1
Employee
836 Views

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

0 Kudos
WSinc
New Contributor I
836 Views

Hello Steve -

 

The pointer was a false alarm.

 

Anyway - Where do I find those changes you suggested ? The project menu ?

 

I will try your suggestion, see what happens - 

 

Thanks ! ! !

0 Kudos
Steven_L_Intel1
Employee
836 Views

These are project properties, yes.

0 Kudos
WSinc
New Contributor I
836 Views

I can't find those options. Where do I look?

I looked under the project properties. Nothing there.

0 Kudos
Steven_L_Intel1
Employee
836 Views

Yes, they are there.

496334-1.PNG

 

496334-2.PNG

0 Kudos
WSinc
New Contributor I
836 Views

OK, thanks for the example.

I was having trouble getting the right syntax.

0 Kudos
Reply