Search found 29 matches
- Tue Oct 17, 2023 1:37 pm
- Forum: VO & Vulcan
- Topic: DataBrowser initialization is throwing error in X# - VO dialect Winform
- Replies: 17
- Views: 4052
Re: DataBrowser initialization is throwing error in X# - VO dialect Winform
Hi, I'm a FOX subscriber. Yes, I'm trying to migrate VO application to X# in .NET. Only VOGUIClasses.dll (together with the VORDDClasses.dll and the VOSQLClasses.dll) gets compiled. This is the exception thrown: Description : Cannot load library: CATO3CNT.DLL Subsystem : GUI Classes GenCode : EG ...
- Tue Oct 17, 2023 10:51 am
- Forum: VO & Vulcan
- Topic: DataBrowser initialization is throwing error in X# - VO dialect Winform
- Replies: 17
- Views: 4052
Re: DataBrowser initialization is throwing error in X# - VO dialect Winform
Hi Robert, Looks like there's so customization to DataBrowser control. Also no reference to LoadLibrary and GetProcAddress(). I've installed the latest XSharp release XSharpSetupPublic2.16.0.5. Still I couldn't find XSharp.VOGUIClasses.dll in it. Only VOGUIClasses.dll exist inside the path - C ...
- Thu Oct 12, 2023 9:00 am
- Forum: VO & Vulcan
- Topic: DataBrowser initialization is throwing error in X# - VO dialect Winform
- Replies: 17
- Views: 4052
Re: DataBrowser initialization is throwing error in X# - VO dialect Winform
Hi Chris,
Copied the following DLLs from VO folder to the app exe folder. Still same error occurred.
CATO3DAT.DLL
CATO3MSK.DLL
CATO3NBR.DLL
CATO3SBR.DLL
CATO3SPL.DLL
Cato3tbr.dll
CATO3TIM.DLL
Copied the following DLLs from VO folder to the app exe folder. Still same error occurred.
CATO3DAT.DLL
CATO3MSK.DLL
CATO3NBR.DLL
CATO3SBR.DLL
CATO3SPL.DLL
Cato3tbr.dll
CATO3TIM.DLL
- Wed Oct 11, 2023 8:15 am
- Forum: VO & Vulcan
- Topic: DataBrowser initialization is throwing error in X# - VO dialect Winform
- Replies: 17
- Views: 4052
Re: DataBrowser initialization is throwing error in X# - VO dialect Winform
Robert, Sorry, there's some confusion. I've only added VOGUIClasses.dll in project reference On Click of "Go To Definition" of DataBrowser{self}, it points to the following library: C:\Program Files (x86)\XSharp\Assemblies\VOGUIClasses.dll DataBrowser.prg PUBLIC CLASS VO.DataBrowser INHERIT VO ...
- Wed Oct 11, 2023 7:54 am
- Forum: VO & Vulcan
- Topic: DataBrowser initialization is throwing error in X# - VO dialect Winform
- Replies: 17
- Views: 4052
Re: DataBrowser initialization is throwing error in X# - VO dialect Winform
Robert,
Only VOGUIClasses.DLL exist inside debug folder(exe folder). I tried adding VOGUIClasses.dll to the project reference also.
Only VOGUIClasses.DLL exist inside debug folder(exe folder). I tried adding VOGUIClasses.dll to the project reference also.
Do I need to download the latest XSharp release to get the XSharp.VOGUIClasses.dll ?
- Wed Oct 11, 2023 7:37 am
- Forum: VO & Vulcan
- Topic: DataBrowser initialization is throwing error in X# - VO dialect Winform
- Replies: 17
- Views: 4052
Re: DataBrowser initialization is throwing error in X# - VO dialect Winform
Wolfgang,
Yes, I'm using Windows Forms based GUI classes (XSharp.VOGUIClasses.dll).
On clicking of "Go To definition" on DataBrowser{self} in code, it points to library:
DataBrowser.prg
PUBLIC CLASS VO.DataBrowser INHERIT VO.Control
Yes, I'm using Windows Forms based GUI classes (XSharp.VOGUIClasses.dll).
On clicking of "Go To definition" on DataBrowser{self} in code, it points to library:
DataBrowser.prg
PUBLIC CLASS VO.DataBrowser INHERIT VO.Control
- Wed Oct 11, 2023 7:18 am
- Forum: VO & Vulcan
- Topic: DataBrowser initialization is throwing error in X# - VO dialect Winform
- Replies: 17
- Views: 4052
DataBrowser initialization is throwing error in X# - VO dialect Winform
The following error was displayed on execution of line 4. An exception of type 'VO.WCError' occurred in XSharp.Core.dll but was not handled in user code 1.CONSTRUCTOR(oWindow,iCtlID,oServer,uExtra) 2.self:PreInit(oWindow,iCtlID,oServer,uExtra) 3.SUPER(oWindow,ResourceID{"UserForm",_GetInst()},iCtlID ...
- Tue Oct 10, 2023 10:58 am
- Forum: VO & Vulcan
- Topic: DoubleListBox UI Component in X# Winform - VO dialect
- Replies: 3
- Views: 1827
Re: DoubleListBox UI Component in X# Winform - VO dialect
Robert,
Thank you. You were right DoubleListBox was a custom in-house Library.
I was unaware of the usage of a dependent library project.
Thank you. You were right DoubleListBox was a custom in-house Library.
I was unaware of the usage of a dependent library project.
Do I need to delete this thread ?
- Thu Oct 05, 2023 12:02 pm
- Forum: VO & Vulcan
- Topic: DoubleListBox UI Component in X# Winform - VO dialect
- Replies: 3
- Views: 1827
DoubleListBox UI Component in X# Winform - VO dialect
Hi, I've converted VO source code to WinForms in X#, from its .AEF file. A ListBox UI control throws the following error on compile/build: Severity Code Description Project File Line Suppression State Error XS1061 'VO.ListBox' does not contain a definition for 'aSelected' and no accessible extension ...
- Thu Oct 05, 2023 11:12 am
- Forum: VO & Vulcan
- Topic: Seek function isn't working for DBF with CDX index in X# - VO Dialect
- Replies: 5
- Views: 2254
Re: Seek function isn't working for DBF with CDX index in X# - VO Dialect
Hi,
Thank you Chris, for giving the insight. The .cdx file was picked from an older system having VO environment.
Could you please provide a brief description on how to rebuild index in Windows 10 X# ?
Yes, the seek() also had a logical error.
Thank you Chris, for giving the insight. The .cdx file was picked from an older system having VO environment.
Could you please provide a brief description on how to rebuild index in Windows 10 X# ?
Yes, the seek() also had a logical error.