Page 1 of 1

Question for all programmers. L00K NOT A CODING QUESTION

Posted: Thu Dec 29, 2005 11:13 pm
by TfAv1228
OK. I have done this, but i would like to get your opinion. A DLL(Dynamic Link Library for those whodont know) that you can use to load a map for basic programming with 1 line of code for .net (sorry VS6'rs).

Code: Select all

VB.net
Dim Map As H2.Load.MapStructure = H2.Load.Map(MapFileName)

C#.net
H2.Load.MapStructure Map = H2.Load.Map(MapFileName);

And of course i stuck in a fix encryption function

Code: Select all

VB.net
Dim encryption As Long = H2.Fix.Encryption(MapFileName)

C#.net
long encryption = H2.Fix.Encryption(MapFileName);
If/When i release it i will release a tutorial on how to use it
PM me if u want it pre-release

Posted: Thu Dec 29, 2005 11:26 pm
by xxANTMANxx
sounds like a good idea

Posted: Fri Dec 30, 2005 4:53 am
by coldshadow
cool...i think...
maybe i'll understand it when im 18, but not at the moment lol

Posted: Fri Dec 30, 2005 11:39 am
by xzodia04
yea sounds great
when ur 18? come on if u want 2 get anywhere with programing u hav 2 start now

Re: Question for all programmers. L00K NOT A CODING QUESTION

Posted: Fri Dec 30, 2005 12:37 pm
by Shalted
TfAv1228 wrote:OK. I have done this, but i would like to get your opinion. A DLL(Dynamic Link Library for those whodont know) that you can use to load a map for basic programming with 1 line of code for .net (sorry VS6'rs).

Code: Select all

VB.net
Dim Map As H2.Load.MapStructure = H2.Load.Map(MapFileName)

C#.net
H2.Load.MapStructure Map = H2.Load.Map(MapFileName);

And of course i stuck in a fix encryption function

Code: Select all

VB.net
Dim encryption As Long = H2.Fix.Encryption(MapFileName)

C#.net
long encryption = H2.Fix.Encryption(MapFileName);
If/When i release it i will release a tutorial on how to use it
PM me if u want it pre-release
Hmmm... This is a good idea, mostly because it only loads a map, and signs a map. Then they have to do the rest themselfs. But honestly if you can't load a map by you're self, and you want to write an application, you need help. But I guess it will shut up all the noobs who want to learn how to open a map....

Anyway, good work.

Posted: Fri Dec 30, 2005 12:44 pm
by modder4321
lol a little late tfav i alrdy released one :) lol good thinking though i think u should release urs

Posted: Fri Dec 30, 2005 12:49 pm
by TfAv1228
wait modder4321 ur dll is .net 2005 which requires framework v2 alot of the modding community still uses framework v1 and may not be running an xp or an xp that is fast enough for framework 2 i could install v2 on my laptop but it goes slow as hell when i do so i dont and my main computer runs windows 98 which i prefer to xp because it is actually stable (+ i got the comp for free and it sucks to much to install xp ok and i can also make this dll in C++6 so vb6 and c++6 users can use it aswell

Posted: Sat Dec 31, 2005 4:10 am
by Aequitas
modder4321 wrote:lol a little late tfav i alrdy released one :) lol good thinking though i think u should release urs
lol ur mb latest lol.. looke at Ch2r!!! rofl

*cough*

Anyways.. Its only a good idea if its done really well :p Personally.. I think it would be more helpful to create some programmer-friendly documentation on the map format (The White Paper), and let individual programmers handle the rest on their own as they need it. ;)

programming

Posted: Sat Dec 31, 2005 6:34 am
by btownsen4
I started to program when I was 8 lol

Posted: Sat Dec 31, 2005 11:15 am
by coldshadow
xzodia04 wrote:yea sounds great
when ur 18? come on if u want 2 get anywhere with programing u hav 2 start now
uhm, im 14 and i have already mastered HTML and im learning JAVA.
satisfied? :P

Posted: Sat Dec 31, 2005 2:17 pm
by Shalted
I don't consider HTML a programming language because it contains no loop or if statements.... But Java is alright for a beginner.

Anyway age doesn't matter. I've been programming since I was... I cant remember, but I know I was young. (9-ish I think... But it was only in BASIC which is like smashing you're face on a keyboard and writing a calculator, its that easy)