Board index » delphi » Will Delphi 2.0 (32-bit) allow creation of OCX's?
Rick Rut
![]() Delphi Developer |
Sat, 11 Jul 1998 03:00:00 GMT
|
Rick Rut
![]() Delphi Developer |
Sat, 11 Jul 1998 03:00:00 GMT
Will Delphi 2.0 (32-bit) allow creation of OCX's?
I got the upgrade packet yesterday, and the brochure indicates "support"
for OCX's. I have learned to assume this means we can call OCX's. It also claims that we can inherit from OCX's, and thus build on them. But it does NOT claim we can actually write OCX's in Object Pascal. Visual Basic 4.0 missed the boat on this, although rumor implies that Has Delphi 2.0 also missed this boat? Must we revert to the object-oriented assembly language, known as C++, -- Rick (Rick Rutt is a system architect living and working in Midland, Michigan.) |
Eric Mil
![]() Delphi Developer |
Sun, 12 Jul 1998 03:00:00 GMT
Re:Will Delphi 2.0 (32-bit) allow creation of OCX's?QuoteRick Rutt <rr...@delphi.com> wrote: Quote
Delphi. Quote
works. Quote
mil...@usafe14.ramstein.af.mil ............................................. My opinions and comments are my own and ONLY my own and reflect in no way the Air Force's. ............................................. |
Rick Rut
![]() Delphi Developer |
Sun, 12 Jul 1998 03:00:00 GMT
Re:Will Delphi 2.0 (32-bit) allow creation of OCX's?QuoteEric Miles <mil...@usafe14.ramstein.af.mil> writes: Visual Basic 4.0 allows creation of automation servers, but not OCX's. I still want to know if Delphi 2.0 can explicitly create OCX's. -- Rick (Rick Rutt is a system architect living and working in Midland, Michigan.) |
Eric Mil
![]() Delphi Developer |
Mon, 13 Jul 1998 03:00:00 GMT
Re:Will Delphi 2.0 (32-bit) allow creation of OCX's?Quoterr...@delphi.com (Rick Rutt) wrote: says that it is provides full OCX support. I read that it you will be able to 'add custom made OCX's to the palette' (does that mean my custom made OCX's or what???) and I also read that you will be able to modify OCX's thru inheritance. OK I know that this info is not a for sure anwer to your question. If I hear more or see something else more definitive I will let you know. Eric Miles |
Eric Mil
![]() Delphi Developer |
Tue, 14 Jul 1998 03:00:00 GMT
Re:Will Delphi 2.0 (32-bit) allow creation of OCX's?Quotemil...@usafe14.ramstein.af.mil (Eric Miles) wrote: 1996 written by S. Ryan under the title "Visual Basic 4.0 vs Delphi 2.0:Which platform is right for you?". It states this: "Delphi also supports OLE2 functionality. With its Explorer tool, you Hope this helps. Eric Miles |
Nick Hodge
![]() Delphi Developer |
Wed, 15 Jul 1998 03:00:00 GMT
Re:Will Delphi 2.0 (32-bit) allow creation of OCX's?I have also heard tell of a tool that will turn a VCL component into an OCX. That would be nice. -- |
MelaninM
![]() Delphi Developer |
Thu, 16 Jul 1998 03:00:00 GMT
Re:Will Delphi 2.0 (32-bit) allow creation of OCX's?Apiary will release an OCX Expert for Delphi within 30 days of Delphi32 (i got this from them over the fone.) I wasnt able to pry any other info out of them - no specs, no brochures, no nothing. i guess we'll have to wait again.... |
John Lyn
![]() Delphi Developer |
Fri, 17 Jul 1998 03:00:00 GMT
Re:Will Delphi 2.0 (32-bit) allow creation of OCX's?You will be able to create OCXs and also USE 3rd party OCXs just as if they were native Delphi VCLs. Sounds wild! I got this info from some documents posted to the Delphi Super Page web site, from Borland Int'l: d2_comp.zip (260,314 bytes) An Overview of the Delphi 2.0 Optimizing d2_db.zip (385,314 bytes) Delphi Client / Server Suite 2.0 Client / d2_qa.zip (11,680 bytes) Delphi 2.0 Questions & Answers ( in rtf ) by These are found on the Documents section of Delphi Super Page: and also somewhere at Borland, I guess, but I couldn't find these |
kpatr..
![]() Delphi Developer |
Fri, 17 Jul 1998 03:00:00 GMT
Re:Will Delphi 2.0 (32-bit) allow creation of OCX's?IT comes closer to creating one than VB 4.0. You may need to get an OCX SDK(or whatever the hell MS's thing is called), but, with time and skill, someone with Delphi 2.0 can create an OCX. |
Hallvard Vassbo
![]() Delphi Developer |
Sat, 18 Jul 1998 03:00:00 GMT
Re:Will Delphi 2.0 (32-bit) allow creation of OCX's?QuoteIn <310D4AAA.6...@basil.stthom.edu> kpatr...@basil.stthom.edu writes: OCXs, but then using the hard and complicated way set up by Microsoft's OCX SDK. It should be just as "easy" writing a OCX in Delphi as it is writing it in "plain" C++ (disregarding any Wizard help). Or put it another way, writing an OCX will be as hard has the combined OCXes generally have to interfaces to the outside world: an automation- The automation interface can be solved easily by using the new The VTBL-based interface is how most OLE2 interfaces work. The caller Now if someone (preferably Borland) could create an easy way of -- |
Mr G A Thorne Syst
![]() Delphi Developer |
Sat, 18 Jul 1998 03:00:00 GMT
Re:Will Delphi 2.0 (32-bit) allow creation of OCX's?Quote> IT comes closer to creating one than VB 4.0. You may need to get an release within 30 days of Delphi 2.0 a Delphi Expert to build OCX's. Chris Brooksbank |
Vincent Parre
![]() Delphi Developer |
Sun, 19 Jul 1998 03:00:00 GMT
Re:Will Delphi 2.0 (32-bit) allow creation of OCX's?In article <310D1177.1...@RohmHaas.Com>, John Lynn <mad...@RohmHaas.Com> wrote: Quote>You will be able to create OCXs and also USE 3rd party OCXs just being able to create OCX's.. I must be blind. On the same subject, I rang MS Australia today to enquire about an OCX SDK and Regards Vincent Parrett Albury, NSW, Australia \\\\//// |||| |
MelaninM
![]() Delphi Developer |
Sun, 19 Jul 1998 03:00:00 GMT
Re:Will Delphi 2.0 (32-bit) allow creation of OCX's?Apiary Softtware has an OCX Expert in the works (i spoke tto them over the fone). Unfortunately i was unable to pry any other info from them other than the fact that it will ship about 30 days after D2. Oh well..... |
Roger Brown
![]() Delphi Developer |
Sun, 19 Jul 1998 03:00:00 GMT
Re:Will Delphi 2.0 (32-bit) allow creation of OCX's?QuoteVincent Parrett writes: Quote> In addition, because Delphi 2.0 is a native code compiler, advanced Roger -- -- Roger Browne, 6 Bambers Walk, Wesham, PR4 3DG, UK | Ph 01772-687525 -- Everything Eiffel: compilers/libraries/publications | +44-1772-687525 |
Max Ko
![]() Delphi Developer |
Mon, 20 Jul 1998 03:00:00 GMT
Re:Will Delphi 2.0 (32-bit) allow creation of OCX's?QuoteOn Mon, 29 Jan 1996, John Lynn wrote: read the Q & A part right? It would seem that Delphi Desktop will not contain VCL32, and that Delphi Developer will, but I don't see any reference to VCL16 for the 16 bit version? I guess they couldn't just throw that in for us huh? Quote> d2_comp.zip (260,314 bytes) An Overview of the Delphi 2.0 Optimizing and is not contained in each new version, but it would be nice if the information wasn't scattered all over the Web, maybe they could stick it all in one directory at least, with an index by topic? And while on the subject, I phoned Borland Canada yesterday, (I should have asked about the 16 VCL stuff, tomorrow maybe), and I was told by the rep, that the 16 bit Delphi shipped with 2.0 will be something more along the line of a version 1.3, (don't know if that's much of an improvement, but thought I'd mention it). And while I have your attention, being a curious newbie, I I hope more people have time to check this stuff out, and that my MKT (MAX KOR Technologies.) m...@stu.athabascau.ca |
1. Delphi 2.0 can't call new 32-bit API-functions
2. 32-bit Delphi's dbGrid functionality for Delphi 1
3. 32-bit Delphi 2.0 Programs *DO* work under 3.1
4. Delphi 2.0 (32 bit) Losing data
5. Delphi 2.0 (32 bit) & Inet on Win95
6. Netbios (32-bit) - Need to call from Delphi 2.0
7. Unsigned Long (32-bit) in Delphi 2.0
8. Can you target 32-bit DOS apps with Delphi 2.0