Link to home
Start Free TrialLog in
Avatar of raymondwee
raymondwee

asked on

Is there a way not to use IE dll?

Hi

I would like to develop an application that does not use IE dll.
Say, a text editor program with windows-like GUI.

That means without IE, my application must be able to run.

Any language that you know of?
I am quite sure MFC used dll of IE.



Avatar of Wyn
Wyn

->Any language that you know of?
======
It has nothing to do with language...

Dont use MFC or link statically...
Use plain C++ for windows...
Dont include any .h using IE dll...

You can use windows.h to develop window GUI...

like ..Winmain(..)...

Regards
Eirnava...
Btw ,if this is not your need .Reject me ,plz dont accept as low grade,hehe:-)
ASKER CERTIFIED SOLUTION
Avatar of Wyn
Wyn

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
..
Avatar of raymondwee

ASKER

Thx. I will try that out and I normally grade pple as excellent or not grade at all.
Should be correct...
written program but yet to try out.
sounds logical though...