Vulcan Runtime example

This forum is meant for examples of X# code.

George
Posts: 106
Joined: Thu Nov 05, 2015 9:17 am

Vulcan Runtime example

Post by George »

Robert,

I have no .resx file.
I try to compile a small project (attached) without success.

The same project compiles perfectly in XIDE !

regards
George
Attachments
TestClassCrystal.zip
(19.44 KiB) Downloaded 25 times
FFF
Posts: 1532
Joined: Fri Sep 25, 2015 4:52 pm
Location: Germany

Vulcan Runtime example

Post by FFF »

George wrote:The same project compiles perfectly in XIDE !
Has anyone successfully "added") the xsprj file?
BTW, Chris, some words of wisdom, please: i see XIDE asks for "*.viprj" files and writes a new made project with the same ending ;), is this be design?

Nevertheless, - selecting "all files", i could click the xsprj, but then got only an icon in the project pane in XIDE, and furthermore, can't "remove" it later on from the list - editing the cpc cured that, but...
Last edited by robert on Tue Mar 01, 2016 8:18 pm, edited 1 time in total.
Regards
Karl
(on Win8.1/64, Xide32 2.19, X#2.19.0.2.)
User avatar
Chris
Posts: 4588
Joined: Thu Oct 08, 2015 7:48 am
Location: Greece

Vulcan Runtime example

Post by Chris »

Hi Karl,

When George says "the same project compiles in XIDE", he means that similar code works ok, not the same physical project files etc. There's no way no import a project like that in XIDE, there exists some preliminary support for importing VO-style apps only, but this won't work at all in your case, only way is to create a new app and just add (or share) the same files that the VS project uses.

As for the ".viproj" extension (also ".viapp" etc), obviously they are leftovers form the VIDE days :-). I will change them eventually to ".xiproj" etc, just wanted to avoid any issues with existing projects before the first public release. Now that things are less hectic, I'll look into making that change and other planned fixes.

Chris
Chris Pyrgas

XSharp Development Team test
chris(at)xsharp.eu
George
Posts: 106
Joined: Thu Nov 05, 2015 9:17 am

Vulcan Runtime example

Post by George »

>create a new app and just add (or share) the same files that the VS project uses.

the XIDE's share option is just great!

regards
George
Post Reply