Search found 31 matches

by FdeRaadt
Fri Feb 18, 2022 5:01 pm
Forum: Product
Topic: Unable to cast object 'bBrowser.bDataColumn' to type 'bBrowser.bVirtualColumn'
Replies: 4
Views: 2167

Unable to cast object 'bBrowser.bDataColumn' to type 'bBrowser.bVirtualColumn'

<r>Hello Everyone,<br/>
<br/>
I've ran into some issues that seem unclear to me.<br/>
<br/>
Error: Unable to cast object of type 'bTools.bBrowser.bDataColumn' to type 'bTools.bBrowser.bVirtualColumn'.<br/>
<br/>
Regarding the following code in Xsharp:<br/>

<CODE><s>[code]</s><i>
</i>local oColumn ...
by FdeRaadt
Wed Feb 16, 2022 9:11 am
Forum: Deutsches Forum
Topic: Compiler Laufzeit
Replies: 37
Views: 11866

Compiler Laufzeit

Deselecting Libraries decreases the time the compiler takes, but not by a lot. I can compile my project in 40 seconds instead of a minute now. It is not a lot, but it helps.

I think it is going to be a common practice for me to deselect libraries that don't need to be recompiled.
by FdeRaadt
Mon Nov 29, 2021 10:10 am
Forum: Product
Topic: Inheritance problem
Replies: 18
Views: 3936

Inheritance problem

<t>Error XS1061 'NBitWindow' does not contain a definition for 'Layout' and no accessible extension method 'Layout' accepting a first argument of type 'NBitWindow' could be found (are you missing a using directive or an assembly reference?) <br/>
<br/>
NBitWindow inherits SplitWindow<br ...
by FdeRaadt
Mon Nov 29, 2021 9:03 am
Forum: Product
Topic: Inheritance problem
Replies: 18
Views: 3936

Inheritance problem

<t>Hello Everyone,<br/>
<br/>
I seem to have a problem with Inheritance in X# which does not occur in VO.<br/>
<br/>
In X# the chain of inheritance stops at the first base class. <br/>
In VO the chain of inheritance stops at the last possible class.<br/>
<br/>
example:<br/>
<br/>
If i want to acces ...
by FdeRaadt
Mon Nov 22, 2021 2:13 pm
Forum: VO & Vulcan
Topic: Can't compile OleWebBrowser
Replies: 9
Views: 4043

Can't compile OleWebBrowser

<t>Hello Everyone,<br/>
<br/>
What i've tried which seems to work are following steps.<br/>
<br/>
[*]<br/>
[*]Export all AEF's from the Repo with the problem. <br/>
[*]Create a new project<br/>
[*]Import all AEF's with the File/Import (recommended to skip readme's to save yourself some ...
by FdeRaadt
Mon Nov 22, 2021 10:16 am
Forum: VO & Vulcan
Topic: Can't compile OleWebBrowser
Replies: 9
Views: 4043

Can't compile OleWebBrowser

Hello everyone,

I've tried the external reindex.
After that i also did "Touch" the project.

Unfortunately the result is still the same.

Frank
by FdeRaadt
Fri Nov 19, 2021 3:50 pm
Forum: VO & Vulcan
Topic: Can't compile OleWebBrowser
Replies: 9
Views: 4043

Can't compile OleWebBrowser

<t>Good afternoon guys,<br/>
<br/>
I'm trying to export some Libraries from an old project to a newer one.<br/>
I've done this by making AEF's of the Libraries i wish to export.<br/>
When i loaded up the new project i used the File > Import function to import all the Libraries from the AEF's.<br ...
by FdeRaadt
Fri Sep 24, 2021 9:34 am
Forum: Product
Topic: LBRKT?
Replies: 5
Views: 2644

LBRKT?

Robert, Karl,

Thanks for the replies.

It makes so much sense that LBRKT means left bracket.

Next time i will include the Image :pinch:
by FdeRaadt
Thu Sep 23, 2021 3:06 pm
Forum: Product
Topic: LBRKT?
Replies: 5
Views: 2644

LBRKT?

<t>Hello Everyone,<br/>
<br/>
I'm stuck on a very weird Parser error:<br/>
<br/>
XS9002: Parser: mismatched input 'as' expecting LBRKT ACE C: etc ACEConstants.prg 2439 ( see image )<br/>
<br/>
Does anyone know what "LBRKT" means/is and where it might come from?<br/>
<br/>
I tried googling it but ...
by FdeRaadt
Thu Sep 16, 2021 7:59 am
Forum: Product
Topic: Missing MetaData .dll files
Replies: 7
Views: 2435

Missing MetaData .dll files

<t>Hi Dick and Chris,<br/>
<br/>
It turns out that my problem originates out of missing icon files instead of weird occurences in X#. It baffles me that a few icons can break a solution like that but that seems to be my lack of understanding of the concept. I would like to thank both of you for your ...