Questions tagged as 'mingw'

0
answers

CodeBlock with MingW to create .xll file

Good evening I'm new here and I scratch some C / C ++ prog that I had in college and I'm trying to use it at work, more precisely in Excel ... As VBA sucks, I need to create some functions in C / C ++ and generate an excel addin. I'm fo...
asked by 16.02.2018 / 06:17
1
answer

Error running Hello World project with default eclipse CDT

I'm trying to use the default code that comes in the Hello World project in Eclipse CDT (I'm using minGW), but when I put it to run the project nothing appears on the console, only that the application has been terminated. Initially, an error...
asked by 26.01.2018 / 16:07
1
answer

Error compiling in CodeBlocks - Libboost

I'm compiling here in CodeBlocks, it's been a week since I'm trying to compile, but it always gives some error, and now that it's at the end of the compilation, it's giving some errors and I'm not able to solve it. Can anyone help me solve this?...
asked by 10.12.2017 / 18:31
0
answers

MINGW32 composer: command not found - windows 8

Hello, I installed git on windows 8 and I have a problem with "cmd" the composer works and in Mingw32 that came in git the message "composer: command not found" does anyone know how I solve this? NOTE: I have already put the composer.bat path...
asked by 11.03.2016 / 12:30
1
answer

Variable declaration problem to compile in Code :: Blocks

#include <stdio.h> #include <locale.h> #include <string.h> int main () { setlocale (LC_ALL,"Portuguese"); int num,escolha; char nome[20]; printf ("\nDigite seu nome: "); gets (nome); printf ("\nInforme u...
asked by 12.06.2016 / 23:01