Re: [Mingw-w64-public] Need help debugging...

2010-03-15 Thread David Cleaver
Kai Tietz wrote: > Hello David, > > The problem you've shown is reasoned by using a gdb built without > libexpat. You can download a more current version from our SF file > sections (see Tools), which is build with libexpat. If gdb isn't built > by it, debugging information from DLLs won't be loa

Re: [Mingw-w64-public] Need help debugging...

2010-03-15 Thread Doug Semler
On Mon, Mar 15, 2010 at 4:47 AM, Kai Tietz wrote: > Hello David, > > The problem you've shown is reasoned by using a gdb built without > libexpat. You can download a more current version from our SF file > sections (see Tools), which is build with libexpat. If gdb isn't built > by it, debugging in

Re: [Mingw-w64-public] OpenCL & Cuda - def files from windows dll's

2010-03-15 Thread Ozkan Sezer
On Tue, Mar 9, 2010 at 9:13 AM, Pauli Sundberg wrote: > Hello! > > I mentioned last week on IRC that i succesfully compiled with mingw64 > 64bit windows (7) applications, that used OpenCL and Cuda (GPU computing > libraries). > > The thing worked well by using gendef to create .def files from the

Re: [Mingw-w64-public] Need help debugging...

2010-03-15 Thread Kai Tietz
Hello David, The problem you've shown is reasoned by using a gdb built without libexpat. You can download a more current version from our SF file sections (see Tools), which is build with libexpat. If gdb isn't built by it, debugging information from DLLs won't be loaded. Hope this solves your is

Re: [Mingw-w64-public] Need help debugging...

2010-03-15 Thread James K Beard
David: Look at the assembly code for a little "Hello World" program and copy that code into your assembly code to call printf from assembly. James K Beard -Original Message- From: David Cleaver [mailto:wrai...@morpheus.net] Sent: Monday, March 15, 2010 12:35 AM To: mingw64 Subject: [Min