bdemorrow's Profile
Reputation: 11
Tradesman
- Group:
- Members
- Active Posts:
- 29 (0.04 per day)
- Joined:
- 21-July 11
- Profile Views:
- 475
- Last Active:
Jun 01 2012 04:40 AM- Currently:
- Offline
Previous Fields
- Country:
- Who Cares
- OS Preference:
- Who Cares
- Favorite Browser:
- Who Cares
- Favorite Processor:
- Who Cares
- Favorite Gaming Platform:
- Who Cares
- Your Car:
- Who Cares
- Dream Kudos:
- 0
Posts I've Made
-
In Topic: Does anyone else hate existing anti-virus software?
Posted 16 May 2012
GunnerInc, on 15 May 2012 - 05:12 PM, said:bdemorrow, so when you write programs in Assembly the AV software doesn't like it? LMFAO!!! Welcome to my world. 2 simple things that can help:
1. Add VERSIONINFO to your resource section.
2. Add a MANIFEST to your resource section.
Don't put data in the code section then try to write to it. Don't do anything "shifty". You have COMPLETE control over your code layout, move functions around, move your data and data? around.
Will definitely give that a shot, thanks for the tips! -
In Topic: chat application to extern networks, how do you do that?
Posted 16 May 2012
You need a basic understanding of networking it sounds like.
If you have a 'local chat server' listening on port 4223 for instance, it can accept connections from anyone on the internet, provided that they can indeed reach that computer on port 4223.
Here in the US, most of us have routers with NAT enabled in front of our internal network.
If you also have NAT enabled (you have an IP Address such as 192.X.X.X), then you need access to configure the router to forward port 4223 to the computer hosting the chat server. -
In Topic: Copying A Sql Database in Ms Sql
Posted 16 May 2012
Inside SQL Server Management Studio:
Right click on your database, click on Tasks->Backup. Follow dialog to create a backup.
Then restore the database to a new name and drop what you don't want everyone to have access to.
Right click on Databases node in Object Explorer, click on Restore Database. Follow dialog to restore backup.
Then make another backup of your modified database and restore it wherever you want. -
In Topic: Microsoft Virtual PC 2007
Posted 15 May 2012
-
In Topic: Error: Database is read-only
Posted 15 May 2012
The problem that you are experiencing is due to the fact that users do not have write permission to system folders.
If the data you are storing is meant to be stored on a per-user basis, it should be installed in the users own folder (C:\Users\<username\...). If the data is meant to be shared among all of the users on the computer, it needs to be stored in a shared location that all users have access to.
If you need to store it in a system folder (C:\Program Files\...), you will likely need to force all users to run it as Administrator. I haven't automatically done this with an installer before, but if you right click on a shortcut, go to
Properties->Compatibility->Run this program as an administrator
Hope that's more clear.
Good luck.
My Information
- Member Title:
- New D.I.C Head
- Age:
- Age Unknown
- Birthday:
- Birthday Unknown
- Gender:
-
- Full Name:
- Brad DeMorrow
- Years Programming:
- 10
- Programming Languages:
- C/C++, C#, D, Java, Javascript, x86 Assembly, Object Pascal, Classic ASP, Python, Perl
Contact Information
- E-mail:
- Click here to e-mail me
- Website URL:
-
http://www.ThePortableCoder.com
- ICQ:
-
63136645
- Twitter:
- PortableCoder
|
|


Find Topics
Find Posts
View Reputation Given
|
Comments
bdemorrow has no profile comments yet. Why not say hello?