CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: DeepButi

Page 1 of 19 1 2 3 4

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    660

    Re: Syntax question

    well ... I would like to understand/know what is being compiled when an

    if (expresion1,expresion2)

    is written.

    Just "to know" if you like it that way.
  2. Replies
    4
    Views
    660

    Syntax question

    I'm really astonished and cannot figure it out ...


    bool Mybool[10][5];
    int x,i;

    ...
    if (!Mybool[x],i) { ... }

    My intention was obviously to write !Mybool[x][i] but the compiler didn't...
  3. Re: Can a function call be stored in a variable?

    Thks a lot. Works fine and saved me a lot of coding. :thumb:
  4. Can a function call be stored in a variable?

    Let's see if I can explain what I would like to do (sorry for the inacuracy, I'm not a C expert).

    I have a set of (similar) functions called depending on some value. Kind of (simplified):


    int...
  5. Replies
    3
    Views
    31,015

    Re: PCONTEXT undefined

    Thks a lot. It works.
  6. Replies
    3
    Views
    31,015

    [RESOLVED] PCONTEXT undefined

    I don't use C++ often, so probably doing everything wrong ... :blush:

    I'm trying to use some simple functions found on the forum.
    Getting some errors about
    * LONG being undefined, so included...
  7. Replies
    37
    Views
    5,117

    Re: No way to stop PC rebooting

    Marraco,
    the PC is shutted down. No suspended or hibernated states of any kind. Completely shutted down. No wireless. No other devices on the net but the router itself.

    There is nothing wrong...
  8. Replies
    37
    Views
    5,117

    Re: No way to stop PC rebooting

    VPN connecting two small offices.

    Before you ask: nothing on at the other office either.
  9. Replies
    37
    Views
    5,117

    Re: No way to stop PC rebooting

    OK. Everything disconnected (even the IP phones) but my laptop with Ethereal running ... and it seems that the router is waking up the PC:


    No. Time Source Destination ...
  10. Replies
    37
    Views
    5,117

    Re: No way to stop PC rebooting

    Yes, I am shuting it down. Total stop.
    And as now I can discard also the LAN printer ... (PC waked up with the LAN printer cable disconnected).
    Devices alive are now only a couple of IP phones!!!...
  11. Replies
    37
    Views
    5,117

    Re: No way to stop PC rebooting

    Ah .. I see. Ok, will do it when I can get all PCs off and this only one working (it's not easy! I have to wait until out of work time :().

    But this would not be coherent with the PC not waking up...
  12. Replies
    37
    Views
    5,117

    Re: No way to stop PC rebooting

    I'm going to cry ;).

    Let me put it clear: All PCs on the LAN are off. No task managers, no services anywere. Nothing on the LAN but:
    * the router
    * a hub
    * a LAN multifunction printer
    * an IP...
  13. Replies
    37
    Views
    5,117

    Re: No way to stop PC rebooting

    mmm ... interesting ...
    What worries me about letting unattended equipment on all night is the fire/electricity hazard, but maybe I will have to deal with that and let the PC on forever ... Will...
  14. Replies
    37
    Views
    5,117

    Re: No way to stop PC rebooting

    Probably you are right, but I would like to understand why and I don't. If there is no other PCs on the LAN, why /who wakes it up?

    No, it's not a brilliant idea. This PC is intended to be waked up...
  15. Replies
    37
    Views
    5,117

    Re: No way to stop PC rebooting

    Thks PeejAvery. Maybe you didn't read all my posts (easy, there are too many :rolleyes: ). As I stated previously, yes, you are right. Wake on LAN is enabled and we want it to be enabled because we...
  16. Replies
    37
    Views
    5,117

    Re: No way to stop PC rebooting

    It's a standard PC, nothing installed on our own. How can I identify PCI devices? No PCI devices show on Control Panel>>System>>Devices manager.
    We are using W/Vista.

    I tried setting the Ethernet...
  17. Replies
    37
    Views
    5,117

    Re: No way to stop PC rebooting

    OK. I was wrong on one point: Power on by PCI card is enabled.
    Disabling it stops the PC "powering on".
    My fault, I was confused with the "3rd booting device: LAN/disabled"

    Anyway, my question...
  18. Replies
    37
    Views
    5,117

    Re: No way to stop PC rebooting

    The PC is not rebooting "while Windows is booting" or "prior to starting up in Windows".
    Windows is up and running, the PC is working with no problems. Then, when we finish our working day, we...
  19. Replies
    37
    Views
    5,117

    Re: No way to stop PC rebooting

    Maybe I didn't explain it correctly.

    I shut down the PC. It closes orderly. All lights off.
    Then, after a period of aprox 15/20sec it reboots itself.
    There is nothing running in the background...
  20. Replies
    37
    Views
    5,117

    Re: No way to stop PC rebooting

    I have tested it both with LAN enabled and disabled. It reboots on both situations.

    We would like to have LAN reboot enabled because this particular PC needs to be rebooted early on the morning by...
  21. Replies
    37
    Views
    5,117

    No way to stop PC rebooting

    No idea where to write this one ... maybe someone can redirect me :).

    I have a PC that reboots itself no matter what I do. After lot of painfull tests this is what I found:

    * The PC does not...
  22. Replies
    3
    Views
    3,442

    Re: Shared folder user limit

    OK. Found.

    http://www.microsoft.com/about/legal/useterms/ under "Device connections"

    Windows Vista Home Basic allows 5
    Windows Vista Home Premium allows 10
    Windows Vista Ultimate allows 10
    ...
  23. Replies
    3
    Views
    3,442

    Re: Shared folder user limit

    The maximum number of users allowed is limited by software licensing limits. Software licensing limits preempt any limits that can be set in Shared Folders.
    So, it seems I have a limit here that I...
  24. Replies
    3
    Views
    3,442

    Shared folder user limit

    I'm trying to increase the user limit of a shared folder on a W/Vista and it seems the maximum I can use is five (5), but I need more.

    Any ideas?

    Thks
  25. Replies
    5
    Views
    691

    Re: VB 2008 Express

    HanneSThEGreaT,
    I knew this ones, but even checking them I cannot identify anything related to "missing" functionalities on Express. Due to the (bad) experience with VC++ I was looking for some...
Results 1 to 25 of 454
Page 1 of 19 1 2 3 4





Click Here to Expand Forum to Full Width

Featured