Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: ART_Adventures on December 03, 2007, 04:50:15 pm
-
Hello People,
I am using the latest code::blocks nightly build (3rd of December 2007).
I am using Windows Vista.
I am also using the MinGW 4.1.2 compiler.
I create a new Console Application. Click Compile and then Run.
As the compiled application begins an error dialog appears as follows:
Title: Test.exe Entry Point Not Found.
Message: The Procedure entry point _ctype could not be located in the dynamic link library msvcr71.dll
Can anybody help with this problem?
Thanks.
-
This same error also seems to happen when I use the OpenWatcom Compiler.
But the error does not occur if I remove the following line: "#include <iostream>"
Can anybody help?
Thanks in advance.
-
Very strange :shock: To help, maybe you could post here the portion of code provocating the error and also the full command line used to build your executable?
For CodeBlocks to display the full command line, in case you don't know, just go to Settings/Compiler & Debbugger/Global compiler Settings/Other settings/Full Command line.