Questions tagged as 'compilar'

0
answers

reference to 'operator delete [] (void *)' not defined

I have made the following code and when I try to compile it I skip the error "hide.cpp :(. text + 0x5f): reference to 'operator delete' without defining" I would like to know how to solve it. Code (C ++): #pragma warning(disable: 4996) #in...
asked by 19.05.2017 / 21:16
1
answer

How can I generate an .exe with all the resources internally? (Visual Basic)

I have a project that I'm doing in visual studio, with vb.net, the detail is that I use files like images, audios or executable exemptions in .exe that I call by Process. My question is how can I put all of that internally in the .exe, regard...
asked by 02.12.2017 / 18:01
1
answer

Indefinite error when executing the program

Hi, I had this error in the eclipse IDE Here all the code of the program: package paquete; import java.util.Random; import java.util.Scanner; public class Programa { Scanner entrada = new Scanner(System.in); Random aleatorio...
asked by 23.10.2017 / 04:16
1
answer

Compile and run Java file without IDE: Error, main class not found

In my programming class we were asked to make a simple program and compile it, run it and create a .jar from the CMD in windows (WITHOUT IDE); which I still do not know how to do, because I always used Netbeans. The file path is:    C: \ J...
asked by 11.05.2017 / 03:00
1
answer

When compiling this program in Fortran, it gives some errors

Errors in Fortran when compiling the program that works with .dat or .txt files. Program Program liga Implicit none integer :: i,j,suma integer, parameter :: N = 4, M = 20 real:: A(i,j), p(j),u(j) u(3)=...
asked by 03.02.2017 / 12:23
1
answer

Error compiling a list in java

It's my first time at Stackoverflow and I hope you can help me. I'm in Java courses and we're in the list creation part, I have this class (List.java) which contains the following: public class Lista{ Node inicio; int tamanio=0; /** se...
asked by 16.07.2018 / 02:01
0
answers

I can not compile drivers

For some time now I have Linux (Parrot OS based on Debian), and every time I want to compile (mostly drivers) the terminal reports this error:    /usr/src/linux-headers-4.16.0-parrot5-common/scripts/Makefile.build:329:   failure in the instru...
asked by 28.05.2018 / 16:54
0
answers

node-gyp rebuild

I have a problem running node-gyp rebuild I already have my python environment variables set gyp info it worked if it ends with ok gyp info using [email protected] gyp info using [email protected] | win32 | x64 gyp info spawn C:\Users\Usuario\.windows-b...
asked by 11.05.2018 / 21:14
0
answers

Problem with jaspersoft java.lang.ClassNotFoundException:

Good morning, in advance thank you for taking the time to read my question. I am modifying some reports with ireport 4.1.3 (if it is very old) however it is the only one that let me compile the reports that I do, now I have changed my PC and...
asked by 06.02.2018 / 14:35
0
answers

Error (node: 10264) when compiling application for windows 10 in ionic

this is the config.xml file already added the line of windows 10            I already have visual studio 2017 installed on my machine with the accessories I do not know what else to do thanks for your contributions <platform n...
asked by 28.01.2018 / 02:16