Click here to Skip to main content
15,902,875 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Calling C++ functions from C Pin
Stormwind27-Apr-03 19:31
Stormwind27-Apr-03 19:31 
GeneralRe: Calling C++ functions from C Pin
Mike Dimmick27-Apr-03 23:42
Mike Dimmick27-Apr-03 23:42 
GeneralRe: Calling C++ functions from C Pin
Stormwind28-Apr-03 16:15
Stormwind28-Apr-03 16:15 
GeneralMDI Child Windows Help Pin
Steven M Hunt27-Apr-03 12:41
Steven M Hunt27-Apr-03 12:41 
GeneralRe: MDI Child Windows Help Pin
Neville Franks28-Apr-03 0:18
Neville Franks28-Apr-03 0:18 
GeneralRe: MDI Child Windows Help Pin
Hans Dietrich28-Apr-03 0:27
mentorHans Dietrich28-Apr-03 0:27 
GeneralProblem with linking Pin
sjcomp27-Apr-03 10:35
sjcomp27-Apr-03 10:35 
GeneralRe: Problem with linking Pin
Dave Bryant27-Apr-03 11:01
Dave Bryant27-Apr-03 11:01 
Is your function actually called PlaySoundA() or PlaySound(). The reason I ask is that in one of the standard windows header files, a lot of the standard API methods are #defined to function beginning with A (for ANSI) or W (for Wide). I think that PlaySound is one of them. If this is what is happening, then it is possible that the rename is not taking place inside your library, but does take place when the library is used (i.e. the .lib file has PlaySound() because the rename didn't occur, but the app is looking for PlaySoundA() because a rename has occurred).
You can check this quickly by renaming PlaySound() to something like PlayMySound() and recompiling.

Dave
http://www.cloudsofheaven.org
GeneralRe: Problem with linking Pin
sjcomp27-Apr-03 12:35
sjcomp27-Apr-03 12:35 
General3D perspective: zoom to extent Pin
Bartosz Bien27-Apr-03 10:10
Bartosz Bien27-Apr-03 10:10 
GeneralHelp Pin
th3kill3r27-Apr-03 7:16
th3kill3r27-Apr-03 7:16 
GeneralRe: Help Pin
th3kill3r27-Apr-03 7:17
th3kill3r27-Apr-03 7:17 
GeneralRe: Help Pin
Nish Nishant27-Apr-03 7:27
sitebuilderNish Nishant27-Apr-03 7:27 
GeneralRe: Help Pin
Kuniva27-Apr-03 7:46
Kuniva27-Apr-03 7:46 
GeneralRe: Help Pin
Anonymous28-Apr-03 11:56
Anonymous28-Apr-03 11:56 
GeneralRe: Help Pin
Kuniva29-Apr-03 4:49
Kuniva29-Apr-03 4:49 
GeneralSSL - i don't fully get the concept Pin
Kuniva27-Apr-03 7:15
Kuniva27-Apr-03 7:15 
GeneralRe: SSL - i don't fully get the concept Pin
Nish Nishant27-Apr-03 7:31
sitebuilderNish Nishant27-Apr-03 7:31 
GeneralRe: SSL - i don't fully get the concept Pin
Kuniva27-Apr-03 7:42
Kuniva27-Apr-03 7:42 
GeneralRe: SSL - i don't fully get the concept Pin
Felix Gartsman27-Apr-03 8:29
Felix Gartsman27-Apr-03 8:29 
GeneralPass IStream in Image Class Pin
Emiliano27-Apr-03 4:53
Emiliano27-Apr-03 4:53 
GeneralRe: Pass IStream in Image Class Pin
MAAK28-Apr-03 11:38
MAAK28-Apr-03 11:38 
GeneralCell Manipulation in CListCtrl Pin
ttohme27-Apr-03 4:04
ttohme27-Apr-03 4:04 
GeneralRe: Cell Manipulation in CListCtrl Pin
Stormwind27-Apr-03 17:02
Stormwind27-Apr-03 17:02 
GeneralRe: Cell Manipulation in CListCtrl Pin
basementman28-Apr-03 4:43
basementman28-Apr-03 4:43 

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.