Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

DarkBASIC Professional Discussion / Advise for DB é DBPro migration

Author
Message
Freddix
AGK Developer
21
Years of Service
User Offline
Joined: 19th Sep 2002
Location: France
Posted: 20th Sep 2002 13:46
If you have a big game or program you want to migrate to DBPro , here is my hint that should ( i hope ) help you.

1 - follow the migration doc from DBPro doc.
2 - run your code per little parts.
Example 1st test , running only the 50 firsts lines of code and use 'END' command to finish
If the program does not fail and quit correctly then run the 100 firsts lines of codes and use 'end' .
If all is always good , the run 1250 lines of code , etc . . .

When you encountered a crash or a bug , you know that the problem came from inside then 50 lasts code lines you les him run.
Then It can be easier to find the problem and resolve it.
Freddix
AGK Developer
21
Years of Service
User Offline
Joined: 19th Sep 2002
Location: France
Posted: 20th Sep 2002 15:15
I've found something very important for Migration !
It help me grantly , when I applied these changes , the introduction and option menu of my game DarkAnoid work !

You've just to add a space under each comma.
The procedure is quite easy.

Open menu : SEARCH then SEARCH/REPLACE
text to find : "," ( only the comma )
replace with : ", " ( only a comma with a space under )

then select REPLACE ALL

Here is the procedure , with that I can tell that I've my firsts screens of my game running under DBPro !!! whouaou !
I'm happy !

Login to post a reply

Server time is: 2024-05-04 04:23:25
Your offset time is: 2024-05-04 04:23:25