Thread: What do I need to set up C?

  1. #1
    Unregistered
    Guest

    What do I need to set up C?

    Hi guys

    I want to know what I need to set up a C environment i.e. compiler, run-time on my laptop.

    Is is possible to run a C program from a user form coded in say VB? Is it also possible for the C program to insert records into a Microsoft Access db?

    I'd be very grateful if you can help me and maybe direct me to some free resources for the above i.e. C compiler

    Many thanks

    Wingnut

  2. #2
    Registered User Zeeshan's Avatar
    Join Date
    Oct 2001
    Location
    London, United Kingdom
    Posts
    226
    >> I want to know what I need to set up a C environment i.e. compiler, run-time on my laptop.

    Just a computer and a compiler that suits you computer. What else do you mean ?


    >> Is is possible to run a C program from a user form coded in say VB?

    I don't think so. Unless, you have some special ActiveX/COM type control which is built for the purpose.


    >>Is it also possible for the C program to insert records into a Microsoft Access db?


    Yes. Best to use compiler -> Visual C++ <- .
    You can insert records into anything...using DAO,ODBC,...many others (technologies)

  3. #3
    Unregistered
    Guest

    Zeeshan - additional question

    Hi Zeeshan

    The reason I ask about the environment is because i have a C program that runs on UNIX and uses an Ingres RDBMS. I want to change the connection policy so that the same C program will run on my laptop and will use an MS Access db.

    Is it possible just to change the connection policy in the C code in order to use Access instead of Ingres or will I need specific Access ODBC drivers?

    If you know what the syntax for connecting to an Access db I really appreciate if you could post it up for me.

    Many thanks

    Ciaran

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 8
    Last Post: 01-18-2008, 04:06 AM
  2. The new FAQ
    By Hammer in forum A Brief History of Cprogramming.com
    Replies: 34
    Last Post: 08-30-2006, 10:05 AM
  3. problem with open gl engine.
    By gell10 in forum Game Programming
    Replies: 1
    Last Post: 08-21-2003, 04:10 AM
  4. Menu Item Caption - /a for right aligned Accelerator?
    By JasonD in forum Windows Programming
    Replies: 6
    Last Post: 06-25-2003, 11:14 AM
  5. Set default directory with GetTempDir?
    By Bajanine in forum Windows Programming
    Replies: 2
    Last Post: 05-04-2003, 11:36 PM