Click here to Skip to main content
15,893,161 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Linking functions to keystrokes Pin
Mike Dimmick13-Oct-03 1:49
Mike Dimmick13-Oct-03 1:49 
GeneralStrRetToStr Pin
hph13-Oct-03 0:20
hph13-Oct-03 0:20 
GeneralRe: StrRetToStr Pin
Anand Paranjpe13-Oct-03 1:08
Anand Paranjpe13-Oct-03 1:08 
GeneralRe: StrRetToStr Pin
hph13-Oct-03 1:11
hph13-Oct-03 1:11 
GeneralRe: StrRetToStr Pin
Anand Paranjpe13-Oct-03 1:21
Anand Paranjpe13-Oct-03 1:21 
GeneralRe: StrRetToStr Pin
Michael P Butler13-Oct-03 1:37
Michael P Butler13-Oct-03 1:37 
GeneralRe: StrRetToStr Pin
hph13-Oct-03 2:39
hph13-Oct-03 2:39 
GeneralRe: StrRetToStr Pin
ELEFK13-Oct-03 4:17
sussELEFK13-Oct-03 4:17 
All these functions are exported from Shlwapi.dll (7/24/2002) as (ASCII: StrRetToBufA, UNICODE: StrRetToBufW etc)
If not included in your version of Shlwapi.h you could consider checking in the latest W32 SDK (note that the standard MSDevStudio files are usually quite out of date).
Quick solution might be to add its declaration yourself in your code.
You would need of course to make sure that the right version of Shlwapi.dll is installed on the target system

GeneralFind in files causes VS.NET to hang Pin
ed welch13-Oct-03 0:13
ed welch13-Oct-03 0:13 
GeneralFindFirstChangeNotification Pin
Liorsh13-Oct-03 0:07
Liorsh13-Oct-03 0:07 
GeneralRe: FindFirstChangeNotification Pin
Neville Franks13-Oct-03 1:52
Neville Franks13-Oct-03 1:52 
GeneralRe: FindFirstChangeNotification Pin
vcplusplus13-Oct-03 3:43
vcplusplus13-Oct-03 3:43 
GeneralNeed help wif toggling check box Pin
fynox12-Oct-03 23:27
fynox12-Oct-03 23:27 
GeneralRe: Need help wif toggling check box Pin
Anand Paranjpe12-Oct-03 23:41
Anand Paranjpe12-Oct-03 23:41 
GeneralRe: Need help wif toggling check box Pin
peterchen12-Oct-03 23:48
peterchen12-Oct-03 23:48 
Questionhow to read unicode file Pin
YaronNir12-Oct-03 23:13
YaronNir12-Oct-03 23:13 
AnswerRe: how to read unicode file Pin
Anand Paranjpe12-Oct-03 23:36
Anand Paranjpe12-Oct-03 23:36 
GeneralRe: how to read unicode file Pin
YaronNir12-Oct-03 23:47
YaronNir12-Oct-03 23:47 
GeneralRe: how to read unicode file Pin
Anthony_Yio13-Oct-03 0:45
Anthony_Yio13-Oct-03 0:45 
GeneralMFC / ActiveX integration error Pin
przemm12-Oct-03 22:58
przemm12-Oct-03 22:58 
Generaldebugging layered service providers Pin
andy dungey12-Oct-03 22:39
andy dungey12-Oct-03 22:39 
QuestionDifference btw MBCS and Unicode? Pin
fynox12-Oct-03 22:32
fynox12-Oct-03 22:32 
AnswerRe: Difference btw MBCS and Unicode? Pin
Anand Paranjpe12-Oct-03 23:05
Anand Paranjpe12-Oct-03 23:05 
AnswerRe: Difference btw MBCS and Unicode? Pin
Anthony_Yio13-Oct-03 1:05
Anthony_Yio13-Oct-03 1:05 
AnswerRe: Difference btw MBCS and Unicode? Pin
Michael Dunn13-Oct-03 4:37
sitebuilderMichael Dunn13-Oct-03 4:37 

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.