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
H

Hungry Developer

@Hungry Developer
About
Posts
8
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Single instance of application
    H Hungry Developer

    Hi, Using synchronization object, I can restrict the number of instances of my application to one. How can I achieve the same, when the system is on network?

    C / C++ / MFC question sysadmin

  • help: how to integrate third party lib to my MFC Extension DLL.
    H Hungry Developer

    Hi, Copy Tool.lib to your current working directory and then try to run the application.

    C / C++ / MFC c++ help tutorial

  • Doubt in DLL
    H Hungry Developer

    Hi, Thaks for your solution. :)

    C / C++ / MFC c++ question

  • Doubt in DLL
    H Hungry Developer

    HI, I got the point. Thanks for your reply. :)

    C / C++ / MFC c++ question

  • Doubt in DLL
    H Hungry Developer

    Hi, It is very clear now. Thanks for your reply. :)

    C / C++ / MFC c++ question

  • Doubt in DLL
    H Hungry Developer

    Hi, I created a MFC Regualr DLL using shared MFC. DLL contains 4 functions which are exported using __declspec(dllexport). Now in the client application i tried to make use of this DLL. two of exported functions are imported using __declspec(dllimport). They are working fine. Now i tried to make use of third function using LoadLibrary and GetProcAddress. This time i am getting NULL pointer instead of function pointer. Again i placed extern "C" while exporting the function and tried to make use of it.This time i am getting the function pointer and every thing is fine. Usage of extern "C" makes it work fine. Can any one explain me what actually happening here?:confused: Thanks in advance...:rose:

    C / C++ / MFC c++ question

  • Need your help
    H Hungry Developer

    Hi, In normal DLL, to export a function we place extern "c" __declspec(dllexport) before the funtion prototype. Can any one tell me what this extern "c" indicates and what happens if we don't use extern "c" before __declspec while exporting and importing the function. Thanks in advance.

    C / C++ / MFC help

  • Doubt in ATL
    H Hungry Developer

    Hi, I have an activeX control in my window. Now inside my activeX control, i want to get the window pointer. Can any one help me in getting the activeX container pointer:confused: Thanks in advance.

    C / C++ / MFC c++ com docker help
  • Login

  • Don't have an account? Register

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