Dll for 3D Engine and Executables

Share your advanced PureBasic knowledge/code with the community.
Purebat
New User
New User
Posts: 4
Joined: Wed Sep 17, 2003 4:19 pm
Contact:

Dll for 3D Engine and Executables

Post by Purebat »

Hi there!

If you work with Engine3D and want to make an executable you musst copy Engine3D.dll from your "Compiler" directory into your projectdirectory.

I think this information should be in the helpfile.


C ya

Sebastian
User avatar
Andre
PureBasic Team
PureBasic Team
Posts: 2137
Joined: Fri Apr 25, 2003 6:14 pm
Location: Germany (Saxony, Deutscheinsiedel)
Contact:

Re: Dll for 3D Engine and Executables

Post by Andre »

Purebat wrote:I think this information should be in the helpfile.
Noticed for next docs update :D
Bye,
...André
(PureBasicTeam::Docs & Support - PureArea.net | Order:: PureBasic | PureVisionXP)
GPI
PureBasic Expert
PureBasic Expert
Posts: 1394
Joined: Fri Apr 25, 2003 6:41 pm

Post by GPI »

Maybe it would be usefull, to have a option like "automtic copy Engine3d.dll in the destination-folder, when needed". But this should be done by the compiler (or he should send a message to the editor...)
User avatar
J. Baker
Addict
Addict
Posts: 2181
Joined: Sun Apr 27, 2003 8:12 am
Location: USA
Contact:

Post by J. Baker »

Here's a NEWBIE question. Is it possible to have the dll compile with the executable?
LarsG
Enthusiast
Enthusiast
Posts: 713
Joined: Mon Jun 02, 2003 1:06 pm
Location: Norway
Contact:

Post by LarsG »

I guess you can include it with IncludeBinary and then write it at runtime, but I don't think you can work with the DLL only resident in memory..

-Lars

AMD Athlon XP2400, 512 MB RAM, Hercules 3D Prophet 9600 256MB RAM, WinXP
PIII 800MHz, 320 MB RAM, Nvidia Riva Tnt 2 Mach 64 (32MB), WinXP + Linux
17" iMac, 1.8 GHz G5, 512 MB DDR-RAM, 80 GB HD, 64 MB Geforce FX 5200, SuperDrive, OSX
Kale
PureBasic Expert
PureBasic Expert
Posts: 3000
Joined: Fri Apr 25, 2003 6:03 pm
Location: Lincoln, UK
Contact:

Post by Kale »

you could use PEBundle to include DLL's with your exe :D
--Kale

Image
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

PEBundle definitely doesn't works correctly everywhere, so it's no more an option. His developper seems to have cancelled his project as I got no news since 6 months.
Kale
PureBasic Expert
PureBasic Expert
Posts: 3000
Joined: Fri Apr 25, 2003 6:03 pm
Location: Lincoln, UK
Contact:

Post by Kale »

PEBundle definitely doesn't works correctly everywhere, so it's no more an option. His developper seems to have cancelled his project as I got no news since 6 months.
:o :? :(
--Kale

Image
Post Reply