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 ArticleRE: 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 ArticleRE: 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 ArticleRE: 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 ArticleSuppressUnmanagedCodeSecurity
Hello,could anyone help me ? I need to create a window as a form in Visual COBOL .NET and then create a listview object into this form but from the listview class written in simple native code. So...
View ArticleRE: SuppressUnmanagedCodeSecurity
Thank you very very very much. For this moment it does work just the way I wanted. Thank you for your help.
View ArticleVisual COBOL PE won't activate
Could you help me? I'm a student taking COBOL and I downloaded the Microfocus Visual COBOL PE and installed it in Visual Studio 15 Professional. When I create a COBOL project I get a product activation...
View ArticleStop 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 have...
View ArticleRE: 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 ArticleRE: 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 ArticleRE: Asking for Help from MySQL Users
Ah sorry being thick! 32-ODBC in 64-bit Windows environments. I've emailed you. Cheers, Linden
View ArticleAsking 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 which...
View ArticleVisual 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 ArticleRE: Visual Cobol PE License won't activate.
Hi Ekstrand,This should be resolved now. Could you please try and confirm? Thanks,Raquel
View ArticleRE: 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 ArticleRE: 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 ArticleWindows API calls from managed code
I followed the instructions from this link:http://community.microfocus.com/microfocus/cobol/visual_cobol/f/18/t/11460.aspxI tried setting a procedure-pointer to the Windows libraries in order to load...
View ArticleRE: 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 ArticleRE: How to CALL or INVOKE a Managed Console program from a Native program?
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