Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.basic.misc > #46

Re: Liberty Basic Help in CHM format

From H-Man <Spam@bites.fs>
Newsgroups comp.lang.basic.misc, alt.lang.basic
Subject Re: Liberty Basic Help in CHM format
Date 2011-05-13 15:14 -0600
Organization L&H Custom Computer
Message-ID <iqk709$a8$1@dont-email.me> (permalink)
References (5 earlier) <op.vvd3n2t5n5ksl5@richard> <Xns9EE3AA0D0B39Cauricauricauricauric@188.40.43.213> <op.vvewpnsyn5ksl5@richard> <iqjlnb$b9q$1@dont-email.me> <op.vvfhtajln5ksl5@richard>

Cross-posted to 2 groups.

Show all headers | View raw


On Fri, 13 May 2011 17:37:48 +0100, Richard Russell wrote:

> On Fri, 13 May 2011 17:19:56 +0100, H-Man <Spam@bites.fs> wrote:
>> I don't know a lot about LB but would this work (properly ported that  
>> is)?
>>
>> HRESULT STDMETHODCALLTYPE GetPath(
> 
> That's exactly the API I am using in my utility.  However you list it as  
> if it's a regular C-style API function called 'GetPath' when in fact it's  
> a COM object method 'IShellLink::GetPath' which therefore cannot be called  
>  from Liberty Basic:
> 
>   http://msdn.microsoft.com/en-us/library/bb774944.aspx
> 
> There *is* a regular API function called GetPath, but it's totally  
> different (it's a graphics function and nothing to do with shortcuts):
> 
>   http://msdn.microsoft.com/en-us/library/dd144908.aspx
> 
> Richard.
> http://www.rtrussell.co.uk/

Okay, I got this from the API docs I use for PureBasic programming, but
have never had the need to use it. Pure doesn't really do COM very well
either but there are libs available to ease the use. Thanks for the info,
sorry I butted in.
 
-- 
HK

Back to comp.lang.basic.misc | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Liberty Basic Help in CHM format "Richard Russell" <news@rtrussell.co.uk> - 2011-05-11 22:55 +0100
  Re: Liberty Basic Help in CHM format aury <aurelw.wiz@gmail.com> - 2011-05-12 04:57 -0700
    Re: Liberty Basic Help in CHM format "news@rtrussell.co.uk" <news@rtrussell.co.uk> - 2011-05-12 08:00 -0700
    Re: Liberty Basic Help in CHM format "Auric__" <not.my.real@email.address> - 2011-05-12 15:15 +0000
      Re: Liberty Basic Help in CHM format "Richard Russell" <news@rtrussell.co.uk> - 2011-05-12 18:08 +0100
        Re: Liberty Basic Help in CHM format "Auric__" <not.my.real@email.address> - 2011-05-12 17:30 +0000
          Re: Liberty Basic Help in CHM format "Richard Russell" <news@rtrussell.co.uk> - 2011-05-12 23:34 +0100
            Re: Liberty Basic Help in CHM format "Auric__" <not.my.real@email.address> - 2011-05-12 23:42 +0000
              Re: Liberty Basic Help in CHM format "Richard Russell" <news@rtrussell.co.uk> - 2011-05-13 10:02 +0100
                Re: Liberty Basic Help in CHM format H-Man <Spam@bites.fs> - 2011-05-13 10:19 -0600
                Re: Liberty Basic Help in CHM format "Richard Russell" <news@rtrussell.co.uk> - 2011-05-13 17:37 +0100
                Re: Liberty Basic Help in CHM format H-Man <Spam@bites.fs> - 2011-05-13 15:14 -0600
                Re: Liberty Basic Help in CHM format "Richard Russell" <news@rtrussell.co.uk> - 2011-05-13 22:37 +0100
                Re: Liberty Basic Help in CHM format H-Man <Spam@bites.fs> - 2011-05-16 10:08 -0600
  Re: Liberty Basic Help in CHM format Derek <derekrss@yahoo.ca> - 2011-05-12 08:14 -0700
  Re: Liberty Basic Help in CHM format "Auric__" <not.my.real@email.address> - 2011-05-14 01:32 +0000
    Re: Liberty Basic Help in CHM format aury <aurelw.wiz@gmail.com> - 2011-05-13 22:37 -0700
      Re: Liberty Basic Help in CHM format "Richard Russell" <news@rtrussell.co.uk> - 2011-05-14 10:28 +0100
        Re: Liberty Basic Help in CHM format aury <aurelw.wiz@gmail.com> - 2011-05-14 04:57 -0700
          Re: Liberty Basic Help in CHM format aury <aurelw.wiz@gmail.com> - 2011-05-14 05:00 -0700
            Re: Liberty Basic Help in CHM format aury <aurelw.wiz@gmail.com> - 2011-05-14 05:04 -0700
              Re: Liberty Basic Help in CHM format "Auric__" <not.my.real@email.address> - 2011-05-15 03:19 +0000
                Re: Liberty Basic Help in CHM format "Richard Russell" <news@rtrussell.co.uk> - 2011-05-15 10:43 +0100
        Re: Liberty Basic Help in CHM format "Auric__" <not.my.real@email.address> - 2011-05-15 03:00 +0000
        Re: Liberty Basic Help in CHM format "Gordon Rahman" <grahman@planet.nl> - 2011-06-02 22:22 +0200
          Re: Liberty Basic Help in CHM format "Richard Russell" <news@rtrussell.co.uk> - 2011-06-05 12:40 +0100
            Re: Liberty Basic Help in CHM format "Gordon Rahman" <grahman@planet.nl> - 2011-06-05 18:05 +0200
            Re: Liberty Basic Help in CHM format "Auric__" <not.my.real@email.address> - 2011-06-05 17:18 +0000
              Re: Liberty Basic Help in CHM format "Richard Russell" <news@rtrussell.co.uk> - 2011-06-05 18:50 +0100
                Re: Liberty Basic Help in CHM format "Auric__" <not.my.real@email.address> - 2011-06-05 18:11 +0000
                Re: Liberty Basic Help in CHM format "Richard Russell" <news@rtrussell.co.uk> - 2011-06-05 22:47 +0100
                Re: Liberty Basic Help in CHM format Red Rooster <NewRedRooster@hottmail.com> - 2011-06-09 22:14 -0700
    Re: Liberty Basic Help in CHM format "Richard Russell" <news@rtrussell.co.uk> - 2011-05-14 10:14 +0100

csiph-web