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
V

Virajs

@Virajs
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Need advice
    V Virajs

    You will have to be careful when doing this kind of work. You probably might lose your job if your current employer get to know about this. If it is not a problem to them you can continue after all it all money. You will have to charge a reasonable hourly rate and forget about the amount that your manager is getting. I'm pretty sure he has done a good job to get that work for him. So think about a reasonable hourly rate and discuss with your manager.

    The Lounge css database sysadmin hosting json

  • How to load a ActiveX Dll Dynamically by specifying the dll name
    V Virajs

    :laugh::-D#include #import "C:\Project1.dll" no_namespace class RemoteDllLoader { _Class1Ptr ptr; public: RemoteDllLoader() { try { CoInitialize(NULL); ptr.CreateInstance(__uuidof(Class1)); } catch(_com_error &e) { _bstr_t err = e.Description(); MessageBox(NULL,err,"Error",0); } } ~RemoteDllLoader() { CoUninitialize(); } void Test() { ptr->Test1("Hi"); } int Test2(int n1,int n2) { return ptr->Test2(n1,n2); } }; this is the code that i used to load an activex dll.but I want to load a particular dll by specifying it dll name given by a parameter.Can it be possible? I appreciate any possible answer.Thnxs Viraj Siriwardana

    C / C++ / MFC com help tutorial question
  • Login

  • Don't have an account? Register

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