News:

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

Main Menu

Code blocks acting very weird.

Started by torchi12, November 12, 2011, 03:23:25 PM

Previous topic - Next topic

torchi12

I have a question, though...

My friend is not online right now, so I cant test it, but wouldn't he still be getting that error?

And another question is..
Why am I not getting the error? I looked, and I don't seem to have that file ; |

zabzonk

Console application executables built with the TDM compiler I suggested you download do not normally require any extra DLLs - I have  several FOSS projects built with TDM that consist of nothing but the executable. Why your original executable had that dependency - who can say? You should really check your executables for dependencies using a tool like Dependency Walker from http://www.dependencywalker.com before distributing them.

Jenna

I suggest removing all installed files before unzipping the nightly, otherwise you can get errors due to the use of incorrect libraries.
If I remember correctly there have been changes that can probably lead to errors.

torchi12

#18
How does it really work though?
I got this:
http://imageshack.us/photo/my-images/714/hmeee.png/

zabzonk

Explaining the output of Dependency Walker would be waaaaay off-topic here. As I remember, its help is quite good - read it.

Alpha

Quote from: Neil Butterworth on November 12, 2011, 05:49:37 PM
@Alpha It's always worked for me!
Quote from: jens on November 12, 2011, 07:19:03 PM
I suggest removing all installed files before unzipping the nightly, otherwise you can get errors due to the use of incorrect libraries.
If I remember correctly there have been changes that can probably lead to errors.
@Neil This is what I had been referring to (although, depending on the program, it is possible there could be no errors; but that would just be luck).

zabzonk