Convert Desktop Projects To Console Projects

Hi.

I have some desktop based projects that need to be converted to console projects.

I know i’ll have to sort out incompatibilities between desktop & console but is there a quick way to get the entire content of my project into a new console project?

My projects are currently in RB but would be converted to Xojo projects during this time if that makes life easier.

Thanks.
Kev.

Create a new console project and start copy/pasting from the desktop app… I did this recently and while it’s not very fast the compiler will start squawking when there’s a UI element in it.

Thanks Bob.

That was my fallback solution if there was no better way to do it.

Kev.