Search:

Type: Posts; User: yamacplus

Search: Search took 0.00 seconds.

  1. Replies
    11
    Views
    2,875

    Here is my example. If you use the...

    Here is my example. If you use the enumRCDATAResources function you get an error, but if you use the handleRCDATAResources function, the resource is accesed without errors
  2. Replies
    11
    Views
    2,875

    I've tried it, but it still doesn´t work

    I've tried it, but it still doesn´t work
  3. Replies
    1
    Views
    1,168

    Using progress bar control

    Hi, I'm trying to use a progress bar control in my application. I'm following this example at msn site...
  4. Replies
    11
    Views
    2,875

    First parameter of EnumResourceTypes is NULL...

    First parameter of EnumResourceTypes is NULL because the resource is within the current process (a rc file compiled and linked with the application)

    The question is:
    Why does FindResource(NULL,...
  5. Replies
    11
    Views
    2,875

    Error occurs when EnumResourceTypes is executed....

    Error occurs when EnumResourceTypes is executed. EnumResTypeProc isn't even called.
  6. Replies
    11
    Views
    2,875

    EnumResourceTypes Error

    I've compiled a ver simple Windows program in C which uses a resource. I can find the resource easily just doing:


    byte* data;
    HRSRC hResInfo = FindResource(NULL, "RCDATA_0", RT_RCDATA);
    if...
Results 1 to 6 of 6