Thread: DevC++ and Pro*C

  1. #1
    Registered User
    Join Date
    Jan 2008
    Posts
    12

    DevC++ and Pro*C

    Hello!!

    My doubt:

    is there any plug-in or something that allow me compiling a Pro*C program in DevC++ or which compiler can you recommend me to compiling on windows a Pro*C file.

    thanks

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    First, I would start here: Pro*C/C++ Precompiler Getting Started for Windows

    That has an example of how to integrate the precompiler into VS 6.0.

    There will be libraries that you have to link against, and those libraries may only be compatible with certain compilers - check your documentation. Once you know what compiler you need to use, then you can look at what IDE's are available and how to best integrate the Pro*C precompiler.

    gg

  3. #3
    Registered User
    Join Date
    Jan 2008
    Posts
    12
    Thanks for the info

    greetings

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. I want to draw a mandelbrot set ..
    By mad_muppet in forum C Programming
    Replies: 16
    Last Post: 08-18-2006, 12:43 AM
  2. DevC specivic... I think
    By QuestionC in forum Windows Programming
    Replies: 1
    Last Post: 01-09-2002, 04:04 PM