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
M

Mike Pulice

@Mike Pulice
About
Posts
3
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Win32 DLL wrapped into COM object
    M Mike Pulice

    Well this is not really an answer but a question. Why are you in need of wrapping this dll? Yes, I have done this. No, I didn't enjoy it. My preference is to rescope the entire project and hey just do away with the old dll if possible. If its not possible then I create a COM object that calls the other dll. Basically all calls on the old dll would be new methods on the COM object. I think you may be pushing the boundaries on the structure sizes but I am not entirely sure. If you have no requirements to use IDispatch then I would create a custom interface and just pass in the structures or pointers of structures as the case may be. You will need to look at each structure on a case by case basis to see if it is okay. You can pass the char* if you know the size. This is a big topic. I feel an article coming on. Mike "Cop" Pulice mike@puliceworx.com

    COM com c++ question

  • Generic GUI with multiple test servers.
    M Mike Pulice

    Hello All, I work in the Wireless Industry and have most of my experience in developing Engineering tools and Test Applications. In the process I have discovered that source and config management for all of these different test apps is a pain in the rear. So, what I have come up with is this architecture. One GUI Application (Client). Multiple Test Servers (GUIless Applications). It is basically a Generic GUI that connects to multiple test servers. The test servers utilize COM categories and derive from a common interface that the Generic GUI can use. Does anyone have the desire to read this article or download the code? Thanks, Mike "Cop" Pulice mike@puliceworx.com

    Article Writing com tools architecture question

  • Port Architecture USB\COMM
    M Mike Pulice

    Anyone interested in a hierarchy model for ports? Something like CPort - CSerial - CUSB Mike "Cop" Pulice mike@puliceworx.com

    Article Writing com architecture 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