Re: [Mingw-w64-public] Mingw64 not linking due to undefined references

2015-10-09 Thread Mack Paul
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

Re: [Mingw-w64-public] Mingw64 not linking due to undefined references

2015-10-07 Thread Mack Paul
references Para: mingw-w64-public@lists.sourceforge.net Fecha: miércoles, 7 de octubre, 2015 17:41 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

Re: [Mingw-w64-public] Mingw64 not linking due to undefined references

2015-10-07 Thread Mack Paul
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

[Mingw-w64-public] Mingw64 not linking due to undefined references

2015-10-06 Thread 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". I'm attaching the cpp file and the logs. /***ini-main-file***/ #include #incl