Click here to Skip to main content
15,913,854 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: DLL spying Pin
Blake Miller18-Aug-05 4:51
Blake Miller18-Aug-05 4:51 
GeneralRe: DLL spying Pin
fat_boy19-Aug-05 4:12
fat_boy19-Aug-05 4:12 
GeneralRe: DLL spying Pin
fat_boy19-Aug-05 4:13
fat_boy19-Aug-05 4:13 
Generalunicode Pin
hamidreza_buddy17-Aug-05 23:03
hamidreza_buddy17-Aug-05 23:03 
GeneralRe: unicode Pin
toxcct17-Aug-05 23:10
toxcct17-Aug-05 23:10 
GeneralRe: unicode Pin
hamidreza_buddy17-Aug-05 23:45
hamidreza_buddy17-Aug-05 23:45 
GeneralRe: unicode Pin
toxcct17-Aug-05 23:57
toxcct17-Aug-05 23:57 
GeneralRe: unicode Pin
hamidreza_buddy18-Aug-05 5:15
hamidreza_buddy18-Aug-05 5:15 
i did some change in regional settings and it works
but i added #define UNICODE to my stdafx.h . it says:
>>cannot open file "mfc42ud.lib

here is my stdafx.h :

#define _UNICODE
#define UNICODE

#if !defined(AFX_STDAFX_H__C1E8B1B1_B28C_4E3B_B6B5_49C7878BCAC5__INCLUDED_)
#define AFX_STDAFX_H__C1E8B1B1_B28C_4E3B_B6B5_49C7878BCAC5__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers

#include <afxwin.h> // MFC core and standard components
#include <afxext.h> // MFC extensions
#include <afxdisp.h> // MFC Automation classes
#include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
#ifndef _AFX_NO_AFXCMN_SUPPORT
#include <afxcmn.h> // MFC support for Windows Common Controls
#endif // _AFX_NO_AFXCMN_SUPPORT

what should i do??
GeneralRe: unicode Pin
try8818-Aug-05 6:53
try8818-Aug-05 6:53 
GeneralRe: unicode Pin
Jose Lamas Rios18-Aug-05 2:35
Jose Lamas Rios18-Aug-05 2:35 
GeneralRe: unicode Pin
David Crow18-Aug-05 2:58
David Crow18-Aug-05 2:58 
Generallistbox!!!!!!!!!!!!!! Pin
Member 214683917-Aug-05 22:25
Member 214683917-Aug-05 22:25 
GeneralRe: listbox!!!!!!!!!!!!!! Pin
toxcct17-Aug-05 22:34
toxcct17-Aug-05 22:34 
GeneralRe: listbox!!!!!!!!!!!!!! Pin
Member 214683917-Aug-05 23:46
Member 214683917-Aug-05 23:46 
GeneralRe: listbox!!!!!!!!!!!!!! Pin
toxcct17-Aug-05 23:52
toxcct17-Aug-05 23:52 
GeneralRe: listbox!!!!!!!!!!!!!! Pin
Member 214683918-Aug-05 0:09
Member 214683918-Aug-05 0:09 
GeneralRe: listbox!!!!!!!!!!!!!! Pin
toxcct18-Aug-05 0:10
toxcct18-Aug-05 0:10 
General@toxcct Pin
Member 214683918-Aug-05 0:22
Member 214683918-Aug-05 0:22 
GeneralRe: listbox!!!!!!!!!!!!!! Pin
Cedric Moonen17-Aug-05 23:58
Cedric Moonen17-Aug-05 23:58 
GeneralRe: listbox!!!!!!!!!!!!!! Pin
Member 214683918-Aug-05 0:19
Member 214683918-Aug-05 0:19 
GeneralRe: listbox!!!!!!!!!!!!!! Pin
toxcct18-Aug-05 0:24
toxcct18-Aug-05 0:24 
GeneralRe: listbox!!!!!!!!!!!!!! Pin
Member 214683918-Aug-05 0:41
Member 214683918-Aug-05 0:41 
GeneralRe: listbox!!!!!!!!!!!!!! Pin
toxcct18-Aug-05 1:05
toxcct18-Aug-05 1:05 
GeneralRe: listbox!!!!!!!!!!!!!! Pin
Aamir Butt18-Aug-05 1:58
Aamir Butt18-Aug-05 1:58 
GeneralRe: listbox!!!!!!!!!!!!!! Pin
Cedric Moonen18-Aug-05 2:52
Cedric Moonen18-Aug-05 2:52 

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.