Networked object creation and destruction Programming Software Development by BlackPhoenix … background information on my project. I want to create a networked game that uses SDL as the library for graphics. In… then go back and re-do everything to make it networked. All I'm trying to achieve at this point in… time is networked movement between more than one player in a small 640x480… Re: Networked object creation and destruction Programming Software Development by BlackPhoenix Yikes, great catch. I thought temp being a pointer, creating a new object would take the place of the same memory location. I guess not! I appreciate the help. Hopefully some people with experience in creating networked games can come in and provide some information. Networked Application Programming Software Development by zachattack05 … kind enough to have a discussion with me about a networked solution. Right now what I have is an Access database…. Here's my main concern: I need to know how networked applications work (not technically, but with C#)...I know that… Re: Networked Application Programming Software Development by zachattack05 … or anything special...Is there a different way to write networked solutions? Re: Networked Application Programming Software Development by sknake … or anything special...Is there a different way to write networked solutions?[/B] Your best bet is to learn sql server… HELP! Networked XP Question My Documents and Drive Sharing Questions Hardware and Software Microsoft Windows by SheilaT … computer network so that there is only one My Documents (networked) to save to on his computer. I looked at his… all documents from both the local My Documents and the networked My Documents and make it into only one place to… Can't access https from networked machine? Hardware and Software Microsoft Windows by madzilla … a problem with connecting to an https site on a networked machine. We've tried connecting on standalone machines with no…, but when they go to the same address on a networked machine it redirects to a Google search. Any ideas where… Re: how to run a networked program Programming Software Development by gusano79 … the system > how can we implement this in a networked way? If your software is running on two different machines… they're sharing a single database, then they are already networked in some way. Is there something else you need to… Server keeps tripping out of IE/Outlook but networked machines keep on working Hardware and Software Networking by mweston … connected to a PC and then the other PC is networked. The problem is with the the main PCconnected to the… A network cable is unplugged" repeatedly flashing on networked computers Hardware and Software Networking by benyam_dessu A network cable is unplugged" repeatedly flashing on networked computers. Thanks Help with networked pong game Programming Software Development by handsomedan …, the main purpose of this project is to create a networked pong game. I want to create two other classes, hostpong… VB.NET to Networked Database Help Programming Software Development by jjsmithy Hi everyone; I am working on a windows form project on VB.NET and am required to take the user submitted text from the textboxes on the form, to a networked database. I am guessing using an SQL database, so how would I set this up and implement all of this? Any help would be much appreciated. Thank You how to run a networked program Programming Software Development by ses03 we should create a program that could run through two computers and the computers should be able to access 1 database for record sharing. how can we make that? we already made the system. the problem is, how can we implement this in a networked way? thanks in advance. :) Re: Networked object creation and destruction Programming Software Development by mrnutty Your code has a memory leak : [code] Player* temp; //create 3 objects in vector temp = new Player(300, 300); // You ask for memory for temp Players.push_back(temp); Players.back()->Load("enemy.bmp"); temp = new Player(400, 300); // You again ask for memory for temp. //code removed... //... //... temp = … Re: Networked Application Programming Software Development by sknake [B]>>1) The MS SQL Server Express is required to access the data in .mdf files, does the server only need to be installed on the "host" or "server" computer on the network or does it need to be installed on all client computers as well?[/B] You should install the SQL Server on a stable machine and have all of the … Re: Networked Application Programming Software Development by zachattack05 Sknake, Let me chew that over for a bit and see if I can wrap my brain around it...you are correct though, the Access project is functioning, but does have issues...that's why I'd like to port it over to C#...I've toyed with the idea of possibly trying c++ instead, but I'm starting to think, at this point, it doesn't really matter...C# should be … Re: Networked Application Programming Software Development by sknake [B]>>PS - How do you get those cool looking Mac style buttons on your forms?[/B] I use [URL="http://www.devexpress.com/"]developer express[/URL] controls. The entire application is skinnable. Forms, buttons, text boxes, grids, etc. Its a little pricey but I think its' worth it. Re: Networked Application Programming Software Development by zachattack05 Okay, I do have a couple of initial questions after chewing on this for a while... 1) In regards to the application installation and the database being created... If I have only 1 "version" of the application (can be either a client or a server based on how they set the software up), when the msi package runs, it would try to create a … Re: Networked Application Programming Software Development by sknake [B]>>1) In regards to the application installation and the database being created... If I have only 1 "version" of the application (can be either a client or a server based on how they set the software up), when the msi package runs, it would try to create a blank database on the local system, but the SQL server won't be installed, … Re: Networked Application Programming Software Development by zachattack05 [QUOTE=sknake;1083893]Don't add SQL-Server as a launch condition or prerequisit in order to install your software. In the install dialogs add an optional step for installing SQL server, and add an optional step for configuring the database. You don't want to end up making your installer require SQL server for every installation because you only … Re: Networked Application Programming Software Development by zachattack05 [QUOTE=zachattack05;1083957]See the attachment[/QUOTE] Helps if I attach it. :) Re: Networked Application Programming Software Development by sknake [B]>>Add a dialog? When I "publish" the application I don't seem to have any way to add any dialogs...I'm using express edition of C#...figured I shouldn't invest in the full studio until I'm sure I want to do this. See the attachment, that's the screen I see when I publish. [/B] Is this a web app or a windows form app? [B]>… Re: Networked Application Programming Software Development by zachattack05 [QUOTE=sknake;1084124][B]>>Add a dialog? When I "publish" the application I don't seem to have any way to add any dialogs...I'm using express edition of C#...figured I shouldn't invest in the full studio until I'm sure I want to do this. See the attachment, that's the screen I see when I publish. [/B] Is this a web app or a … Re: File Sharing problem on networked computers Hardware and Software Microsoft Windows by K6BON He does not have Microsoft Money installed on his computer. I want him to access through the Shared Folders option. Do I need to install the full program on his computer? I thought file sharing was set up to work without having to have it on the networked computer. Networked Win2k Printers Problem Hardware and Software Microsoft Windows by halenger Basially the situation is I have 4 computers here and 2 printers. The 2 printers are hooked up to one computer-1 is USB and 1 is Parallel. They print fine when they are first connected but if I reboot the computers without attached printers then they say "Unable to Connect/Access Denied". I can get them to work again by going into My … Re: Networked Win2k Printers Problem Hardware and Software Microsoft Windows by Dani You said you've used Windows2000 and Windows98 without a problem. I take it you're using Windows XP now? On the computer hooked up to the printers, edit the printer shares to make sure they don't require a username or password. Otherwise, on the client computers end, is there a place where you can store the password? The problem seems to just be a … Re: Networked Win2k Printers Problem Hardware and Software Microsoft Windows by halenger Hmmm... I'll take a look see now. Probably is security alright cause I've never used NTFS everywhere before. No I'm using ALL Win2k now. I meant at home I had used Win2k, Win98 and Win95 actually without any such problem. Re: Networked Win2k Printers Problem Hardware and Software Microsoft Windows by Dani Windows 98 and Windows 95 I can see working without a problem because they aren't multiuser-based operating systems. Windows XP seems to be a bit quirkier with security stuff than Windows 2000. Re: Networked Win2k Printers Problem Hardware and Software Microsoft Windows by halenger Success!! Thanks! Twas security issues alright. NTFS is very picky!! :-p Networked chat application between two clients Programming Software Development by knight fyre I'm trying to create a client/server setup that allows two clients to communicate with each other. The problem is that when I run the application the the message does not go to the send client, only to the server. Here is the source code. Class MorseServer [CODE=java]import javax.swing.JTextArea; import javax.swing.JFrame; import javax.swing…