This is a VC++ question ...
I used "cl.exe" to build a hello world program, the object file and the exe
file are different every time for the same source code ("fc" command was
used to comparisons). Why is that?
Thanks.
2. to project in eMbedded VC++(ARM) must be added '.obj' file - Windows CE
3. Sharing a single com obj between vc++ and js
Hi all, I instantiate a COM object from VC++. Is there anyway that I can pass this com object pointer to a javascript code so that i can access the object through javascript Thanx
4. Generate XML Documentation Files option causes obj files not to be created
5. Generate XML Documentation Files option causes obj files not to be created
Bruce wrote: > I am using the Express version of VS2005 > > If I set Generate XML Documentation Files to yes then the xml file is > generated but my OBJ files do not get generated. Any idea why? > > I am using the following versions: > > Microsoft Visual Studio 2005 > Version 8.0.50727.762 (SP.050727-7600) > Microsoft .NET Framework > Version 2.0.50727 > > Installed Edition: VC Express > > Microsoft Visual C++ 2005 76542-000-0000011-00125 > Microsoft Visual C++ 2005 > > > Fixed this one too. Apparently the compiler does not like it if you leave the XML Documentation Filename blank. It needs to be set to something such as ./. -- Bruce E. Stemplewski GarXface OCX and C++ Class Library for the Garmin GPS www.stempsoft.com
6. BDS2006: Creating obj-File from Variants.pas/pas-File -> obj-File - C++ Builder IDE
7. Remote obj method : problem accessing from VC
I have a server running, Server has a remotable obj and a form which is displayed When a invoke a remote method in server, the thread is not able to access form in the same server name space It is even not possible to access the static methods in the server name space, When i tried to print the static variables in the form and in the remote method, i got separate copies of the static variables But this is not the case with COM, My form main method is MTA and als my VC client is initilising com libraries with MTA SB