NO

Author Topic: POLINK: error: Unresolved external symbol 'system'.  (Read 14628 times)

jasch212

  • Guest
Re: POLINK: error: Unresolved external symbol 'system'.
« Reply #15 on: April 16, 2010, 08:46:11 PM »
with the creation flag CREATE_NEW_CONSOLE
it also does'nt work.

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: POLINK: error: Unresolved external symbol 'system'.
« Reply #16 on: April 16, 2010, 09:04:06 PM »
Is that sndplay.exe in \Windows folder ?
Can you run it ?

From Control Panel Volume & Sounds:
Is from Volume tab
 Enable sound for:
  Events (warning, beep and system events) checked ?

Tested with MIO C320b with Windows CE Core 5.0
« Last Edit: April 16, 2010, 10:41:54 PM by timovjl »
May the source be with you

jasch212

  • Guest
Re: POLINK: error: Unresolved external symbol 'system'.
« Reply #17 on: April 17, 2010, 10:16:41 AM »
hi,
I  thought  as  much,
I can open sndplay.exe in the \Windows folder.

But i here nothing when I create it from the program, thats the Problem.
CreateProcess(L"\\windows\\sndply.exe",
            L"\\windows\\notify.wav", ...

that doesn't work.

thanks
Thomas

jasch212

  • Guest
Re: POLINK: error: Unresolved external symbol 'system'.
« Reply #18 on: April 17, 2010, 12:43:54 PM »
ok I solved the Problem :)


I changed the registry
from: sndplay.exe %1
to: \Windows\sndplay.exe %1

I do not exactly why, but now it works!


thanks all for your answers
Thomas