Central Games Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Making a DLL

3 posters

Go down

Making a DLL Empty Making a DLL

Post by im_not_emo Sun Sep 28, 2008 6:55 pm

I am thinking about creating a simple DLL, or scripts for GML to make it have more powerful functions. For example, in most languages, when you read a text file you have a 'split' function for seperating the text around a symbol.
For example here it is used in PERL:
Code:
$text = "Hi!.Having a good day?.Bye!";
@lines = split(/\./, $text);
print "Content-type:text/html\n\n";
print "The text says:<br/>";
foreach $line (@lines)
{
 print "$line<br/><br/>";
}
Would print:
The text says:
Hi!

Having a good day?

Bye!



So you can see it is very useful, so that is one thing i would incorporate into it. So whilst i am at, anyone got any ideas? (Easy stuff, i can't be bothered making a big DLL)

im_not_emo
Global Mod
Global Mod

Male
Number of posts : 896
Age : 31
Location : Auckland
Job/hobbies : Well, computer?
Warning :
Making a DLL Left_bar_bleue0 / 1000 / 100Making a DLL Right_bar_bleue

Reputation :
Making a DLL Left_bar_bleue999 / 100999 / 100Making a DLL Right_bar_bleue

Registration date : 2008-07-18

http://www.inegames.f33webhost.com

Back to top Go down

Making a DLL Empty Re: Making a DLL

Post by DT-170x Sun Sep 28, 2008 7:54 pm

look easy. Very Happy

Hay I might try it some time.
DT-170x
DT-170x
Junior Member
Junior Member

Male
Number of posts : 109
Age : 35
Location : Be a physic to know that question
Warning :
Making a DLL Left_bar_bleue0 / 1000 / 100Making a DLL Right_bar_bleue

Reputation :
Making a DLL Left_bar_bleue9 / 1009 / 100Making a DLL Right_bar_bleue

Registration date : 2008-08-22

Back to top Go down

Making a DLL Empty Re: Making a DLL

Post by Luke(ADMIN) Sun Sep 28, 2008 10:35 pm

I know how to make DLLs too, but in C++, not PERL.
Luke(ADMIN)
Luke(ADMIN)
Admin
Admin

Male
Number of posts : 838
Age : 30
Location : Right Behind You
Job/hobbies : Hello! I am a programmer/hacker. I play piano and French Horn. I love mountain biking and kayaking.
Warning :
Making a DLL Left_bar_bleue0 / 1000 / 100Making a DLL Right_bar_bleue

Reputation :
Making a DLL Left_bar_bleue999 / 100999 / 100Making a DLL Right_bar_bleue

Registration date : 2008-07-17

http://www.lujosoftware.com

Back to top Go down

Making a DLL Empty Re: Making a DLL

Post by im_not_emo Sun Sep 28, 2008 11:00 pm

Right, i was just using PERL as an example of the Split function. I would actually be writing it in C++

im_not_emo
Global Mod
Global Mod

Male
Number of posts : 896
Age : 31
Location : Auckland
Job/hobbies : Well, computer?
Warning :
Making a DLL Left_bar_bleue0 / 1000 / 100Making a DLL Right_bar_bleue

Reputation :
Making a DLL Left_bar_bleue999 / 100999 / 100Making a DLL Right_bar_bleue

Registration date : 2008-07-18

http://www.inegames.f33webhost.com

Back to top Go down

Making a DLL Empty Re: Making a DLL

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum