Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Rouslan
  • Content: Threads
  • Order by date
  1. Rouslan

    Can't get GRE passthrough to work

    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...
  2. Rouslan

    Control not associated with a table field

    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)...
  3. Rouslan

    Displaying Russian Text

    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...
  4. Rouslan

    HTTP 400 Bad Request

    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/&quot...
  5. Rouslan

    Apache and ISAPI

    Is Apache for UNIX ISAPI compliant? If it isn't, is there a module or something to allow it to use ISAPI extensions?
  6. Rouslan

    ATL server response files and Apache

    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).
  7. Rouslan

    direct draw clipper

    Does the direct draw clipper work for basic GDI functions such as LineTo and TextOut? If not is there a simple way to clip such functions?
  8. Rouslan

    Prelit vertices wont light up

    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...
  9. Rouslan

    Sending a table to a web page

    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?
  10. Rouslan

    Direct Draw back buffer problem

    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) {...
  11. Rouslan

    Unbound Tabular Data Control

    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...

Part and Inventory Search

Back
Top