RE: [Harbour] OLE Implementation - xHarbour Compatibility

2008-02-11 Thread Massimo Belgrano
Thanks. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Szakáts Viktor Sent: Monday, February 11, 2008 1:40 PM To: Harbour Project Main Developer List. Subject: Re: [Harbour] OLE Implementation - xHarbour Compatibility Hi Massimo, This is it. The first

Re: [Harbour] OLE Implementation - xHarbour Compatibility

2008-02-11 Thread Szakáts Viktor
f Of Szakáts Viktor Sent: Monday, February 11, 2008 12:23 PM To: Harbour Project Main Developer List. Subject: Re: [Harbour] OLE Implementation - xHarbour Compatibility Hi Massimo, Yes, it's a clean compile with MSVC 2008 Express, too. Can you send me/post the batch for compiling xharbour

RE: [Harbour] OLE Implementation - xHarbour Compatibility

2008-02-11 Thread Massimo Belgrano
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Szakáts Viktor Sent: Monday, February 11, 2008 12:23 PM To: Harbour Project Main Developer List. Subject: Re: [Harbour] OLE Implementation - xHarbour Compatibility >Hi Massimo, >Yes, it's a clean compile with MSVC 2008 E

Re: [Harbour] OLE Implementation - xHarbour Compatibility

2008-02-11 Thread Szakáts Viktor
onday, February 11, 2008 9:29 AM To: Harbour Project Main Developer List. Subject: Re: [Harbour] OLE Implementation - xHarbour Compatibility Hi Alex, It's a clean compile now (no errors or warnings) with MSVC. See my ChangeLog entry from around last week. Tested with MSVC 2005 Express (th

RE: [Harbour] OLE Implementation - xHarbour Compatibility

2008-02-11 Thread Massimo Belgrano
Can you tried also MSCV 2008 Express ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Szakáts Viktor Sent: Monday, February 11, 2008 9:29 AM To: Harbour Project Main Developer List. Subject: Re: [Harbour] OLE Implementation - xHarbour Compatibility Hi

Re: [Harbour] OLE Implementation - xHarbour Compatibility

2008-02-11 Thread Szakáts Viktor
Oh okey, sorry. Brgds, Viktor On 2008.02.11., at 9:44, Alex Strickland wrote: Szakáts Viktor wrote: It's a clean compile now (no errors or warnings) with MSVC. See my ChangeLog entry from around last week. Tested with MSVC 2005 Express (the free one) + SDK Vista (also free). Sorry, I shoul

Re: [Harbour] OLE Implementation - xHarbour Compatibility

2008-02-11 Thread Alex Strickland
Szakáts Viktor wrote: It's a clean compile now (no errors or warnings) with MSVC. See my ChangeLog entry from around last week. Tested with MSVC 2005 Express (the free one) + SDK Vista (also free). Sorry, I should be more specific. I meant the ActiveX support in FreeWin which I think is only

Re: [Harbour] OLE Implementation - xHarbour Compatibility

2008-02-11 Thread Szakáts Viktor
Hi Alex, It's a clean compile now (no errors or warnings) with MSVC. See my ChangeLog entry from around last week. Tested with MSVC 2005 Express (the free one) + SDK Vista (also free). Brgds, Viktor On 2008.02.11., at 8:14, Alex Strickland wrote: Pritpal Bedi wrote: Even compiling Harbour,

Re: [Harbour] OLE Implementation - xHarbour Compatibility

2008-02-10 Thread Alex Strickland
Pritpal Bedi wrote: Even compiling Harbour, hbw32, and my sources, with default flags I am able to host Active-X's and receive events properly (will be updating FreeWin shortly). No problems, may be for the time-being. Out of interest, do you know if anyone has this compiling for MSVC? I tri

Re: [Harbour] OLE Implementation - xHarbour Compatibility

2008-02-10 Thread Pritpal Bedi
Hello Przemek Przemyslaw Czerpak-2 wrote: > > The ported version is in hbw32 library in w32_ole.c and w32_tole.prg > files. It's xHarbour's win32ole.prg code with some minor fixes AFAIR > even synced with recent xHarbour's modifications. > But please remember that this code inherited very serio

Re: [Harbour] OLE Implementation - xHarbour Compatibility

2008-02-10 Thread Przemyslaw Czerpak
On Sat, 09 Feb 2008, Pritpal Bedi wrote: > Hello Everybody > Has anybody been able to use xHarbour's win32ole.prg in Harbour ? The ported version is in hbw32 library in w32_ole.c and w32_tole.prg files. It's xHarbour's win32ole.prg code with some minor fixes AFAIR even synced with recent xHarbour'