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 Mike Lewis 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. Wizumwalt

    help linking a working project

    Yeah, it's a third party dll that came w/ headers and this sits in a directory in my project. I have no idea what property might have been changed. I tried to add the 3rd party dll folder to Project->MyProj Properties->Reference->add ... but that didn't help. The exact error I'm getting is ...
  2. Wizumwalt

    help linking a working project

    Hi, I'm not very good w/ VC++ as I come from the other side, but I have a VC++ program that did compile, and I did a build->clean solution on a project and I can no longer get it to link. All the cpp files build fine, but it doesn't link w/ a another dll that's in the Release directory of my...
  3. Wizumwalt

    memcpy w/ an offset?

    If I have a buffer of 4 doubles that i just read from a socket, how do I copy the 3rd double into a value by itself? There's no delimiters, just serialized data that I read in. Is there something like a memcpy w/ an offset somehow?
  4. Wizumwalt

    autoscroll stream data in an iframe

    I have scrolling enabled (though I'd really like to be able to do this w/o showing the scroll bars) but what do you mean by 'set the window scroll position using a big number'? I haven't found any such attrib to an iframe. Here's what I'm currently using after enabling scrolling ... <div...
  5. Wizumwalt

    autoscroll stream data in an iframe

    Hi, I have this iframe inside an html page, but this iframe does not link to another web page, rather, it's a stream of live event data from a server-side push tech using Orbited (python server of sorts). <div class="iframe"> <iframe name="ifrm" id="ifrm"...
  6. Wizumwalt

    why are data rates so low on &quot;larger&quot; bandwidth links

    I've got an 802.11n access point that, and as the vendor says, does 600Mb/s. I have two laptops w/ gigabit nics on each end. When I run IPerf accross this wireless link, it transfers 38MBytes in 10 seconds and the result is 31Mbit/s. I don't understand this? That's only 3.87MB/s, correct...
  7. Wizumwalt

    5510 ssh help

    I have a few problems with the following that I can't figure out: 1) how to ssh between hosts of the inside networks? 2) how to access only one host on the inside of each network from the outside via ssh? Any help would be much appreciated. 5510(config)# write t : Saved : ASA Version...
  8. Wizumwalt

    static ip's in dhcp

    I'm trying to get a switch on my network to get a specific ip, but even though I put the mac address in my /etc/dhcp/dhcpd.conf file as such ... subnet 192.168.2.0 netmask 255.255.255.0 { default-lease-time 86400; max-lease-time 86400; option routers 192.168.2.1; option...
  9. Wizumwalt

    apache + ssl

    I'm trying to get SSL working w/ apache and when I browse my url like https://123.45.67.89, I get the following error. The connection to 123.45.67.89 has terminated unexpectedly. Some data may have been transferred. Should there be other logs inside the /var/log/apache2 dir if I'm trying to...
  10. Wizumwalt

    illegal associations

    Hey all, I'm pretty new to Fortran and trying to make this application use another compiler and I'm getting the following error below. --- module pot_complex ^ "src/pt_g_run.f90", Line = 1, Column = 10: ERROR: The compiler h as detected errors in module "POT_COMPLEX". No module...

Part and Inventory Search

Back
Top