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

Search:

Type: Posts; User: vivienlwt

Search: Search took 0.07 seconds.

  1. code to generate numbers with zipf distribution

    Dear all,

    I am looking for a function that can generate a serial of random numbers which follows the zipf distribution with a given mean. The only thing that I can find now is with a given...
  2. Replies
    0
    Views
    1,811

    LoadLibrary failure

    At first everything works perfect on my computer. But when I deploy the application in a virtual machine, a weird problem about loadlibrary came up.

    In the application I use LoadLibrary to load an...
  3. Thread: ShowDialogue

    by vivienlwt
    Replies
    6
    Views
    1,295

    Re: ShowDialogue

    thank you!! but it's not as easy as disable the controls. A is waiting for the data from C to resume some calculation. if using one thread, I cannot put a while loop to wait, otherwise it will block...
  4. Thread: ShowDialogue

    by vivienlwt
    Replies
    6
    Views
    1,295

    Re: ShowDialogue

    Or instead, can I create a new thread to take care of B, then A calls C as a modal form. Then will B be accessible when C is open?
  5. Replies
    1
    Views
    4,378

    Re: cannot run executable on remote drive

    ok, it's a problem of CAS. I borrowed the administrator access for a test and it turns out that I can do nothing with that unless I change the policy on the machine. maybe this link could help those...
  6. Thread: ShowDialogue

    by vivienlwt
    Replies
    6
    Views
    1,295

    Re: ShowDialogue

    ok, so this means that i have to handle the relation between A and C myself. I mean A should 'sleep' till C is closed. But to let B still be accessible while A is waiting for the answer of C, do I...
  7. Thread: ShowDialogue

    by vivienlwt
    Replies
    6
    Views
    1,295

    ShowDialogue

    Here's the relation among the 3 forms:

    Form A calls Form B which is independent of it (I use Show() here).
    Then Form A calls Form C which is obliged to do some operations before returning back...
  8. Replies
    12
    Views
    10,560

    Re: create .exe file including all dlls

    hi, thomsky. I've got the same problem as yours. So how you solved your problem with WINAPI? can you give me some link or reference so that i can follow the examples too?

    Many thanks,
  9. Replies
    1
    Views
    4,378

    cannot run executable on remote drive

    Hi, here's the situation:

    I compiled a project using C++.Net (vs2005); I got an executable(.exe) under debug. The problem is that, when I copied this .exe file to a shared folder which points to a...
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured