News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Problem building ttmath library in 64 bit Windows.

Started by Zachary1234, October 23, 2018, 03:51:11 AM

Previous topic - Next topic

Zachary1234

I am running 64 bit Windows 10 Home edition.  I am using the 64 bit TDM C++ compiler.
I am running Code::Blocks 17.12.

I am trying to compile a 64 bit .dll file for the ttmath library.

I have imported all source files and all headers.  There are no further dependencies.
Code::Blocks seems to insist on importing any header and source directories
into separate folders named Sources and Headers.



So now, for reasons I cannot repair, it seems that certain #include statements
fail to find certain .h files.  Can someone reply to me, telling me how
to get this to compile (build) the .dll while detecting the .h files,
which are in fact present?

Zachary1234

Can someone please tell me how I can make these four compile errors go away,
or what I need to do here, please?

stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]