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

    creating a delay during execution

    I have a program that setups several tables in MySQL. when I tell it to create a new table or add a column to a table, I have to follow it with this code: for (int x = 0; x < 10; x++) { ; } to delay execution of the next command other wise it errors out at runtime, the previous command is...
  2. jcostanz

    PPTP server help

    For the server's internet access, make sure that the server's TCP IP settings include the DNS server address for your connection, the DNS server address set in the router, along with the default gateway set to the address of the router, typ 192.168.1.1. I got error 721 when I first tried, The...
  3. jcostanz

    vpn xp to 2000 server very slow

    It is Windows 2000 Server. I haven't tried to send any files as of yet, I got fed up waiting for the directory to change. I have had to use the actual IP address of the server or the other computer that I want to access.
  4. jcostanz

    vpn xp to 2000 server very slow

    I am able to connect thru vpn to a win 2000 server and access shared files. My problem is that when I click on a folder on the vpn i takes about 1 minute to open the folder. the server is connected thru a linksys befsr 41 router to a 128 dsl line, the xp client is connected thru a liksys befsr...
  5. jcostanz

    PPTP server help

    how is the server connected to the internet, thru the router? how is the client connected to the internet, thru a router or dial up? I found that in my case the server was connected to the internet with a internal ip of 192.168.1.50 and the client was connected to with an internal ip of...
  6. jcostanz

    PPTP server help

    I am currently running a linksys befsr41 router and it works ok. Very slow when accessing files? you need to pass ports 1723 and 47 to the VPN server's ip. The VPN server must be setup with a static ip.
  7. jcostanz

    Win 2k Mail server

    I have a dsl connection and need to allow laptops that will connect to the internet thru various means to send mail without knowing their connection's server address. The DSL ip is static. I will be running win 2k soon with a linksys router between the modem and the network What software is...
  8. jcostanz

    vpn browse problem

    I have checked the setting, and it was set to allow entire network, I also added the netbeui and set it to allow entire network. I still cannot connect or see any other computers on the network other than the server. Are there any other ideas? Thanks.
  9. jcostanz

    NT VPN via Linksys for Win98 Client

    make sure you have the pptp pass thru enabled on the router
  10. jcostanz

    vpn browse problem

    I can connect and logon to the nt server. I can access the shared drives on the NT server. I cannot access any shared drives thru the vpn on any other computer. I cannot see the server or any other computer from network neighborhood while connected. I have a Win ME pc attached to a linksys...
  11. jcostanz

    Linker error in VC++ 6

    OrdersDlg is public derived from CDialog. and adding declare and implement didn't help.
  12. jcostanz

    Linker error in VC++ 6

    I get this linker error when I try to compile. I don't know what caused it, I was working on another section and then this started showing up. Please help me. thanks. OrdersDlg.obj : error LNK2001: unresolved external symbol &quot;__declspec(dllimport) public: char const * __thiscall...
  13. jcostanz

    Deriving a document problem

    I found the problem. I didn't change the Assert function from: CDocument::Assert() to: CReportDoc::Assert() Thanks.
  14. jcostanz

    Deriving a document problem

    The problem starts here: CMultiDocTemplate* pDocTemplate; pDocTemplate = new CMultiDocTemplate( IDR_REPWORTYPE, RUNTIME_CLASS(CRepWorksDoc), RUNTIME_CLASS(CChildFrame), // custom MDI child frame RUNTIME_CLASS(CRepWorksView)); AddDocTemplate(pDocTemplate);
  15. jcostanz

    Deriving a document problem

    I am deriving a document from a document that is in a dll. The document in the dll is derived from CDocument. Class CReportDoc: public CDocument // contained in a dll Class CRepWorksDoc: public CReportDoc IMPLEMENT_DYNCREATE(CRepWorksDoc, CReportDoc) when i run the program i get a Debug...
  16. jcostanz

    Problem with MSVC++ and MYSQL++

    With this code: Query myQuery = pDatabase->query(); // a pointer to a connected connection object myQuery <<&quot;Select * from repdata&quot;; // repdata is an existing table myQuery.store(); I get an Debug Assertion Failed in file dbgheap.c line 1017 Expression...
  17. jcostanz

    Can connect with vpn, cannot see server.

    I have tryed to use the server ip address to connect but it doesn't work. I cannot use &quot;\\&quot; in the domain. how does one stop the Computer Browser service?
  18. jcostanz

    Can connect with vpn, cannot see server.

    I cna ping the computers on the lan from the computer using vpn. I even can get to the linksys router on the server. I have never had wins enabled. I have DHCP controlling wins on the workstations. I don't know how to setup on the server.
  19. jcostanz

    Can connect with vpn, cannot see server.

    I can connect to the vpn. The user is setup on the server to run a script, but doesn't, the user has all authorizations. I cannot see or search for any of the computers on the network I vpn. I don't know why. Please help

Part and Inventory Search

Back
Top