Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Satellite DLLs

Satellite DLLs

Scheduled Pinned Locked Moved C / C++ / MFC
tutoriallearning
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    Cvaji
    wrote on last edited by
    #1

    hi all I had created two Satellite DLLs corresponding to two resource files in same project.:) Any body have an idea about how to load two satelite dlls at same time to my exe at run time:( regards, aji

    K 2 Replies Last reply
    0
    • C Cvaji

      hi all I had created two Satellite DLLs corresponding to two resource files in same project.:) Any body have an idea about how to load two satelite dlls at same time to my exe at run time:( regards, aji

      K Offline
      K Offline
      Karismatic
      wrote on last edited by
      #2

      Try this link may it'll help u http://msdn2.microsoft.com/en-us/library/8fkteez0(VS.71).aspx Regards, Pankaj Sachdeva

      1 Reply Last reply
      0
      • C Cvaji

        hi all I had created two Satellite DLLs corresponding to two resource files in same project.:) Any body have an idea about how to load two satelite dlls at same time to my exe at run time:( regards, aji

        K Offline
        K Offline
        Karismatic
        wrote on last edited by
        #3

        CMyApp::InitInstance() { // one of the first things in the init code HINSTANCE hInst = LoadLibrary(“myres.dll”); if (hInst != NULL) AfxSetResourceHandle(hInst); // other initialization code would follow . . . } This will help u loading the satellite dlls Regards, Pankaj Sachdeva

        C 1 Reply Last reply
        0
        • K Karismatic

          CMyApp::InitInstance() { // one of the first things in the init code HINSTANCE hInst = LoadLibrary(“myres.dll”); if (hInst != NULL) AfxSetResourceHandle(hInst); // other initialization code would follow . . . } This will help u loading the satellite dlls Regards, Pankaj Sachdeva

          C Offline
          C Offline
          Cvaji
          wrote on last edited by
          #4

          Thank you. It seems to be useful for me

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups