-
Adding .lib file to exe
Hi folks,
I would like to add an existing library file (.lib) to my VB application
so that i have to deploy only executable at the client location. In
short, does anybody know any way to use .lib with a VB applcation
without creating intermediate COM DLL???
Thanks,
Piyush Gupta.
-
Re: Adding .lib file to exe
You might be able to do it with www.tweakvb.com
"Piyush" <piyush_gupta@hotmail.com> wrote in message
news:3CEA1CB3.5090908@hotmail.com...
> Hi folks,
>
> I would like to add an existing library file (.lib) to my VB application
> so that i have to deploy only executable at the client location. In
> short, does anybody know any way to use .lib with a VB applcation
> without creating intermediate COM DLL???
>
> Thanks,
>
> Piyush Gupta.
>
-
Re: Adding .lib file to exe
Thanks Peter for this information but I would like to have some settings
from VB and its compiler itself rather from any 3rd party tool.
Peter Young wrote:
> You might be able to do it with www.tweakvb.com
>
> "Piyush" <piyush_gupta@hotmail.com> wrote in message
> news:3CEA1CB3.5090908@hotmail.com...
>
>>Hi folks,
>>
>>I would like to add an existing library file (.lib) to my VB application
>>so that i have to deploy only executable at the client location. In
>>short, does anybody know any way to use .lib with a VB applcation
>>without creating intermediate COM DLL???
>>
>>Thanks,
>>
>>Piyush Gupta.
>>
>>
>
>
-
Re: Adding .lib file to exe
In that case you're out of luck. VB does not offer a way to statically link
your own modules.
"Piyush" <piyush_gupta@hotmail.com> wrote in message
news:3CEDD0E6.8010206@hotmail.com...
> Thanks Peter for this information but I would like to have some settings
> from VB and its compiler itself rather from any 3rd party tool.
>
> Peter Young wrote:
>
> > You might be able to do it with www.tweakvb.com
> >
> > "Piyush" <piyush_gupta@hotmail.com> wrote in message
> > news:3CEA1CB3.5090908@hotmail.com...
> >
> >>Hi folks,
> >>
> >>I would like to add an existing library file (.lib) to my VB application
> >>so that i have to deploy only executable at the client location. In
> >>short, does anybody know any way to use .lib with a VB applcation
> >>without creating intermediate COM DLL???
> >>
> >>Thanks,
> >>
> >>Piyush Gupta.
> >>
> >>
> >
> >
>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|