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
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

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

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

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

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

2015-10-06 Thread Stefan Weil
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

[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