Yes, the same for me. However it's interesting that in Dev-C++ --add-stdcall-alias is already set in linker options! If I remove it I get the same bloody error with Dev-C++. Maybe it's worth turning to them (Dev-C++ team) and trying to found out, how they managed it to work?
IMHO, the problem is a bit more complex. Even users of Dev-C++ have problems with JNI (see
http://forum.java.sun.com/thread.jspa?threadID=570194&tstart=29):
I am having some problems getting my DLL to work properly. I am following the basic Hello World example and seem to be getting a problem.
I am running on Windows XP with, j2sdk1.4.2_04, and using the gcc that comes with Dev-C++ (Bloodshed). The following is the steps I went through.
...
I think the problem is more from the compiler and/or JNI side, rather than from the IDE.
As to me Dev-C++ remains the IDE of my choice. It's friendly for somebody new like me, has a very clean and clear interface. Lots of icons, that help me to remember what i should press to compile the program and what to run it. Also the most of my time I spend with Java, not C, so I need something comfortable to jump to for a few hours and back to Java.
That's something I wanted say about Code::Blocks - I know it's only 1 year old and has an amazing amount of possibilities for a 1 year old IDE, but in my opinion it needs to be a little more friendly to the user. I am sure it won't take much of a programming effort to create BIGGER buttons in a button panel. And also in drop down menus to put the same icon as on the buttons to make memorizing easier (just like they do it MS Office, Dev-C++, ....). I am sure it would attract much more newcomers and spread the popularity of this IDE.
I do not agree with you, but I respect your choice. I have used Dev-C++ for sometime, but I have had problems e.g., in making it works (it worked in one computer, but not in another without apparent reasons

). Moreover, it seems that its development is now over, but I may be wrong.
C::B is still young, but it progress fast and new features and/or improvements are added quite each day.
I find C::B user-friendly. Naturally, it needs sometimes to take confidence with the interface, but after 10 minutes I was able to work without many problems.
What is great it is also the possibility for me to compile my code using several compiler (useful for cross-platform developemnt).
Michael