Click here to Skip to main content
15,921,113 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: problem using desktopwindow as parent window Pin
Philip Patrick26-May-02 2:35
professionalPhilip Patrick26-May-02 2:35 
Generalresizing control at runtime Pin
aldeba25-May-02 18:45
aldeba25-May-02 18:45 
GeneralRe: resizing control at runtime Pin
Ravi Bhavnani25-May-02 18:51
professionalRavi Bhavnani25-May-02 18:51 
GeneralRe: resizing control at runtime Pin
Paul M Watt25-May-02 19:09
mentorPaul M Watt25-May-02 19:09 
GeneralRe: resizing control at runtime Pin
aldeba25-May-02 19:53
aldeba25-May-02 19:53 
GeneralRe: resizing control at runtime Pin
Paul M Watt25-May-02 20:33
mentorPaul M Watt25-May-02 20:33 
GeneralRe: resizing control at runtime Pin
loket26-May-02 5:18
loket26-May-02 5:18 
GeneralVC.NET and ATL_MIN_CRT Pin
Christian Graus25-May-02 18:21
protectorChristian Graus25-May-02 18:21 
I am getting error LNK2019, after adding this code to a project:

void CSimpleShlExt::DeleteFiles(string sPath)
{
vector <string> Paths;

string enumerate = sPath;

if (enumerate[enumerate.length()- 1 ]!= '\\')
enumerate += '\\';

enumerate += "*.*";

WIN32_FIND_DATA fd;
::FindFirstFile(enumerate.c_str(), &fd);
}

and I think I need to get rid of ATL_MIN_CRT, which is defined I believe, but I cannot find where. I am using .NET. Can anyone help me ?



Christian

The tragedy of cyberspace - that so much can travel so far, and yet mean so little.

And you don't spend much time with the opposite sex working day and night, unless the pizza delivery person happens to be young, cute, single and female. I can assure you, I've consumed more than a programmer's allotment of pizza, and these conditions have never aligned. - Christopher Duncan - 18/04/2002
GeneralRe: VC.NET and ATL_MIN_CRT Pin
Christian Graus25-May-02 18:24
protectorChristian Graus25-May-02 18:24 
GeneralRe: VC.NET and ATL_MIN_CRT Pin
Michael Dunn25-May-02 18:50
sitebuilderMichael Dunn25-May-02 18:50 
GeneralRe: VC.NET and ATL_MIN_CRT Pin
Christian Graus25-May-02 23:35
protectorChristian Graus25-May-02 23:35 
GeneralDefine Pin
Alex Shar25-May-02 17:17
Alex Shar25-May-02 17:17 
Generalstupid question for formatting output Pin
DanYELL25-May-02 12:39
DanYELL25-May-02 12:39 
GeneralRe: stupid question for formatting output Pin
l a u r e n25-May-02 22:15
l a u r e n25-May-02 22:15 
GeneralTab control and Tooltips Pin
Philip Patrick25-May-02 10:37
professionalPhilip Patrick25-May-02 10:37 
GeneralClosing Window Pin
Steve L.25-May-02 7:08
Steve L.25-May-02 7:08 
GeneralRe: Closing Window Pin
Mazdak25-May-02 7:12
Mazdak25-May-02 7:12 
GeneralRe: Closing Window Pin
Steve L.25-May-02 7:14
Steve L.25-May-02 7:14 
GeneralRe: Closing Window Pin
Nish Nishant25-May-02 7:27
sitebuilderNish Nishant25-May-02 7:27 
GeneralRe: Closing Window Pin
Mazdak25-May-02 8:44
Mazdak25-May-02 8:44 
GeneralRe: Closing Window Pin
tiaozi25-May-02 22:31
tiaozi25-May-02 22:31 
General__try Pin
Mazdak25-May-02 7:06
Mazdak25-May-02 7:06 
GeneralRe: __try Pin
Renjith Ramachandran25-May-02 7:21
Renjith Ramachandran25-May-02 7:21 
GeneralRe: __try Pin
Mazdak25-May-02 7:20
Mazdak25-May-02 7:20 
GeneralRe: __try Pin
tiaozi25-May-02 22:36
tiaozi25-May-02 22:36 

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.