-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have some question about cygwin :
Can I use Cygwin develop socket based code?
Does Cygwin have read() and write() functions that work with file descriptors?
Can I use Pthread library in Cygwin?
Does code that compiles in Cygwin also
compile in Linux without any change or with little change?
Will…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
A year back i have developed a small script in perl for a customer and developed its .exe using pp .
we delivered .exe file along with basic cygwin(1.52) install files to run that .exe to customer.
Now we got an enhancement in the script .we lost all dev environment for cygwin .Again we installed…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using cygwin libraries to run C and C++ programs on Windows.
gcc runs fine, but with g++, I get a long list of errors. I think these erros are because of linking problems with C libraries.
Can you suggest what I need to do to fix this?
beginning error lines:
In file included from testgpp…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I know this is probably a common question, but after looking around for a few hours (on this site and others), I can't find a solution.
I'm trying to set up a simple proxy. I already have a server running Windows Server 2008.
I've installed Cygwin and have OpenSSH installed. I also have sshd (the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello all,
I am aware that _beginthreadex is part of the MSCVRT functions and therefore not accessible via Cygwin/MinGW
uintptr_t _beginthreadex(
void *security,
unsigned stack_size,
unsigned ( __stdcall *start_address )( void * ),
void *arglist,
unsigned initflag,
unsigned *thrdaddr…
>>> More
-
as seen on How to geek
- Search for 'How to geek'
Want to take a trip down memory lane with old school DOS games? D-Fend Reloaded makes it easy for you to play your favorite DOS games directly on XP, Vista, and Windows 7.
D-Fend Reloaded is a great frontend for DOSBox, the popular DOS emulator. It lets you install and run many DOS games…
>>> More
-
as seen on Super User
- Search for 'Super User'
How can I copy a file using DOS commands into a directory structure that may not yet exist? I need to be able to force the creation of the directory path to the target file location if that location doesn't already exist.
For example, there is already a file.txt in this location:
C:\file.txt
And…
>>> More
-
as seen on Super User
- Search for 'Super User'
I want to run a dos command in dos prompt, but this dos command is only executed using admin right. So, I can right click the command prompt to run as administrator, but I wanna to run one line of dos command using the admin right, can I run dos command in dos prompt like sudo in DOS cmd? thz u.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
How can I copy a file using DOS commands into a directory structure that may not yet exist? I need to be able to force the creation of the directory path to the target file location if that location doesn't already exist.
For example, there is already a file.txt in this location:
C:\file.txt
And…
>>> More
-
as seen on Internet.com
- Search for 'Internet.com'
The creation of database indexes is the last thing developers and database designers think about--almost an afterthought. Greg Larsen shows you some of the dos and don'ts of indexing to help you pick reasonable indexes at design time.
>>> More