Thanks
El mié, 7/10/15, Mack Paul
escribió:
Asunto: Re:
[Mingw-w64-public] Mingw64 not linking due to
undefined references
Para: mingw-w64-public@lists.sourceforge.net
Fecha: miércoles, 7 de octubre, 2015 21:01
hi JonY:
Tha
ended
EndDoc(pd.hDC);
}
/*
*
*/
int main()
{
printer("Hola mundo");
return 0;
}
//
El mié, 7/10/15, JonY escribió:
Asunto: Re: [Mingw-w64-public] Mingw64 not linking due to undefined
On 10/8/2015 05:03, Mack Paul wrote:
> Hi Stefan:
> I did the following:
> g++ -o dist/Debug/MinGW-Windows/cppapplication_1
> build/Debug/MinGW-Windows/main.o -lcomdlg32 -v
> but I got the same result.
g++ -o dist/Debug/MinGW-Windows/cppapplication_1
build/Debug/MinGW-Windows/main.o -lcom
ribió:
Asunto: Re: [Mingw-w64-public] Mingw64 not linking due to undefined
references
Para: mingw-w64-public@lists.sourceforge.net
Fecha: miércoles, 7 de octubre, 2015 00:46
Am 07.10.2015 um 07:12
schrieb Mack Paul:
> Hi guys:
>
> I started to learn
mingw64 and tried to compile
Am 07.10.2015 um 07:12 schrieb Mack Paul:
> Hi guys:
>
> I started to learn mingw64 and tried to compile this cpp file using netbeans
> 8.0.1
> What I need to see is the dialog of printing of windows and to print the text
> "Hola mundo".
[...]
> g++ -o dist/Debug/MinGW-Windows/cppapplication
Hi guys:
I started to learn mingw64 and tried to compile this cpp file using netbeans
8.0.1
What I need to see is the dialog of printing of windows and to print the text
"Hola mundo".
I'm attaching the cpp file and the logs.
/***ini-main-file***/
#include
#incl