RE: Product license error
No, actually these instructions are so you can run from a workstation without copying any run-time files to the local workstations. Step 3 just has you copy all required file to a single location on...
View ArticleSplash Screen
Hello,How can I make a splash screen? I am starting no with Visual COBOL and not much knowledge of Visual Studio. Any code example would be appreciated.
View ArticleAcuCOBOL 9.2.5 migration to Visual COBOL
Hello,Is there any guide on how to begin migrate my Project which I made with extend 9.2.5 (acucobol-gt) into Visual COBOL? I just need a startup guide with how to migrate source code, screens, event...
View ArticleRE: The program is not located
I had a similar problem when I started using Visual Cobol on Parallels Desktop. Try creating the project in a folder on your "C:" drive. I believe that is what worked for me. For some reason it...
View ArticleCBL_DEBUGBREAK
I build my Visual Cobol application in Release mode and when i'm running it from command line the execution stops on a cbl_debugbreak call asking me if i want to start the debugger. Is it possible to...
View ArticleRE: CBL_DEBUGBREAK
You can also use conditional compilation so that the statement is included in the compile only if a particular constant is set in that configuration.So if you used: display "in test" $if...
View ArticleRE: The program is not located
My god, thank you so much, it's working ! It's my bad, my workspace was on my desktop (that is shared between mac and windows normally), but by creating a workspace on my "C:" the problem disappeared.
View ArticleThe program is not located
Hello ! First of all, you have to know that I'm a Belgium student, so I speak french, and I hope my english will be good enough to make me understood.So, thanks to my college, I got a licence of visual...
View ArticleRE: .Zip or .Rar
Note this is a .NET Framework question and has nothing specifically to do with any Micro Focus product. The answer would be the same for programs written in any .NET language.If you create a GZipStream...
View Article.Zip or .Rar
hello,I need help on creating RAR or .ZIP fileI have some sample code , but this code does not let me add more than one file , I wonder how to add more than one filethank youexample code*biblioteca de...
View ArticleMaximize the Screen
How do I maximize the screen and objects adjust to this new size? thanks
View ArticleRE: Maximize the Screen
You might want to Google this question outside of this forum as it is really related to certain generic .NET behavior and is not specific to Visual COBOL.I found the...
View ArticleRE: Solution Explorer window permanently maximized
If you right-click on the title bar of the Solution Explorer window and choose Float then you should be able to drag it anywhere you want and drop it on the docking bars that appear underneath. The...
View ArticleRE: Setting Environment Variables used within the IDE
There is currently no way to set solution-wide environment variables as these are set on a project basis.We have added the NX config file capability beginning with 2.2 update 2 I believe.If you...
View ArticleSetting Environment Variables used within the IDE
In Net Express we would load all application-specific environment variables into one of an application's projects (Project Properties>IDE), export to a .gcf file, and then import the .gcf into all...
View ArticleRelease vs Debug builds for native projects
In Net Express 5.1 we never used Debug builds as the Release build had an .idy file for animation and debugging within the IDE and the .exe/.dll ran perfectly well without the .idy file when deployed...
View ArticleRE: Release vs Debug builds for native projects
The only real difference between the Debug and Release builds in Visual Studio are that in Debug mode it turns on the directives anim cobidy".\bin\x86\Debug\" by default. They also use a different...
View ArticleRE: Solution Explorer window permanently maximized
Yes, it does Chris - thanks- but that is not all of what I am wanting.Before, I had the Solution Explorer window neatly on the right side.When I selected a source member to open, it would open to the...
View Article