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

C / C++ / MFC

 
GeneralRe: STL string Pin
Johann Gerell6-Aug-03 22:37
Johann Gerell6-Aug-03 22:37 
GeneralRe: STL string Pin
Kevin McFarlane6-Aug-03 5:06
Kevin McFarlane6-Aug-03 5:06 
GeneralRe: STL string Pin
Ryan Binns6-Aug-03 5:07
Ryan Binns6-Aug-03 5:07 
Generalmultilingual applications Pin
nadavba6-Aug-03 4:32
nadavba6-Aug-03 4:32 
GeneralRe: multilingual applications Pin
Maximilien6-Aug-03 4:38
Maximilien6-Aug-03 4:38 
GeneralRe: multilingual applications Pin
nadavba6-Aug-03 5:48
nadavba6-Aug-03 5:48 
Generalunicows.dll??? Pin
nikoladsp22-Oct-03 1:06
nikoladsp22-Oct-03 1:06 
GeneralRe: unicows.dll??? Pin
nadavba22-Oct-03 5:15
nadavba22-Oct-03 5:15 
1. First, change the project settings to unicode:
a. Replace _MBCS with _UNICODE in the "C/C++" tab on the project settings
b. In the "Link" tab, category "output" write wWinMainCRTStartup in the "entry" edit box.

2. Add UNICOW: UNICOW.lib must be before all libraries, so we don't use the "default libraries" and link them ourselves.
here I use the MFC DEBUG lib versions, you can delete the 'd' from the file name to use the RELEASE version.
a. On the "Link" tab, category "general", write the following in the "Object/library modules" edit box:
unicows.lib winspool.lib shell32.lib uuid.lib oleaut32.lib ctl3d32s.lib ole32.lib gdi32.lib comdlg32.lib advapi32.lib comctl32.lib version.lib mpr.lib rasapi

32.lib winmm.lib vfw32.lib kernel32.lib oleacc.lib oledlg.lib user32.lib Uafxcwd.lib LIBCMTD.lib Mfcs42Ud.lib
b. Choose "Ignore all default libraries". (so what we did on a) will affect)


good luck

GeneralRe: unicows.dll??? Pin
nikoladsp22-Oct-03 20:12
nikoladsp22-Oct-03 20:12 
GeneralVideo capturing Pin
Jump_Around6-Aug-03 4:21
Jump_Around6-Aug-03 4:21 
GeneralDatabase problems Pin
Anonymous6-Aug-03 4:01
Anonymous6-Aug-03 4:01 
GeneralEmptying editbox Pin
BoudewijnEctor6-Aug-03 2:53
BoudewijnEctor6-Aug-03 2:53 
GeneralRe: Emptying editbox Pin
Chris Meech6-Aug-03 3:10
Chris Meech6-Aug-03 3:10 
GeneralRe: Emptying editbox Pin
BoudewijnEctor6-Aug-03 3:23
BoudewijnEctor6-Aug-03 3:23 
GeneralRe: Emptying editbox Pin
David Crow6-Aug-03 3:10
David Crow6-Aug-03 3:10 
GeneralRe: Emptying editbox Pin
Vitali Halershtein6-Aug-03 3:20
Vitali Halershtein6-Aug-03 3:20 
GeneralCheckListBox event for checkbox Pin
rohit.dhamija6-Aug-03 2:24
rohit.dhamija6-Aug-03 2:24 
GeneralRe: CheckListBox event for checkbox Pin
David Crow6-Aug-03 2:48
David Crow6-Aug-03 2:48 
GeneralRe: CheckListBox event for checkbox Pin
rohit.dhamija6-Aug-03 3:09
rohit.dhamija6-Aug-03 3:09 
GeneralRe: CheckListBox event for checkbox Pin
David Crow6-Aug-03 3:15
David Crow6-Aug-03 3:15 
GeneralInserting extended character Pin
JensB6-Aug-03 2:06
JensB6-Aug-03 2:06 
Generalstatic system wide singleton Pin
Dangleberry6-Aug-03 1:58
sussDangleberry6-Aug-03 1:58 
GeneralRe: static system wide singleton Pin
jhwurmbach6-Aug-03 2:19
jhwurmbach6-Aug-03 2:19 
GeneralRe: static system wide singleton Pin
Ryan Binns6-Aug-03 2:25
Ryan Binns6-Aug-03 2:25 
GeneralRe: static system wide singleton Pin
Dangleberry7-Aug-03 3:03
sussDangleberry7-Aug-03 3:03 

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.