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 IamaSherpa 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: *

  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

    Kick me. Just kick me really hard. My whole problem was I had "Allow Edits" set to no. Sorry about this.
  3. Rouslan

    Control not associated with a table field

    I'm using the same version.
  4. Rouslan

    Control not associated with a table field

    It didn't work. The FrameName_Click() event doesn't fire unless the frame itself is clicked. Also it doesn't matter but when I said sort, I meant filter.
  5. 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)...
  6. 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...
  7. 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...
  8. Rouslan

    Apache and ISAPI

    I was just trying to get database access to a webpage. This is actually for a friend and his client. I have some experiance with ATL servers but I didn't realize his client had a UNIX.
  9. Rouslan

    ATL server response files and Apache

    Sorry if it sounded like I had an attitude, frankly I'm embarresed at that. Anyway the "If your running Apache on Unix as you stated your not going to since it is a windows PE file." is exactly the kind of answer I was looking for so thanks.
  10. Rouslan

    Apache and ISAPI

    Unfortunately it says mod_isapi is only for win32. I guess I should look at other tools for the job.
  11. 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?
  12. Rouslan

    ATL server response files and Apache

    You're not really trying to be helpful. I started in the Apache forum and moved here. I know how to get the server to use regular html documents but I am still not sure if what I am trying to do is even possible. That is my origninal question. For someone in the Apache forum to answer my...
  13. Rouslan

    ATL server response files and Apache

    Well that did clarify a few things but I still have the problem. The problem is probably from my limited knowledge of the apache server. I only installed the thing yesterday and am quite clueless. I just don't know how to get Apache to use the ISAPI extension dll.
  14. 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).
  15. 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?
  16. Rouslan

    Prelit vertices wont light up

    Never mind, I figured it out. It turns out I had to disable lighting explicitly when initializing direct3D.
  17. Rouslan

    Prelit vertices wont light up

    One thing I forgot to mention is I am using DirectX 7 and C++.NET (although I suppose you can guess the directX 7 part because of the LPDIRECT3DDEVICE7).
  18. 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...
  19. Rouslan

    Sending a table to a web page

    Acutally it didn't matter to me what I used. I ended up using the ATL server solution but I didn't matter whether it would be an ATL server, a Managed C++ server, or whatever else there may be. I just wanted to do it in C++. But I'll take that into consideration anyway.

Part and Inventory Search

Back
Top