0
votes
1answer
27 views
Porting code from Linux to Windows
Hi all,
I'm using Visual Studio .NET 2003, and I'm trying to port code I've written and compiled/run successfully in Linux GCC to Windows.
I'm a newbie when using VS. I've create …
0
votes
3answers
74 views
Listen to a port that is in use [closed]
Possible Duplicate:
Get connecting IP from specified ports that using by other program.
If a port is used by a program, is there any way I can listen that port and get the …
0
votes
0answers
15 views
How to patch J2SE so Java Datagram.getAddress() reports sender’s port
Sun's j2se implementation of the j2me Datagram appears to be a bit broken:
javax.microedition.io.DatagramConnection dc = createDatagramConnection();
javax.microedition.io.Datagra …
1
vote
2answers
68 views
Can’t access locally hosted project via the internet?
I'm currently developing a Java Servlet Project in Eclipse. The project is compiled via Tomcat 5.5 and hosted in localhost:8080(alternatively 127.0.0.1:8080 AND 192.168.1.10:8080 …
0
votes
1answer
36 views
listenin a port from appplication server
Hi all;
First I have a JSF application that make some sort of searches from database, but on the other hand I have been listening port for this purpose also, I start a thread that …
0
votes
0answers
13 views
ADO local ports
We have an application that connects to a couple of hundred databases using ADO. Now I know that this may not be the best way of doing things (our customer base has expanded since …
1
vote
4answers
49 views
Java Problem “UnsatisfiedLinkError”
I made a simple java program that sends bytes to the parallel port, which uses a .dll along with two other classes (pPort.java and ioPort.java) to accomplish it, and it works perfe …
1
vote
1answer
40 views
How do I get process name of an open port in C#?
How do I get process name of an open port in C#?
-1
votes
4answers
146 views
Is porting to the mac worth it? [closed]
Hello,
We're considering having Codeweavers "wrap" our windows applications so that they run on the mac and linux. Obviously we'd need to balance the cost outlay with increased re …
0
votes
5answers
201 views
C++ Serial Port Question
Problem:
I have a hand held device that scans those graphic color barcodes on all packaging. There is a track device that I can use that will slide the device automatically. This t …
0
votes
7answers
420 views
Port 80 is being used by SYSTEM (PID 4), what is that?
I am trying to use port 80 for my application server, but when I perform "netstat -aon" I get
TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 4
When I look up the process in task manager, it …
4
votes
4answers
175 views
How the localhost port number of .NET Development Server set?
Guys,
I see that time to time localhost port number changes (http://localhost:1519/ ....).
Basically how does it being set or chosen? And when does it change?
Thanks!
1
vote
1answer
72 views
C++ Serial Port Only Responding Once Using Write()
All the code below works. My device responds, C,7 is a reset. When I run this the second time it doesn't respond. If I manually turn my device off and on, then run this script agai …
1
vote
1answer
19 views
Cloud computing usage pattern. Can I have some port open within an app running in a cloud?
Hi!
I'm developing a small web service which will partially rely on SMTP and FTP servers. I'm interested is it possible for me to create an app that will run within a cloud and st …
2
votes
2answers
346 views
can’t install lxml (python 2.6.3, osx 10.6 snow leopard)
I try to:
easy_install lxml
and I get this error:
File "build/bdist.macosx-10.3-fat/egg/setuptools/command/build_ext.py", line 85, in get_ext_filename
KeyError: 'etre …
