Looking for Visual Studio walkthrough

This forum is meant for questions and discussions about the X# language and tools
Post Reply
artlandsmann
Posts: 1
Joined: Sat Apr 06, 2024 3:40 pm
Location: United States

Looking for Visual Studio walkthrough

Post by artlandsmann »

Hello,

I have inheritted an XBase++ project, and I would like to work with it in VS2022.
I installed XSharpSetupPublic2.12.0.4.exe

When I create a blank Solution and add some .prg files, they are not syntax-highlighted.

I was hoping to have an option to create an X# Project/Solution, but that wasn't one of the options.

Is there a step-by-step walkthrough on how to get started with a HelloWorld X# project that shows the Intellisense/Etc. available in VS2022?

Thank you,
Art
FFF
Posts: 1522
Joined: Fri Sep 25, 2015 4:52 pm
Location: Germany

Re: Looking for Visual Studio walkthrough

Post by FFF »

Art,
first, get you the actual version 2.18. ;-)
Regards
Karl
(on Win8.1/64, Xide32 2.19, X#2.19.0.2.)
User avatar
Chris
Posts: 4564
Joined: Thu Oct 08, 2015 7:48 am
Location: Greece

Re: Looking for Visual Studio walkthrough

Post by Chris »

Hi Art,

Which template did you use to create the project? The correct one for the XBase++ dialect is the "Xbase++ console application" and in order to find it easily, please enter "X#" in the search edit box (in the "Create new project" dialect where you get a list of templates), this will show you all the X# related templates, so pick the one I mentioned. This should give you proper intellisense and have all default settings suitable for XBase++ compatibility.
Chris Pyrgas

XSharp Development Team test
chris(at)xsharp.eu
Post Reply