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