Posts by Alex • 23 points
4 posts
-
0
votes1
answer169
viewsA: How to implement Dllinsce32.dll from sintegra in Java corretamante
With the help of user Fabricío I managed to solve. I switched the JDK in netbeans from x64 to x32 to use the DLL.
-
0
votes1
answer169
viewsQ: How to implement Dllinsce32.dll from sintegra in Java corretamante
You need to create a Java function that receives Dllinsce32.dll, provided by Sintegra to verify the consistency of State Registrations. But when passing the DLL location appears: "Exception in…
-
2
votes2
answers1655
viewsQ: Create spreadsheet by C# without having excel installed
I am developing a program that should export data to an Excel spreadsheet. I need to know how to build a spreadsheet with C#, but only found tutorials that require excel installed on the computer. I…
-
0
votes0
answers246
viewsQ: I can’t make a reference to a project
Hello, I’m with a MVC Solution divided into 4 projects: Model, Persistence, Contoller and View Persistence has a reference for Model Controller has 2 references for Model and Persistence I’m trying…