RE: Personal Edition Wont Authenticate
The response that Raquel gave was not a "stupid" response as it is most frequently the cause of an authentication error being returned for the PE product and so it is best to rule this out as the cause...
View ArticleRE: Print a PRN file directly to a printer
There are many ways of printing in .NET. I believe that our knowledgebase contains several samples.The simplest method of sending an existing file to the printer is probably by using the PC_PRINT_FILE...
View ArticleRE: Personal Edition Wont Authenticate
also can you provide us with the OS version that you are using?
View ArticleRE: Print a PRN file directly to a printer
is PC_PRINT_FILE native code? if so ive been advised not to use that as all my projects are fully managed .net. i really need a .NET way of doing this, if such a thing exists.
View ArticlePrint a PRN file directly to a printer
Hi All,Im trying to print a file I've already created call c:\tmp\NeilTest.prn directly to a printer using Visual Cobol, is there a clever .NET way of doing this?I found below but not sure if this is...
View ArticleRE: Print a PRN file directly to a printer
There is a managed version of PC_PRINT_FILE that will be called when you are using managed code. If you are using native code then the native version will be called.
View ArticleRE: Personal Edition Wont Authenticate
Windows 10, personal edition for visual studio 2015. Using same email gives wrong product errod.Eclipse won't authenticate on personal edition either. What are you running? Have about 40 students here...
View ArticleRE: Personal Edition Wont Authenticate
Also yes what he said would be a first for many to have this issue but I should have mentioned that I spoke with support for over an hour and was told there is a back end issue for authentication with...
View ArticleRE: Personal Edition Wont Authenticate
I cannot get this to fail.I was initially testing under Windows 7 and I can install and authenticate both VC for VS2015 2.3 PE and VC Eclipse 2.3 PE without a problem.I just tested the same thing under...
View ArticleRE: Personal Edition Wont Authenticate
I'm using enterprise in really wouldn't want to go to PE . I'll send screenshots to you detailing what I've done.
View ArticleRE: Personal Edition Wont Authenticate
I think that you are confusing the products here.Visual Studio 2015 Enterprise is fine to use.Visual COBOL PE is the Personal Edition of Visual COBOL which is the product that you have downloaded already.
View ArticleRE: Personal Edition Wont Authenticate
I know that, I was assuming you would be giving me product key for VS not visual cobol. If you can provide the product key for a student 1 year that'd be great to try. No luck so far after reinstall
View ArticleRE: Personal Edition Wont Authenticate
I cannot give you a product key for Visual Studio as that is not a Micro Focus product. You must license that through Microsoft.I will send you a 1 year key for the Visual COBOL PE product for Visual...
View ArticleRE: Personal Edition Wont Authenticate
You can get a free edition of Visual Studio via the website. It is Visual Studio Community Edition 2015. I am using this with my visual cobol and all works well. Might I add look into JetBrains...
View ArticleRE: Compile Visual Cobol for .EXE
Have you right clicked your project in the Solution explorer, select the Application tab and looked at the Output type?It probably has INT/GNT, select the drop down and change it to "Console...
View ArticleRE: Compile Visual Cobol for .EXE
What files do you see in C:\Users\donc\Documents\Visual Studio 2015\Projects\ConsoleApplication3\ConsoleApplication3\bin\x86\Debug\ ?
View ArticleCompile Visual Cobol for .EXE
I am confused about compiling Visual Basic programs. When I create a "NATIVE" Cobol Command Line Application and then use the compile option under the Visual Studio Menu item "BUILD" it compiles just...
View ArticleCannot Validate Free License
Hi there,I am a student and I'm trying to activate the Visual COBOL PE for Eclipse (Windows) software and i cannot seem to activate it.I have registered my email and received the download link. I...
View ArticleVisual Cobol 2.3 update 2
Hi,Recently i have noticed a issue with debug option in VC 2.3. I am able to debug code line by line in winform (code behind) but visual studio just skips the debug pointer to next statement during...
View Article