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
A

Alexandre GRANVAUD

@Alexandre GRANVAUD
About
Posts
44
Topics
8
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • CDockablePane without Close button
    A Alexandre GRANVAUD

    works fine but when typing Alt+F4, the Pane closes if floating, how to avoid this ?

    C / C++ / MFC question

  • MFC data structures
    A Alexandre GRANVAUD

    m_saType.Serialize(ar); m_saItem.Serialize(ar); m_saPerson.Serialize(ar); Of course a better way is to declare a CObject derived class CPerson with CString members m_sType, m_sItem, m_sPerson Implementing Serialize in this class the using a CObList and calling its Serialize...

    C / C++ / MFC c++ data-structures question

  • CStdioFile WriteString (Unicode Strings) failing?
    A Alexandre GRANVAUD

    having the same problem here, someone to help ?

    C / C++ / MFC question

  • Anti-alians Metafile
    A Alexandre GRANVAUD

    still looking for a good (and fast) solution for the same problem... please someone help :)

    C# graphics question

  • Speed difference between CoCreateInstance and new operator
    A Alexandre GRANVAUD

    lol i agree for the speed ;) (but can't slowdown) i don't break the com creation mechanism : the CreateInstance in a ClassFactory does exactly the same : a new CComObject ! ;)

    COM com performance question

  • Speed difference between CoCreateInstance and new operator
    A Alexandre GRANVAUD

    speed is always a good practice ;) having a bad practice is ok if you know you have (i do ;)) and know the consequences ;)

    COM com performance question

  • Speed difference between CoCreateInstance and new operator
    A Alexandre GRANVAUD

    why do you need to call it ? as i can see, the CCOmObject constructor call FinalConstruct, so what extra initialization do we need ?

    COM com performance question

  • What are the ways a COM dll can be used? + questions
    A Alexandre GRANVAUD

    hopefully we gave the same results ;)

    COM com c++ question workspace

  • What are the ways a COM dll can be used? + questions
    A Alexandre GRANVAUD

    - Just by knowing the component's CLSID & the interface's IDs? Use a component with the "import" directive, that takes information from the .tlb file? <-won't this require any header file? the #import creates .tli and .tlh files which are headers - Creation using ProgIDs is efficient? it must be slower because it looks at the progid in registry then at the clsid - A COM DLL doesn't mean a component. A COM dll may contain any number of components inside. (that we do by adding simple ATL object into workspace?)//Containment ,aggregation etc. yes a COM DLL can have many components inside - A CoClass is a component object. As a COM DLL can contain more components, there'll be more CoClasses accordingly. yes with ATL you have no problem, each class factory is instanciated within an OBJET MAP

    COM com c++ question workspace

  • Speed difference between CoCreateInstance and new operator
    A Alexandre GRANVAUD

    yes you can in the same DLL, i do it everyday : in inprocess it's ok to do so ;) new CComObject < CThing > then doing a Queryinterface or a AddRef on it and your object is ok

    COM com performance question

  • Speed difference between CoCreateInstance and new operator
    A Alexandre GRANVAUD

    calling new CComObject < CThing > calls CoCoreateInstance???? i'm sure it doesnt !!

    COM com performance question

  • Speed difference between CoCreateInstance and new operator
    A Alexandre GRANVAUD

    Hi guys, I have COM DLL Servers creating a lot of COM objects with CoCreateInstance and it's quite slow. I wondered if replacing the CoCreateInstance(CLSID_Foo) by a new CComObject < CFoo > would speed up things ? Or to be clearer, how slower is CoCreateInstance compared to new operator ? thanks !

    COM com performance question

  • Drawing WMF/EMF antialiased
    A Alexandre GRANVAUD

    up ^^

    Graphics graphics winforms help question

  • Job Offer for French people
    A Alexandre GRANVAUD

    Hi, my company is looking for another employee : We need a C++/MFC/COM/ATL Engineer as soon as possible. The Job is located in France, so you must speak French ! Please contact me during office period on GMT+1 : +33 5 55 04 20 37 Just ask for Alexandre ;) Thanks

    Work Issues c++ com career

  • Drawing WMF/EMF antialiased
    A Alexandre GRANVAUD

    Hi, i'm trying to draw EMF or WMF files in an antialiased way. I tried GDI+, AA drawing is ok when using DrawLine or other primitives but the DrawImage doesnt produce AA output when beeing passed a Metafile object containing a WMF or EMF :( So is there a way to draw EMF/WMF files with antialias ? (with or without gdi+) Maybe something exists in order to convert EMF/WMF to EMF+ ? (it seems gdi+ can only AA on EMF+ files) thanks for your help

    C / C++ / MFC graphics winforms help question

  • Drawing WMF/EMF antialiased
    A Alexandre GRANVAUD

    Hi, i'm trying to draw EMF or WMF files in an antialiased way. I tried GDI+, AA drawing is ok when using DrawLine or other primitives but the DrawImage doesnt produce AA output when beeing passed a Metafile object containing a WMF or EMF :( So is there a way to draw EMF/WMF files with antialias ? (with or without gdi+) Maybe something exists in order to convert EMF/WMF to EMF+ ? (it seems gdi+ can only AA on EMF+ files) thanks for your help

    Graphics graphics winforms help question

  • How to be informed/notified of registry modifications
    A Alexandre GRANVAUD

    is there another way to extract .reg files from commandline ?

    C / C++ / MFC windows-admin tutorial question

  • Registry notification
    A Alexandre GRANVAUD

    yes but i need to know which subkeys are created in a large tree

    C / C++ / MFC windows-admin tutorial question

  • How to be informed/notified of registry modifications
    A Alexandre GRANVAUD

    oh it can interest me too ;) i'd like a commandline export feature from regedit, does it exist ?

    C / C++ / MFC windows-admin tutorial question

  • How to be informed/notified of registry modifications
    A Alexandre GRANVAUD

    no it saves a .dat file which is (i verified it with notepad) a binary file not a text file : a proprietary fileformat

    C / C++ / MFC windows-admin 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