1. EuCOM Follow up

I'm just curious.  A week or two ago, there was a lot of interest in EuCOM
(and some pretty heavy activity on my page--even maxed out my limit one
day), but I haven't heard much since then.  I expect most people looked at
it and didn't have any use or need for it.

But if you have any questions or suggestions, please share them with the
list (or privately, if you prefer).

Matt Lewis

new topic     » topic index » view message » categorize

2. Re: EuCOM Follow up

I am a novice at Euphoria.  I have enjoyed experimenting with the EuCOM and
actually did convert to use on older Access.  I just am not in a development
mode right now.  I am doing some other graphics work that is taking my
attention.

I did test it on several .dlls, etc.   Some would work and some would not.
It was exciting to see how "easy" it was to wrap some dll's for programs on
my PC.  (Although, without documentation it stops there!)


Joe and Audrey Phillips
Granbury, TX

new topic     » goto parent     » topic index » view message » categorize

3. Re: EuCOM Follow up

Hi Matt,
     i'll speak for myself. i'm still reading the documentation and
experimenting. the docs are not like rocket science, so i'm getting
somewhere.

    if i really get stuck, i'll contact u. thx.
btw, thank you for not relying on win32lib in the main library( Many EU
coders forget about us API coders when making their libraries).

Jordah
----- Original Message -----
From: "Matthew Lewis" <matthewwalkerlewis at YAHOO.COM>
To: "EUforum" <EUforum at topica.com>
Sent: Monday, February 03, 2003 12:29 PM
Subject: EuCOM Follow up


>
>
> I'm just curious.  A week or two ago, there was a lot of interest in EuCOM
> (and some pretty heavy activity on my page--even maxed out my limit one
> day), but I haven't heard much since then.  I expect most people looked at
> it and didn't have any use or need for it.
>
> But if you have any questions or suggestions, please share them with the
> list (or privately, if you prefer).
>
> Matt Lewis
>
>
>
> TOPICA - Start your own email discussion group. FREE!
>


---

new topic     » goto parent     » topic index » view message » categorize

4. Re: EuCOM Follow up

I've been working with it off and on for a couple of weeks now.  Still 
don't know enough to have any questions tongue.

>----- Original Message -----
>From: "Matthew Lewis" <matthewwalkerlewis at YAHOO.COM>
>To: "EUforum" <EUforum at topica.com>
>Subject: EuCOM Follow up
>
>
>>I'm just curious.  A week or two ago, there was a lot of interest in EuCOM
>>(and some pretty heavy activity on my page--even maxed out my limit one
>>day), but I haven't heard much since then.  I expect most people looked at
>>it and didn't have any use or need for it.
>>
>>But if you have any questions or suggestions, please share them with the
>>list (or privately, if you prefer).
>>
>>Matt Lewis
>>
>>
>>TOPICA - Start your own email discussion group. FREE!
>>
>>    
>---
>
>
>
>TOPICA - Start your own email discussion group. FREE!
>
>  

-- 
Don't worry about people stealing your ideas. If your ideas are any good, you'll
have to ram them down people's throats.
-- Howard Aiken

new topic     » goto parent     » topic index » view message » categorize

5. Re: EuCOM Follow up

Hello Matt,

I tried to run the demo's but for some reason/s they dont all run.
for instance, running tbrowse.exw produces the following

:\Euphoria\com\EuCOM.ew:648 in function call_interface() 
subscript value 0 is out of bounds, reading from a sequence of length 0 
    obj_ix = 0
    iid = 2
    iid_func = 5
    args = {7807136,7807172,1,1033,7807232}
    iid_ix = 2
    ci_ix = <no value>
    vtbl = <no value>
    this = <no value>

Win98SE - IE6.0.2800.1106

Eum


> I'm just curious.  A week or two ago, there was a lot of interest in EuCOM
> (and some pretty heavy activity on my page--even maxed out my limit one
> day), but I haven't heard much since then.  I expect most people looked at
> it and didn't have any use or need for it.
> 
> But if you have any questions or suggestions, please share them with the
> list (or privately, if you prefer).
> 
> Matt Lewis

new topic     » goto parent     » topic index » view message » categorize

6. Re: EuCOM Follow up

----- Original Message ----- 
From: "Matthew Lewis" <matthewwalkerlewis at YAHOO.COM>
To: "EUforum" <EUforum at topica.com>
Subject: RE: EuCOM Follow up

> > From: cgibin at bellsouth.net [mailto:cgibin at bellsouth.net]
> 
> > Hello Matt,
> > 
> > I tried to run the demo's but for some reason/s they dont all run.
> > for instance, running tbrowse.exw produces the following
> > 
> > :\Euphoria\com\EuCOM.ew:648 in function call_interface() 
> > subscript value 0 is out of bounds, reading from a sequence 
> > of length 0 
> 
> Yes, this is a problem with how I tried to register the file.  I had
> "DLLRegisterServer" instead of "DllRegisterServer":
> 
> void = open_dll( "tlbinf32.dll" )
> if not void then
>     void = moveFile( "_tlbinf32.dll", "c:\\windows\\system\\tlbinf32.dll")
>     void = open_dll( "tlbinf32.dll" )
>     void = define_c_proc( void, "DllRegisterServer", {} )
>     c_proc( void, {} )
> end if
> 
> Matt Lewis

Matt,

I made the changes however, the same issue arrises.

Euman

new topic     » goto parent     » topic index » view message » categorize

7. Re: EuCOM Follow up

> > I made the changes however, the same issue arrises.
> 
> Thinking about it, it probably never gets to there.  Try running this:
> 
> --start app
> include dll.e
> atom void
> void = open_dll( "tlbinf32.dll" )
> void = define_c_proc( void, "DllRegisterServer", {} )
> c_proc( void, {} )
> --end app
> 
> Then try running tbrowse.  If not, you could use regsvr32 to manually
> register.  What OS are you running?  Maybe the settings aren't allowing any
> updates to the registry?
> 
> Matt Lewis

Matt,

I ran this snippet and tbrowse now works. I suspect that perhaps on Win98 SE
that a reboot is required for the changes to take effect. Im not sure why
though..
I havent setup my system in any fashion that wouldnt allow for the registry to
be
updated.., perhaps Im wrong there too. Anywho, tbrowse works for me now.

Strange,
H.W. Overman / Euman / Xanax / cgibin / who / unknown and Anonymous

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu