passing a string to a dll



I am working with the first dll I've ever created. I am testing with this
function:

bool DLLRect::PullWhisker(CString s)
{
if(s != _T("12345") )
::Beep(1000,200);
return true;
}

In my view:

DLLRect r;
r.PullWhisker(_T("12345") );

Why am I getting that beep, i.e. why is the string not recognized?


.



Relevant Pages

  • xine and kaffeine jumping
    ... The playback is jerky. ... One user has audio and another does not. ... # bool, default: 0 ... # string, default: /home/carl ...
    (alt.os.linux.suse)
  • xine runs slow when watching DVDs
    ... I am trying to use xine to watch DVDs but It keeps jerking and dropping ... # bool, default: 0 ... # string, default: http://xine.sourceforge.net/skins/skins.slx ... # send event to front end if percentage of discarded frames exceed this value ...
    (Debian-User)
  • [opensuse] hal detecting pressed dvds as empty mediums
    ... on every pressed dvd I try to read I get the ... cdrom: This disc doesn't have any tracks I recognize! ... storage.cdrom.support_media_changed = true (bool) ... info.category = 'storage' (string) ...
    (SuSE)
  • system report 7.2 beta1
    ... The big problem of my laptop is the intel video card, xorg eat up half of my memory,and it's very slow moving windows. ... <CPU Frequency Thermal Control> on cpu0 ... info.subsystem = 'platform' (string) ... net.interface_up = true (bool) ...
    (freebsd-stable)
  • Re: CMAP under vs2005+
    ... typedef MyMap< string, string> CMyMapString; ... BOOL FuncXYZ ... CString v; ...
    (microsoft.public.vc.language)