User Profile
Collapse
-
Renaming exacutable file makes the file require admin permission to run
Just to be clear I do not mean renaming a file requires admin permission! So I have just created a program for managing virtual floppy disks (injecting, extracting, and deleting files form a virtual floppy), but the output file name is not correct so I renamed it to "vdisk.exe" . When I try to run the file it says it requires admin permission to run, but with any other file name it runs just fine and does not require admin permission. I... -
I figured out I had to do sudo chown -R www-dat:www-data but I accidentally did chmod instead lol -
Can't import a project to my svn server.
Why can't I import a project from netbeans to my svn server?
I get to the last step and I get this error "org.tigris.sub version.javahl. ClientException :*Can't*open*fi le*'/svn/db/txn-current-lock':*Permissi on*denied*MKACT IVITY*of*'/svn/!svn/act/a3054c5d-3801-0010-b7b8-8dc177af3385':* 500*Internal*Se rver*Error*(htt p://192.168.1.100)" is this because svn doesn't have permission to write to the /svn folder or something to that effect? -
Why can't I access my external ip?
I just set up my apache and svn server, but for some reason I can't connect to it from any computer on my network except the server. My friends are able to connect to it and I just tried connecting to it through a proxy and it worked fine. I tried pinging my external ip and got nothing back. It appears that I can't access my external ip at all. -
-
Strange behavior with Visual Studio
Long story short I am writing a compiler, and for some reason I am getting some vary strange errors which make no sense at all. I'm almost sure it has nothing to do with my code. I do have quite a few plugins is it possible that that is the cause?
Ok so I guess I should explain some of the errors I'm getting so to start off here is my main method.
Code:private static void Main(string[] args) { string
-
Sharing variables and methods between classes
I have recently come across a situation where various non-related class need to share variables and methods. The first thing that came to my mind was to make a static class with static variables and methods which works fine, but I was wondering if there was a more OO way of doing this. Thanks in advance! -
Why is StreamWriter not working?
Im trying to write a class to replace strings in a text file but for some reason StreamWriter will not work in my class. Its not throwing any exceptions or anything its just not writing to the text file. Also I used to have a destructor in my class but it was throwing an exception when I tried to close or dispose outFile.
Code:class TextReplacer { private StreamReader inFile; private StreamWriter outFile;
Last edited by Niheel; Apr 17 '11, 07:40 AM. -
Weerd I made a new file to try it on and \t worked fine. Maby its because Im reading it from a file?Leave a comment:
-
Comparing a string to tab ("\t")
Im trying to compare a string variable to a tab
if (someStringVar == "\t")
...
but that doesnt seem to work. -
How would I look at the assembly code if my compiler doesnt output readable any assembly code?Leave a comment:
-
What does a class in C++ look like in assembly?
If I defined a class in C++
class SomeClass
{
...
}
what would that look in assembly. -
-
How do I combine C / C++ with Assembly
Im having trouble when I try to compile the c code and link the c and assembly object files. There is two files driver.c and first.asm I copied the code for both files out of book im reading and im using netwide assembler and borland c compiler.... -
Well first I open c++ and on the start page I goto new project then I click on win32 console application and make sure the location is where I wont it then I type in a name and press ok and thet error thing pops up....Leave a comment:
-
What do you meen by choices? And im preaty sure its not my anti virus and I dont evan have parental control besides im the admin anyway....Leave a comment:
-
How to create a new win32 console application with C++
Im using Microsoft visual c++ 2008 and 2010 and neither of them will let me create a new win32 console application they will let me edit them but not make a new one. It used to work but evry time I try naw this thing pops up and says navigation to the webpage was canceled.... -
Actualy I think I fugerd it out but what I was trying to do was send stuf over a server to my friend but right naw its imposible so it doesnt mater any more....Leave a comment:
-
Do I need an external static ip to host a web server or whatever?Leave a comment:
-
So your saying it wont work unless I pay for a unique ip address?...Leave a comment:
No activity results to display
Show More
Leave a comment: