Re: chat on some programming languages

2016-02-15 Thread AudioGames . net Forum — Developers room : helsywarner via Audiogames-reflector
Re: chat on some programming languages Check this chat programming samplehttp://csharp.net-informations.com/comm … amming.htmWarner URL: http://forum.audiogames.net/viewtopic.php?pid=250457#p250457 ___ Audiogames-reflector mailing list

Re: chat on some programming languages

2016-02-14 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: chat on some programming languages Something to keep in mind is that I ran into problems with case sensative files at times, so it might not hurt to double check the capitalization of your file extentions and names. Now, assuming your using the latest Pyinstaller lets say you want

Re: chat on some programming languages

2016-02-14 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: chat on some programming languages Something to keep in mind is that I ran into problems with case sensative files at times, so it might not hurt to double check the capitalization of your file extentions and names. Now, assuming your using the latest Pyinstaller lets say you want

Re: chat on some programming languages

2016-02-12 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: chat on some programming languages Something to keep in mind is that I ran into problems with case sensative files at times, so it might not hurt to double check the capitalization of your file extentions and names. Now, assuming your using the latest Pyinstaller lets say you want

Re: chat on some programming languages

2016-02-12 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: chat on some programming languages Something to keep in mind is that I ran into problems with case sensative files at times, so it might not hurt to double check the capitalization of your file extentions and names. Now, assuming your using the latest Pyinstaller lets say you want

Re: chat on some programming languages

2016-02-11 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: chat on some programming languages Something to keep in mind is that I ran into problems with case sensative files at times, so it might not hurt to double check the capitalization of your file extentions and names. Now, assuming your using the latest Pyinstaller lets say you want

Re: chat on some programming languages

2016-02-11 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: chat on some programming languages Something to keep in mind is that I ran into problems with case sensative files at times, so it might not hurt to double check the capitalization of your file extentions and names. Now, assuming your using the latest Pyinstaller lets say you want

Re: chat on some programming languages

2016-02-10 Thread AudioGames . net Forum — Developers room : Hrvoje via Audiogames-reflector
Re: chat on some programming languages I'm currently experimenting in writing games with 3 languages, BGT, PureBasic, and Python. My final choice will of course be the one that will satisfy all my needs. Here are my findings and opinions.BGT: BGT is probably the only one that has all

Re: chat on some programming languages

2016-02-10 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: chat on some programming languages It took me awhile to figure out, but you can pack arbitrary data files like password protected zips into your executable in Pyinstaller. If you like I can explain the process, which also involves loading your assets a little differently to link

Re: chat on some programming languages

2016-02-10 Thread AudioGames . net Forum — Developers room : danny via Audiogames-reflector
Re: chat on some programming languages That would be cool if you could explain it, I use pyinstaller as well. URL: http://forum.audiogames.net/viewtopic.php?pid=249981#p249981 ___ Audiogames-reflector mailing list Audiogames-reflector

Re: chat on some programming languages

2016-02-10 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: chat on some programming languages Something to keep in mind is that I ran into problems with case sensative files at times, so it might not hurt to double check the capitalization of your file extentions and names. Now, assuming your using the latest Pyinstaller lets say you want

Re: chat on some programming languages

2016-02-10 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: chat on some programming languages Something to keep in mind is that I ran into problems with case sensative files at times, so it might not hurt to double check the capitalization of your file extentions and names. Now, assuming your using the latest Pyinstaller lets say you want

Re: chat on some programming languages

2016-02-10 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: chat on some programming languages Something to keep in mind is that I ran into problems with case sensative files at times, so it might not hurt to double check the capitalization of your file extentions and names. Now, assuming your using the latest Pyinstaller lets say you want

Re: chat on some programming languages

2016-01-12 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: chat on some programming languages Before you do anything that involves networking, I recommend you learn how a network functions and how the internet functions. If you don't have an in-depth knowledge of how the internet functions (how frames are processed, what the different OSI

Re: chat on some programming languages

2016-01-11 Thread AudioGames . net Forum — Developers room : visualstudio via Audiogames-reflector
Re: chat on some programming languages you need a network library first (it makes your life easier)or os speciffic socket apithen you need to implement a server which get's messages from clients and send it back to other clientslook at sdl_net, it has an example of chat client

Re: chat on some programming languages

2016-01-11 Thread AudioGames . net Forum — Developers room : visualstudio via Audiogames-reflector
Re: chat on some programming languages you need a network library first (it makes your life easier)or os speciffic socket apithen you need to implement a server which get's messages from clients and send it back to other clientslook at sdl_net, it has an example of chat client

Re: chat on some programming languages

2016-01-11 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: chat on some programming languages Assuming you mean you want to know more about networking in the various languages, the answer will be more or less the same for all of them. All programming languages are more or less the same, they all have loops, variables, etc. The only differences

Re: chat on some programming languages

2016-01-11 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: chat on some programming languages Hi,I would not do chat in BGT. It is rather... difficult and complicated. The others, though... that's complicated too. It's harder than it sounds. URL: http://forum.audiogames.net/viewtopic.php?pid=246374#p246374

chat on some programming languages

2016-01-05 Thread AudioGames . net Forum — Developers room : jonikster via Audiogames-reflector
chat on some programming languages Greetings to all!Who can lay please online chat in the following languages:PythonBGTVb 6VB.netC #C ++I am a language where it is easier to network applications.Thanks in advance! URL: http://forum.audiogames.net/viewtopic.php?pid=245654#p245654