Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.55K
1 Posted Topic
Re: I'm using Microsoft Net 2003 --- It links, then... final project error LNK2001: unresolved external symbol "int __stdcall PlaySoundA(char const *,struct HINSTANCE__ *,unsigned long)" (?PlaySoundA@@$$J212YGHPBDPAUHINSTANCE__@@K@Z) final project fatal error LNK1120: 1 unresolved externals What? I'm using the following code: [code] #include <iostream> #include <windows.h> #include <mmsystem.h> #include <conio.h> int main() … |
The End.