forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


How to bundle external dll into single standalone exe file?

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help
View previous topic :: View next topic  
Author Message
Max
Newbie


Joined: 24 Jul 2011
Posts: 20

PostPosted: Sun Dec 25, 2011 5:53 am    Post subject: How to bundle external dll into single standalone exe file? Reply with quote

Maybe this question have been ask before but I couldn't find any info on it.

Since there are so many free dlls here, I so wonder how all of you bundle the dlls into single standalone vds compile exe file. Question

Please point me to the right direction, I'm looking for solution for VDS 5 and VDS6. Question Rolling Eyes Thank you.

BTW, merry christmas everyone. Very Happy
Back to top
View user's profile Send private message
LiquidCode
Moderator Team


Joined: 05 Dec 2000
Posts: 1751
Location: Space and Time

PostPosted: Sun Dec 25, 2011 4:23 pm    Post subject: Reply with quote

You can compile the DLL (or any file for that matter) as a resource then extract it before calling it. Here is an example. This is in VDS 6, for VDS 5 you will need to use the binfile command.

Code:

#resource add,binary,#vdspopup.dll,popup


# then extract the dll before calling it

write resource,binary,popup,@path(%0)vdspopup.dll
external @path(%0)vdspopup.dll


Take a look at the VDS help file for more info on the commands

_________________
Chris
Http://theblindhouse.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Fri Jan 06, 2012 3:23 am    Post subject: Reply with quote

You can also check out PGWARE's Alloy product:
http://www.pgware.com/products/alloy/

_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group