Forum Post: RE: SuppressUnmanagedCodeSecurity
Yes, you are correct the NO is before the IL. I spelled it correctly in the second post with the example.
View ArticleForum Post: RE: SuppressUnmanagedCodeSecurity
Superb. When added the "by value" declaration to the procedure division header in the native subprogram, it works correctly. After that I tried to remove the attribute...
View ArticleForum Post: RE: SuppressUnmanagedCodeSecurity
I do not think that you specify the attribute as it doesn't appear to be required in this context. I read that it can be a security risk so you should be careful when using it.
View ArticleForum Post: RE: Automating MF native file conversion to MYSQL
There is a list of compatible SQL Data types in the product docs here: Data items with usage COMP are supported but only for integer fields not for decimal.
View ArticleForum Post: RE: SuppressUnmanagedCodeSecurity
Yes, I read it too and if it's not necessary I won't use the attribute. The only reason for which I was ready to use it was just very special combination of creating various visual objects within the...
View ArticleForum Post: RE: SuppressUnmanagedCodeSecurity
Thank you very very very much. For this moment it does work just the way I wanted. Thank you for your help.
View ArticleForum Post: Stop emailing me
please take me off whatever email list I am on. I posted one thread and promptly received my answer. So thank you for that. now i get several emails a day from threads I am not associated with. i...
View ArticleForum Post: Asking for Help from MySQL Users
Hello, Micro Focus is looking for some information from customers who use the MySQL database in conjunction with our OpenESQL technology available in Visual COBOL. In particular we are looking for...
View ArticleForum Post: RE: Asking for Help from MySQL Users
Hi Chris, I believe I'm using the 32 bit ODBC connector on Windows 10. Your form has no option for that. What should I do? Linden
View ArticleForum Post: RE: Asking for Help from MySQL Users
Linden, That would go under the Windows 10 column under x86-64 running Windows for Question 2 which asks about ODBC/Connector product.
View ArticleForum Post: RE: Asking for Help from MySQL Users
Ah sorry being thick! 32-ODBC in 64-bit Windows environments. I've emailed you. Cheers, Linden
View ArticleForum Post: Visual studio 2finger scroll keeps failing
The two-finger touchpad scrolling stops working maybe half the time in the Visual COBOL IDE. It's really annoying. I'm using the latest Visual Studio community edition and latest Visual COBOL. Is this...
View ArticleForum Post: RE: Visual Cobol PE License won't activate.
Hi Ekstrand, This should be resolved now. Could you please try and confirm? Thanks, Raquel
View ArticleForum Post: RE: Stop emailing me
Hi. When you are logged in here, if you go to the header, you'll see "Notifications" as a link there. If you open that, you'll see an EMAIL tab. Go there and you can manage your email...
View ArticleWiki Page: Using CSI with Visual COBOL
Problem: How do I use COBOL Source Information ( CSI ) with Visual COBOL? Resolution: Overview COBOL Source Information ( CSI ) is a well-established code analysis view of COBOL programs, and is...
View ArticleForum Post: How to CALL or INVOKE a Managed Console program from a Native...
VS2013 / VC 2.2 I know how to have a Native program CALL another Native program (a traditional CALL). I know how to have a Native program INVOKE a Managed Windows program/app (CCW/COM Interop). What I...
View ArticleForum Post: RE: Windows API calls from managed code
"set ilpinvoke" was working for VC 2.3.1 but we just installed 2.3.2 and I now get this compile error: "ILPINVOKE invalid or not allowed here". So I removed the ilpinvoke set statements and added "set...
View ArticleForum Post: RE: Windows API calls from managed code
Hi Phil, Please open up a support incident for this as ilpinvoke works fine for me here in 2.3 U2. It sounds as if your path has been corrupted or perhaps you inadvertently changed your project type...
View ArticleForum Post: RE: How to CALL or INVOKE a Managed Console program from a Native...
Can you please clarify what you mean by managed console application? Are you referring to a managed console application compiled as an .EXE or as a .DLL? Are you referring to a managed procedural...
View Article