Thread: kernal?.dll?

  1. #1
    Unregistered
    Guest

    kernal?.dll?

    What is the kernal? I know it is a program that control everything in the computer but can you tell me how it is programmed/what language/everything you know about it?



    What are .dll files?

    Thank you!

  2. #2
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    Programming a kernel can be done in assembly and some higher languages. I guess C and C++ are quite suitable, though very low level functionality must be written in assembly.

    DLL is dynamic link library. When using dynamic linking, the application is linked to libraries at runtime.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. non-MFC DLL with MFC app question.
    By Kempelen in forum Windows Programming
    Replies: 10
    Last Post: 08-20-2008, 07:11 AM
  2. dll communicating between each other
    By cloudy in forum C++ Programming
    Replies: 5
    Last Post: 06-17-2005, 02:20 AM
  3. DLL and std::string woes!
    By Magos in forum C++ Programming
    Replies: 7
    Last Post: 09-08-2004, 12:34 PM
  4. Using class with DLL
    By greg2 in forum C++ Programming
    Replies: 2
    Last Post: 09-12-2003, 05:24 AM
  5. .lib vs .h vs .dll
    By Shadow12345 in forum C++ Programming
    Replies: 13
    Last Post: 01-01-2003, 05:29 AM