Questions tagged as 'interoperabilidade'

2
answers

Using Java together with C

I'm working on a micro controller project. My source is all in C though I would like to interact with that program using Java. Is this possible? For example: The C program executes microcontroller control commands and through a graphical interfa...
asked by 15.01.2015 / 13:52
2
answers

Can I write in JavaScript within PHP?

Can I write the HTML tag <script> in PHP and write the script </script> using echo here? If I do for example echo("<script> var a = 'texto';</script>"); This is my code but JS does not wo...
asked by 30.09.2015 / 13:27
2
answers

Is it possible to create an application in C / C ++ for Android?

I want to create an Android application using C or C ++ language. What are the advantages and disadvantages of this?     
asked by 01.06.2017 / 19:59
1
answer

What is Component Object Model (COM)?

I was reading this question 1 here on the site and I came across some times with the term "COM objects". A brief survey showed me that COM means Component Object Model , but I could not extract more information than this. > What I w...
asked by 18.04.2017 / 15:36
1
answer

C ++ with C #, is it possible?

I have a C ++ project using visuals in it using wxWidgets. I was wanting to transfer the design look to C #. Is it possible to have the programming of the functions in C ++, but the programming of the whole visual in C #, that is, the butt...
asked by 17.06.2015 / 19:23
1
answer

How does the integration between IDE and compiler take place?

Taken from here: What is programming language, IDE and compiler?    In general the compiler is a console program, but there are cases that they are libraries that can be used in conjunction with other programs. The integration between t...
asked by 14.10.2018 / 16:53
1
answer

Run block of Lua code inside C ++

How do I run a Lua block within a function in C ++? The idea would look something like: int main() { tipodavariavel script; script << "print('Ola mundo')"; executar(script); return 0; }     
asked by 12.02.2015 / 05:53
1
answer

interop.word, find and replace, error: "The string parameter is too long."

I'm using a template to create a document, I open a document that would be a template and use find and replace to find and replace keywords in this document and then saved to my desktop as another document, everything happens perfectly, but when...
asked by 26.12.2017 / 19:55
0
answers

import methods from an unmanaged Bematech DLL c #

I need to use a dll provided by Bematech with features of a non-fiscal printer. The example that you provided brings the following code: [DllImport("MP2032.dll")] public static extern int ConfiguraModeloImpressora(int model); The program ge...
asked by 05.07.2016 / 16:51
0
answers

Powerpoint, Excel - Interop with VB.NET

Hello, First of all, I am a new member and I apologize for something that does not comply with the site's policies. I developed an application in vb.net using interoperability with excel and powerpoint. The purpose of the system is basically...
asked by 23.08.2018 / 17:34