Dear All, I have a debug version of vc++ project. The project result will be called by other program using COM interface. I use "/embedding" at "Command Arguments" ( MSVC++ 2005). It works just fine with XP..I can debug the project. But not with Vista...the loader program will load another instance instead connecting to the one that aleady loaded in memory.. Did I miss some settings ? Thanks..
Fwzklmn
Posts
-
debug with /embedding setting does not work on vista -
/embedding setting does not work on VistaDear All, I have a debug version of vc++ project. The project result will be called by other program using COM interface. I use "/embedding" at "Command Arguments" ( MSVC++ 2005). It works just fine with XP..I can debug the project. But not with Vista...the loader program will load another instance instead connecting to the one that aleady loaded in memory.. Did I miss some settings ? Thanks..
-
Shell ProgrammingDear all, I make a windows explorer like application using MFC. If the folder content was changed by other application. How to make my application know when to refresh its folder view ? Thank's
-
MSWord Compound filesDear All, I have a compound file (IStorage) structure. This file has a sub storage that will contain MSWord,Excel files. My question is how to edit/open the MSWord files directly from the compound file. I tried to use Document IPersistStorage interface. But I don't know how to pass/add it to Documents ( Collection ). So It seems that the document was loaded but never showed up. Does anybody have done this before ? Thank's
-
IStream to FILE*Dear All, I have alot of old functions that have 'FILE *' as a passing parameter. Now I am using Compound File...It uses IStream (from IStorage). Does anybody know how to convert IStream to FILE* ? Thank's