Forum Post: Convert VB Code
hi, does anyone know how to convert VB code below in to cobol? ChrW(&HF0A0) where ChrW = https://msdn.microsoft.com/en-us/library/microsoft.visualbasic.strings.chrw(v=vs.110).aspx and &HF0A0...
View ArticleForum Post: RE: Convert VB Code
Something like this should do it: $set ilusing"Microsoft.VisualBasic" declare mychar as type Char = type Strings::ChrW(h"F0A0") display mychar
View ArticleForum Post: RE: Convert VB Code
hi chris, ive done it long hand because i couldnt get your way to work. so ive ended up with declare mychar as type System.Char = type Microsoft.VisualBasic.Strings::ChrW(h"F0A0") however it errors on...
View ArticleForum Post: RE: Convert VB Code
Sorry, forgot to add one piece of information. You need to add a reference in your project to the Microsoft.VisualBasic.dll assembly and then my example should work.
View ArticleForum Post: Dialog System
In Version 2.2 Dialog System can not open GUI when activeX component is included! is this also in VC 2.3? thanks for help
View ArticleForum Post: RE: Dialog System
Can you provide some more detail please? What is the actual error that you are receiving and when do you receive it? Are you referring to opening up a screenset using the Dialog System painter or when...
View ArticleForum Post: RE: Dialog System
I know we use extensive ActiveX controls using Dialog System and the GUI class library from Net Express 5.1 and Visual COBOL for Visual Studio 2013 without issues. With Terminal servers our main...
View ArticleForum Post: RE: Dialog System
the Problem is not with netexpress 5.x, the Problem is with visual Cobol 2.2. When editing the Screen with dswin.exe the application crashed
View ArticleForum Post: RE: Dialog System
What error message do you receive when it crashes? Does it crash when you add the ActiveX control to the screen by dragging it or when doing something else? What ActiveX control are you using? Does...
View ArticleForum Post: RE: Dialog System
in netexpress 5.x i don't have any Problems. i am evaluating Visual Cobol 2.3 but i don't have the adding Tools oder compatiblity pack for this Version. But in Visual Cobol 2.2 i can load the...
View ArticleForum Post: RE: Dialog System
If you have a Visual COBOL serial number that is under maintenance, even if it is an evaluation copy then you should be able to download the Compatibility Addpack for 2.3 from the product updates...
View ArticleForum Post: RE: Dialog System
Error in just-in-time-debugger from visual studio: unbehandelte Ausnahme ("COBOL runtime: Fault detected") in DSWIN.exe[5488]. Microsoft visual Studio 2012
View ArticleWiki Page: Cancel install of VCVS or VCE before finish leaves product not...
Problem: Installing or upgrading Enterprise Developer [ED] or Visual COBOL [VC] on a clean machine and pressing the Cancel button towards the end (just before the completion of the installer), might...
View ArticleForum Post: RE: Dialog System
my Evaluation license are: 600000673206 and 600000647363, but i can't Register it. a email on supportline@microfocus.com have been send for any days, without help today. my Login Name is greiner by...
View ArticleForum Post: RE: Dialog System
On Windows 10, on some machines (probably 5%) we had to set the environment variable MFOLECL_NO_THREAD_INIT to Y in order to get dialog system for Visual COBOL 2013 to run that might also be worth a...
View ArticleForum Post: RE: Dialog System
greiner, Serial number 600000673206 is for the VC Personal Edition product and does not provide any maintenance. Serial number 600000647363 is a 30-day evaluation serial number but it expired back in...
View ArticleForum Post: Dialog System Issue in VC 2.2
I am running Visual studio 2012 VC 2.2. I can open a DS screen in some folders that were done in netexpress, but I have two solutions that if I try to open the .GS file I get the following error: If...
View ArticleForum Post: RE: Dialog System Issue in VC 2.2
Your error message is not being displayed in the post, Can you please tell me what error you are getting? Some .gs files have resources in them that are hardcoded to be in a particular location such...
View Article