Re: [VB4Linux-Dev] OCXs
Status: Planning
Brought to you by:
luke-jr
From: James C. <ja...@st...> - 2000-11-22 17:57:18
|
> > I checked some .dll files...they were starting with "MZ" and so do the OCX > files. > Now what does this mean? This means that the files are just like normal .exe files. At the start of a .exe file there are a couple of information headers (except for .com or .sys files which are pure machine code.) They contain info about the linker used, the timestamp, etc and most importantly, the start of the machine code. Quickview reads this info when 'quickview'ing a DLL or EXE. I read an article on MSDN on deciphering this info but i have no idea in which section. I might have a hard-copy and will put it on my web-page if i find it. It might be useful, you never know. > > Apart from the OCX / DLL support in VB, we could come up with > support for the GNOME Object Model (bonobo) and KDE's KOM, or other > technologies based on CORBA. > I haven't a clue how to use KOM, COM, or bonobo. > ab > > _______________________________________________ > VB4Linux-Dev mailing list > VB4...@li... > http://lists.sourceforge.net/mailman/listinfo/vb4linux-dev > |