Compilation Issue
Hi,Does any faced similar kind of issue when compiling using Visual Cobol Development Hub on Solaris platform?Undefined symbol ORACLE first referenced in file start_bevestiging_ppl.old: fatal: symbol...
View ArticleRE: Confirm native vs managed CBL_DIR_SCAN_READ behavior?
The only way that I see your enhancement request working would be if we added a new flag bit that had to be turned on in order to cause this behavior. Otherwise we would be breaking current...
View ArticleInvoke a URL from NetExpress cobol
Hi,We use OLE methodology to invoke server objects like VB modules to perform print operation. I would like to know if there's any way to invoke a URL from cobol program.For suppose invoke...
View ArticleRE: Invoke a URL from NetExpress cobol
I think that... $set mfoo case remove(beep) remove(escape) *-----------------------------------------------------------------* * Modulo : cblSExec...
View ArticleRE: Breakpoints all ignored
Try opening up one of the projects in the Samples browser and see if debugging works. If not then I would suggest that you run a repair of Visual COBOL from Control Panel and see if that fixes it.
View ArticleRE: Breakpoints all ignored
Thanks Chris, I ran the DiagExample and it debugged OK. Seems to be just my project.If I right click and choose debug from the exe in the solution explorer. It stop and waits in the cbl of the exe. But...
View ArticleRE: Breakpoints all ignored
What happens if you start your program using F11 to step into the debugger? Does it start debugging the first program?
View ArticleRE: Breakpoints all ignored
ah yes meant to tell you that... Step into (F11) on debug toolbar.... just runs the programs without stepping! First though it shows the .exe debug tab for some reason but doesn't stop, one of my small...
View ArticleRE: Breakpoints all ignored
ALSO...Here's the output window DEBUG content in case it's significant....The thread '<No Name>' (0x2364) has exited with code 0 (0x0).The thread '<No Name>' (0xdc8) has exited with code 0...
View ArticleRE: Breakpoints all ignored
It sounds like it is not loading the .idy files or that the programs are not compiled for debug.Can you tell me what is in the directives field under Build Settings on the COBOL tab?Also, you mentioned...
View ArticleSQL in Tutorial
I am trying to set up SQL file Library.mdb, starting on page 162 of the VC Tutorial and get error: Data source name not found and no default driver specified - SQL Error = IM002 -0000019703 when...
View ArticleRE: Breakpoints all ignored
hi chris,Dialog system example was mf supplied when i was testing vc couple of years ago.i have 2 projects...Proj ONE animates, TWO doesn't...Proj ONE DEBUG build creates IDY and EXE, Proj TWO creates...
View ArticleRE: Breakpoints all ignored
It sounds like the program level directives might be overriding the project level ones.Right click on the source file in the gnt project and select properties. You will see another set of options at...
View ArticleVisual Cobol 2.3 Update 2
Is it possible for users of the Personal Edition to get Update 2?I don't have a SupportLine login.Thank you
View ArticleRE: Visual Cobol 2.3 Update 2
Hi Mike,Sorry but the VC PE products are only available at the 2.3 GA version level. The PE products are for academic use only and should not be used for any serious development purpose.The latest...
View ArticleRE: Breakpoints all ignored
Chris, included the directives from both the prog and proj above and see the 'QUESTION'. I have given you the project and program directives for the exe/idy (one prog project which animates fine), and...
View ArticleRE: Breakpoints all ignored
I do not have an answer for the question. That is why I need to see the materials so that I can test what is going on.You might try as a test to debug the .gnt files directly without them being called....
View ArticleRE: Breakpoints all ignored
OK will try and will send the files later via support. What are your hours!?
View ArticleBreakpoints all ignored
Hi, what is wrong? I've been using visual cobol on windows 10 for ages and using the debugger. Suddenly breakpoints are ignored. This is really frustrating as I can't release a fix to a client without...
View ArticleRE: SQL in Tutorial
I just tested this here and it worked fine for me and the connect returned sqlcode=0.Did you use the ODBC Administrator 32-bit to create your DSN?All I did was start the ODBC Administrator 32-bit:Go to...
View Article