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

C / C++ / MFC

 
Generalloading BitMap on full screen window Pin
a_david12318-Jul-05 20:52
a_david12318-Jul-05 20:52 
GeneralRe: loading BitMap on full screen window Pin
Waiting for Come Back (thatsalok)18-Jul-05 23:05
sussWaiting for Come Back (thatsalok)18-Jul-05 23:05 
GeneralGetting Dundas gauges to work with Visual C++.net Pin
D_code_writer18-Jul-05 20:34
D_code_writer18-Jul-05 20:34 
GeneralDundas Pin
Wes Aday19-Jul-05 5:13
professionalWes Aday19-Jul-05 5:13 
GeneralRe: Getting Dundas gauges to work with Visual C++.net Pin
Troy Marchand19-Jul-05 7:49
sitebuilderTroy Marchand19-Jul-05 7:49 
GeneralRe: Getting Dundas gauges to work with Visual C++.net Pin
D_code_writer19-Jul-05 13:30
D_code_writer19-Jul-05 13:30 
GeneralRe: Getting Dundas gauges to work with Visual C++.net Pin
Troy Marchand19-Jul-05 16:53
sitebuilderTroy Marchand19-Jul-05 16:53 
GeneralUnicode problem Pin
toxcct18-Jul-05 20:29
toxcct18-Jul-05 20:29 
hello everyone,

i have a char pszFile[MAX_INT]; variable that is supposed to be used with GetOpenFileName() and GetSaveFileName() functions.
i also havo a CString class member that contains the path of the stored file.

what i would like should be to be able to put the content of the CString into the char* variable...

::strcpy(pszFile, m_strDBFilePath);    <font color=green>//this doesn't work with UNICODE defined...</font>

i also tried with _tcscpy() function but it doesn't work as pszFile is not defined as a wchar_t*...


As i don't know really where to look for this, i'd be grateful for your help...

thanks,



TOXCCT >>> GEII power
[toxcct][VisualCalc]
GeneralRe: Unicode problem Pin
22491718-Jul-05 20:40
22491718-Jul-05 20:40 
GeneralRe: Unicode problem Pin
toxcct18-Jul-05 20:49
toxcct18-Jul-05 20:49 
GeneralRe: Unicode problem Pin
22491718-Jul-05 21:43
22491718-Jul-05 21:43 
GeneralRe: Unicode problem Pin
toxcct18-Jul-05 22:32
toxcct18-Jul-05 22:32 
GeneralRe: Unicode problem Pin
GDavy18-Jul-05 20:42
GDavy18-Jul-05 20:42 
GeneralRe: Unicode problem Pin
toxcct18-Jul-05 20:57
toxcct18-Jul-05 20:57 
GeneralRe: Unicode problem Pin
GDavy18-Jul-05 21:02
GDavy18-Jul-05 21:02 
GeneralRe: Unicode problem Pin
toxcct18-Jul-05 22:31
toxcct18-Jul-05 22:31 
QuestionHow to print Multilanguage Pin
rharishraj18-Jul-05 18:55
rharishraj18-Jul-05 18:55 
Generaldisplay raw image in a frame Pin
htv2218-Jul-05 18:49
htv2218-Jul-05 18:49 
GeneralRe: display raw image in a frame Pin
Christian Graus18-Jul-05 18:57
protectorChristian Graus18-Jul-05 18:57 
Generalconvert from VC++6 to VC++.NET. Pin
Anonymous18-Jul-05 18:43
Anonymous18-Jul-05 18:43 
GeneralRe: convert from VC++6 to VC++.NET. Pin
Christian Graus18-Jul-05 18:55
protectorChristian Graus18-Jul-05 18:55 
GeneralRe: convert from VC++6 to VC++.NET. Pin
SAKURAVN19-Jul-05 16:56
SAKURAVN19-Jul-05 16:56 
GeneralRe: convert from VC++6 to VC++.NET. Pin
Christian Graus19-Jul-05 16:58
protectorChristian Graus19-Jul-05 16:58 
Generalpage breaks in SDI Pin
wasife18-Jul-05 18:38
wasife18-Jul-05 18:38 
GeneralRe: page breaks in SDI Pin
Christian Graus18-Jul-05 18:56
protectorChristian Graus18-Jul-05 18:56 

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.