avoid DLLs

Discussion in 'Programming' started by silverz, Apr 17, 2008.

  1. #1
    i was wondering what is the best programming language that avoids DLL errors?
     
    silverz, Apr 17, 2008 IP
  2. it career

    it career Notable Member

    Messages:
    3,562
    Likes Received:
    155
    Best Answers:
    0
    Trophy Points:
    270
    #2
    You cannot avoid DLL errors if you are programming windows drivers or using some driver api in your application , else use Java.
     
    it career, Apr 18, 2008 IP
  3. mikelaw

    mikelaw Peon

    Messages:
    148
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    There is no real, clean way to avoid DLL errors other than avoiding DLLs.

    If you are writing the DLLs within your own application things are easier.
     
    mikelaw, Apr 22, 2008 IP
  4. Barti1987

    Barti1987 Well-Known Member

    Messages:
    2,703
    Likes Received:
    115
    Best Answers:
    0
    Trophy Points:
    185
    #4
    If you don't have DLLs, you will have exceptional errors.

    Chances you are using VB.

    Peace,
     
    Barti1987, Apr 22, 2008 IP