Hi,
First off the current DB is v1.13, which fixes bugs & has several advantages over the original release such as 3rd party DLL support.
Since then DB software seem to be concentrating on Dark Basic Professional, which has several major improvements over plain DB, including:
1. More advanced...
Some points about your query:
1. You can't use a VisualBasic .EXE file, use a .DLL (dynamically linked library) instead; choose to create a DLL when you compile your VB program - see VB compilation options.
2. DarkBasic will call a function/subroutine in VB.
First off, make sure you have at...
First of all, make sure you have turned on TYPE,DEFINE,GLOBAL extended syntax (edit>edit options>[editor options]tab) otherwise DB won't understand the additional darkedit commands. Note that GLOBAL extended syntax MUST be enabled as well as TYPE.
Then try this code:
TYPE player_info...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.