Compiling in Dev-C++ Thread last updated on 2004-03-17 05:31:57

Posted by member 132017 on 2004-03-11 21:27:44

Is this possible w/o too much modifications. Or am I right in that this is tailored to work with Microsoft Developer Studio?

Heck, is it possible w/lots of modifications in Dev-C++?

Posted by member 7223 on 2004-03-12 00:45:00 link

Better use msvc. Sorry

Posted by member 7 on 2004-03-12 00:51:56 link

It's technically possible to compile modules with Dev-C++, but existing modules won't compile "out of the box". It shouldn't be a problem if you start a module from scratch, but existing modules may require heavy modifications.

Posted by member 99 on 2004-03-12 01:03:23 link

Compiling what? It should be possible to compile nearly everything with Dev-C++, but you'd have to piece together your own project files for most stuff and some modules may require modifications to their code.

Posted by member 132017 on 2004-03-12 20:52:53 link

That's what I figured. Thanks everyone.

RabidCow: Compiling all modules and the indie-litestep source 2003.05.17

Posted by member 7 on 2004-03-13 13:44:43 link

RabidCow: That's what I meant. Except that some modules use stuff like strsafe.h which isn't really available for MinGW.

Posted by member 99 on 2004-03-13 13:48:43 link

ilmcuts: Actually, I took too long and didn't see your post before writing mine. :P

Posted by member 111 on 2004-03-15 06:45:20 link

there is "unsafe" strsafe.h in xLabel sources :)
just some redefinitions of StringCch_xxx using standard C functions
so it isn't a problem

Posted by member 7 on 2004-03-15 10:18:53 link

Those are even more dangerous than using strcpy/strncpy.

Posted by member 333 on 2004-03-17 05:31:57 link

here is a link to a lsmodule-project for Dev-CPP:

http://home.no.net/tuckndar/download/C++LSModule.zip

I did not create it, and I don't know c or c++ (yet!), so don't ask me any technical questions about this.

the project compiles just fine with the latest dev-cpp beta, and I've also used it as a sort of template to make working versions of lscolor 1.6.1 and beep 0.1.

I got the project from wols, and I have permission to distribute it.

Hopefully it'll be helpful to other than me, too :)