I am working with a Cisco 831 router and I just can't seem to get GRE pasthrough to work. The intent is to allow a Windows PPTP VPN connection to 192.168.1.200 from outside the network. I set the configuration to resemble the one described at...
I'm trying to create an option group (those round controls) that will sort a continuous form based on the option selected, but it seems a control doesn't respond to user input if it's not associated with a table field. Is there an elegant (as apposed to adding an unnecessary field to a table)...
I'm trying to display russian text stored in an Access database using ASP. When I use:
Response.Write(r1.Fields("content").value)
I get a bunch of question marks, and when I use:
Response.Write(Server.HTMLEncode(r1.Fields("content").value))
there is no formating, all HTML...
I have recently installed PHP 4.3.2 and tried setting it up with Apache 2.0 as a CGI binary on Windows XP but for some reason whenever I try to load a file ending with .php a "The page cannot be found" page shows up. I added the three lines:
ScriptAlias /php/ "c:/php/"...
I find the ATL Server Project very useful in C++.NET but IIS seems to be the only thing that will run SRF files. Is there any way at all to get Apache to run these or at least somehow employ them in a UNIX machine (at least I think it's a UNIX).
I am trying to learn direct3D and I came across a problem that has me stumped. I created a program that was supposed to display 16 cubes using prelit vertices but whenever I run the program the cubes are pitch black.
My cube class constructor is as follows:
cube::cube(D3DVECTOR origin,D3DVECTOR...
I'm using C++.NET and I recently figured out how to get data from an access file but now I'm clueless. I know how to send a string to XML or insert something using a server response file but that's about it. What is the most effecient way to send an entire table to a page?
I am new at using directX and am clueless as to why my GetAttachedSurface returns an error. This program works just fine with only one surface. I have included my WinMain function.
int APIENTRY WinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance,
LPSTR lpCmdLine, int nCmdShow)
{...
I just can't figure this out. I have simplified my code to just test the TDC but it still has errors when I load it in a browser. Somebody put me out of my misery and tell me what's wrong with this code:
<html>
<head>
<title>Tabular Data Control</title>
</head>
<body>
<center><h1>Tabular Data...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.