Search found 103 matches

by Otto
Fri Aug 03, 2018 7:23 am
Forum: Chit-Chat
Topic: More source control questions: shared projects
Replies: 16
Views: 6182

More source control questions: shared projects

We do the same thing here: shared libraries are placed in a separate solution and published via NuGet (on an internal server of course, not the whole world needs those libraries).

We have like 4 solutions that reference the same nuget package.
by Otto
Fri Jun 15, 2018 12:17 pm
Forum: Product
Topic: Performance comparison X# runtime vs Vulcan runtime
Replies: 23
Views: 9061

Performance comparison X# runtime vs Vulcan runtime

Typical VO/Vulcan language things, using the runtime. But maybe it isn't separable from the compiler sometimes I guess.

* late bound calls
* use of symbols/atoms
* date manipulation
by Otto
Fri Jun 15, 2018 9:13 am
Forum: Product
Topic: Performance comparison X# runtime vs Vulcan runtime
Replies: 23
Views: 9061

Performance comparison X# runtime vs Vulcan runtime

Has anyone already any benchmarks? Just curious...
by Otto
Mon Jun 11, 2018 9:40 am
Forum: Product
Topic: First X# runtime: available to the public?
Replies: 28
Views: 9224

First X# runtime: available to the public?

I would release in two waves: first the FoX, and maybe 7-10 days later to the public.
So if there are urgent issues they can be fixed before the public release.
Sounds sound
by Otto
Mon Jun 04, 2018 3:41 pm
Forum: Chit-Chat
Topic: Seems I have found a solution (Johan Nel eyesight)
Replies: 16
Views: 6083

Seems I have found a solution (Johan Nel eyesight)

Nice to hear you're not giving up and found a workaround!
by Otto
Thu Apr 19, 2018 5:48 am
Forum: Chit-Chat
Topic: xBase Future 2018
Replies: 3
Views: 2783

xBase Future 2018

Yeah, would have liked to see you guys there. maybe next year. give us a update of any news, rumors or gossip. Have a nice time there! Regards, Otto
by Otto
Wed Mar 07, 2018 3:42 pm
Forum: Chit-Chat
Topic: Some other Visual Studio things I consider...suboptimal
Replies: 11
Views: 4846

Some other Visual Studio things I consider...suboptimal

<r><QUOTE author="Dick"><s>[quote="Dick"]</s>It's absolutely amazing that you write it doesn't work. Are you sure you are not using VO 1.0c <E>;)</E> ?<e>[/quote]</e></QUOTE>

Indeed, that is probably the reason. I probably stopped using/trying it after some version that mingled my [strike]precious ...
by Otto
Tue Mar 06, 2018 4:54 pm
Forum: Product
Topic: Converted VO sample project won't open in Visual Studio 2017
Replies: 10
Views: 4664

Converted VO sample project won't open in Visual Studio 2017

<r><QUOTE author="Karl Faller"><s>[quote="Karl Faller"]</s>Hi Jelle,<br/>
Got curious, tried to follow your proc - but stopped already in Xporter, see screenshots.
<e>[/quote]</e></QUOTE>

There was a bug in the VOXporter installer included with the latest total package. There is fixed version in ...
by Otto
Tue Mar 06, 2018 4:36 pm
Forum: Chit-Chat
Topic: Some other Visual Studio things I consider...suboptimal
Replies: 11
Views: 4846

Some other Visual Studio things I consider...suboptimal

<t>Even in code that contains only tabs, navigate through the source with your cursor at e.g. at the end of an multiline IF statement, especially if it is nested. The cursor moves seemingly random across the lines.<br/>
<br/>
I just tried the CTRL-ALT-I in VO and it works not for e.g. multiline IF ...
by Otto
Tue Mar 06, 2018 10:31 am
Forum: Chit-Chat
Topic: Some other Visual Studio things I consider...suboptimal
Replies: 11
Views: 4846

Some other Visual Studio things I consider...suboptimal

<r>In the VO-IDE I set the setting 'replace tabs with spaces', because of the irritating way the cursor moves across the lines when scrolling down when there are tabs in the source. When scrolling (arrow keys) up and down, the cursor could slide from position x on the line to a totally unpredictable ...