school help
Thu, 8 Nov 2007 08:06:50 -0500
My question is this. When running Visual Basic Express our students are
creating programs. But we would like to restrict the .exe extension on the
server share. How do we tell Visual basic express to compile the program but
not create the .exe in the debug folder? Is this possible and/or is it
possible to use Fi ...
|
Will anyone please recommend a reliable server side framework?
Sun, 14 Oct 2007 21:53:07 +0800
Dear all,
I'm trying to implement a tcp server program which needs connectionpool
support.
I'd rather use a opensource framework so that I can pay more attention
to my business layer message processing.
Will anyone who knows such program please recommend one for me?
Thanks in advance. ...
|
TCP simultaneous open not supported? (XP Prof SP2)
Wed, 10 Oct 2007 15:43:01 -0700
When I was testing 'TCP Simultaneous open' with Windows XP Professional
Version 2002 Service Pack 2, connection process was aborted with sending RST
to the remote Peer.
RFC 793 allows both end hosts to simultaneously send SYN packet to each
other. Is Windows XP SP2 NOT compliant to RFC 793? If it is, what c ...
|
Re: Terminal Services
Wed, 3 Oct 2007 11:45:42 -0500
Thanks Sam,
I have included the networking group in this post.
Currently I am working with documentation found:
http://www.microsoft.com/technet/archive/termsrv/maintain/featusability/tsrvapi.mspx?mfr=true
http://msdn2.microsoft.com/en-us/library/aa383580.aspx
http://msdn2.microsoft.com/en-us/library/aa3838 ...
|
WSALookupServiceBegin problem in Bluetooth!
Mon, 24 Sep 2007 18:08:50 -0700
Hello,
I have just started playing with a Bluetooth Device (Manufacturer: IVT Corp.) and its driver is digitally signed by Microsoft Windows Hardware Compatibility Publisher. I am using Winodws XP and Visual Studio 2005 with Windows Server 2003 R2 SDK.
I am running the following code to interface with my Blue ...
|
Client Server in C using sockets.
Sun, 16 Sep 2007 09:24:02 -0700
Hello,
i'm looking for some client server examples using sockets that are were
written in c language and run with Visual Studio 2005 ( i use the compile as
c code option) over windows XP.
did some googling and searches but most of the code samples are for unix
and/or for C++/c# etc.
for example from th ...
|
C Client Server code examples using Sockets.
Sun, 16 Sep 2007 02:26:00 -0700
Hello,
I'm looking for some client server examples using sockets that were written
in c language and can be run with Visual Studio 2005 ( i use the compile as c
code option) + windows xp.
did some googling and searches but most of the code samples are for unix
and/or for C++/C# etc.
for example from ...
|
|
|
bluetoothapis.h C4430 Error When Compiling Project
Fri, 14 Sep 2007 19:31:51 +0300
Hi all. i am currently developing an application which uses bluetooth
functions in windows sdk. when i include bluetoothapis.h and some bluetooth
defination header files in project and try to compile i am getting this
error at the last function of bluetoothapis.h;
Error 1 error C4430: missing type specifier ...
|
LSP AcceptEx and getting the local and remote addresses
Thu, 13 Sep 2007 10:08:30 -0700
I am having a hard time trying to get the local and remote addresses
in my LSP which intercepts AcceptEx. When I call GetAcceptExSockaddrs
with the parameters passed to my AcceptEx function I get NULLs for all
the addresses. Does anyone have any ideas?
This is the basic jist of the code.
BOOL PASCAL FAR
...
|
Checking for operation failure with GetQueuedCompletionStatusEx
Thu, 13 Sep 2007 04:39:18 -0000
GetQueuedCompletionStatus()'s return value indicates success or
failure of the I/O operation it returns. No documentation mentions
how to get this functionality with GetQueuedCompletionStatusEx.
Does anyone know how this is done?
...
|