Author Topic: Error on Console Application  (Read 2973 times)

Offline ART_Adventures

  • Single posting newcomer
  • *
  • Posts: 5
Error on Console Application
« 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.
« Last Edit: December 04, 2007, 10:43:18 am by ART_Adventures »

Offline ART_Adventures

  • Single posting newcomer
  • *
  • Posts: 5
Re: Error on Console Application
« Reply #1 on: December 04, 2007, 10:42:33 am »
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.
« Last Edit: December 04, 2007, 10:46:16 am by ART_Adventures »

Offline orel

  • Multiple posting newcomer
  • *
  • Posts: 96
Re: Error on Console Application
« Reply #2 on: December 04, 2007, 11:15:59 pm »
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.
windows XP SP2
mingw gcc 3.4.5
svn Code::Blocks and M$ Visual Studio 2005 and .NET to eat!! SVNInside plugin :http://forums.codeblocks.org/index.php/topic,7063.0.html