Click here to Skip to main content
15,915,873 members
Home / Discussions / COM
   

COM

 
GeneralRe: GIT and the FTM Pin
Philippe Mori14-Jun-02 3:46
Philippe Mori14-Jun-02 3:46 
GeneralW2A query Pin
Nish Nishant30-May-02 1:07
sitebuilderNish Nishant30-May-02 1:07 
GeneralRe: W2A query Pin
Prem Kumar30-May-02 7:48
Prem Kumar30-May-02 7:48 
GeneralRe: W2A query Pin
Nish Nishant30-May-02 15:02
sitebuilderNish Nishant30-May-02 15:02 
GeneralRe: W2A query Pin
soptest30-May-02 7:59
soptest30-May-02 7:59 
GeneralRe: W2A query Pin
Nish Nishant30-May-02 15:04
sitebuilderNish Nishant30-May-02 15:04 
GeneralATL DLL-server problem Pin
Hans Ruck29-May-02 2:21
Hans Ruck29-May-02 2:21 
GeneralRe: ATL DLL-server problem Pin
-Dy29-May-02 5:43
-Dy29-May-02 5:43 
Taken from "INFO: Active Template Library (ATL) 2.0 Readme File" in MSDN, hope it helps... Smile | :)
<br />
_ATL_MIN_CRT and Link Error "unresolved external symbol _main"<br />
--------------------------------------------------------------<br />
<br />
When you build a Release version of an ATL project, you can get the<br />
following link error:<br />
<br />
   LIBCMT.LIB(crt0.obj) : error LNK2001: unresolved external symbol _main<br />
<br />
This error occurs if you are using CRT functions that require CRT startup<br />
code. The Release configurations define _ATL_MIN_CRT, which excludes CRT<br />
startup code from your EXE or DLL. To avoid this error, do one of the<br />
following:<br />
<br />
 - Remove _ATL_MIN_CRT from the list of preprocessor defines to allow CRT<br />
   startup code to be included. On the Build menu, click Settings. Hold<br />
   the ctrl key while selecting all Release configurations. On the C/C++<br />
   tab, choose the General category, then remove _ATL_MIN_CRT from the<br />
   preprocessor definitions edit box.<br />
<br />
 - If possible, remove calls to CRT functions that require CRT startup<br />
   code. Instead, use their Win32 equivalents. For example, use lstrcmp()<br />
   instead of strcmp(). Known functions that require CRT startup code are<br />
   some of the string and floating point functions.<br />




Dylan Kenneally
London, UK
GeneralMS Excel automation Pin
28-May-02 23:01
suss28-May-02 23:01 
GeneralRe: MS Excel automation Pin
Amit Dey30-May-02 19:19
Amit Dey30-May-02 19:19 
QuestionHow to get HTML code from MSHTML? Pin
28-May-02 13:29
suss28-May-02 13:29 
AnswerRe: How to get HTML code from MSHTML? Pin
soptest28-May-02 14:25
soptest28-May-02 14:25 
GeneralRe: How to get HTML code from MSHTML? Pin
29-May-02 6:52
suss29-May-02 6:52 
Generalautomation Pin
28-May-02 6:03
suss28-May-02 6:03 
GeneralRe: automation Pin
Prem Kumar28-May-02 7:28
Prem Kumar28-May-02 7:28 
GeneralRe: automation Pin
31-May-02 4:21
suss31-May-02 4:21 
GeneralFire Event from outside the COM Method Pin
Koep28-May-02 3:33
Koep28-May-02 3:33 
GeneralRe: Fire Event from outside the COM Method Pin
Len Holgate30-May-02 19:50
Len Holgate30-May-02 19:50 
GeneralRe: Fire Event from outside the COM Method Pin
Koep30-May-02 21:08
Koep30-May-02 21:08 
GeneralRe: Fire Event from outside the COM Method Pin
Len Holgate30-May-02 21:14
Len Holgate30-May-02 21:14 
GeneralRe: Fire Event from outside the COM Method Pin
Koep30-May-02 23:51
Koep30-May-02 23:51 
GeneralRe: Fire Event from outside the COM Method Pin
Len Holgate31-May-02 0:01
Len Holgate31-May-02 0:01 
GeneralRe: Fire Event from outside the COM Method Pin
Koep31-May-02 1:00
Koep31-May-02 1:00 
GeneralRe: Fire Event from outside the COM Method Pin
Len Holgate31-May-02 1:11
Len Holgate31-May-02 1:11 
GeneralSafeArray Pin
Sameer Maggon27-May-02 20:18
Sameer Maggon27-May-02 20:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.