Näytetään tekstit, joissa on tunniste dll. Näytä kaikki tekstit
Näytetään tekstit, joissa on tunniste dll. Näytä kaikki tekstit
maanantai 24. toukokuuta 2010

3DRad DLL programming tools

Hi,

Useful tools for making dll's to 3DRad.

#1 Visual C++ 2010 Express (free) > link
For making the actual dll.

#2 Nirsoft DLL export viewer (free) > link
For checking if your function is exported properly.

#3 Dependency walker (free) > link
For checking what files your DLL requires (for example it might require other system dll's)
sunnuntai 23. toukokuuta 2010

mMsgBox.dll for 3DRad

what:
- DLL which displays a standard Yes/No popup.
- if iDLLArrayGet(0) = 1 then user pressed yes, if its 0 they pressed no.

how:
- Open 3DRad, add script object
- Copy script code from below & adjust DLL folder
- Add "if (iDLLArrayGet(0)==1)..." if you want to check the reply.
- Run project and Press "A" key to use dll call function

bugs:
- ??

Download:
mMsgBox10 (mediafire)
lauantai 22. toukokuuta 2010

Numbers2Speech.dll for 3DRad

what:
- DLL which uses windows text2speech engine to read numbers.
- Can be used in 3DRad games.

how:
- Open 3DRad, add script object
- Copy script code from below & adjust DLL folder
- Run project and Press "A" key to use dll call function

versions:
- v1.1 DLL updated
- v1.0 didnt work on other machines..

requirements:
- Microsoft .NET Framework 4 (Web Installer)
- Microsoft Visual C++ 2010 Redistributable Package (x64) (64bit)
or
- Microsoft Visual C++ 2010 Redistributable Package (x86) (32bit)


Download:
mNum2Speech.zip (mediafire)
 
Copyright 2009 3DRad Stuff