Click here to Skip to main content
15,918,742 members
Home / Discussions / Mobile
   

Mobile

 
AnswerRe: Software Required To Develop Mobile Applications Using VB.net 2005 Pin
Joel Ivory Johnson17-Jan-09 6:07
professionalJoel Ivory Johnson17-Jan-09 6:07 
AnswerRe: Software Required To Develop Mobile Applications Using VB.net 2005 Pin
daniel9729-Apr-09 20:57
daniel9729-Apr-09 20:57 
QuestionWM5 development C++ - set up GUI Pin
uzziah016-Jan-09 11:22
uzziah016-Jan-09 11:22 
AnswerRe: WM5 development C++ - set up GUI Pin
Joel Ivory Johnson19-Jan-09 4:44
professionalJoel Ivory Johnson19-Jan-09 4:44 
GeneralRe: WM5 development C++ - set up GUI Pin
uzziah021-Jan-09 8:43
uzziah021-Jan-09 8:43 
GeneralRe: WM5 development C++ - set up GUI Pin
uzziah023-Jan-09 6:44
uzziah023-Jan-09 6:44 
GeneralRe: WM5 development C++ - set up GUI Pin
uzziah023-Jan-09 7:08
uzziah023-Jan-09 7:08 
QuestionWindows Mobile dll import error Pin
first_vvs77716-Jan-09 8:55
first_vvs77716-Jan-09 8:55 
Please help.

I read this message
http://social.msdn.microsoft.com/forums/en-US/vssmartdevicesvbcs/thread/d5544b95-5fc2-46e8-8007-de8bfe3ada7a/

When wrote this code
program hello;<br />
{$apptype console}<br />
const<br />
  SND_SYNC            = $0000;  { play synchronously (default) }<br />
  SND_ASYNC           = $0001;  { play asynchronously }<br />
  SND_NODEFAULT       = $0002;  { don't use default sound }<br />
  SND_MEMORY          = $0004;  { lpszSoundName points to a memory file }<br />
  SND_LOOP            = $0008;  { loop the sound until next sndPlaySound }<br />
  SND_NOSTOP          = $0010;  { don't stop any currently playing sound }<br />
  SND_NOWAIT          = $00002000;  { don't wait if the driver is busy }<br />
  SND_ALIAS           = $00010000;  { name is a registry alias }<br />
  SND_ALIAS_ID        = $00110000;  { alias is a predefined ID }<br />
  SND_FILENAME        = $00020000;  { name is file name }<br />
  SND_RESOURCE        = $00040004;  { name is resource name or atom }<br />
  SND_PURGE           = $0040;      { purge non-static events for task }<br />
  SND_APPLICATION     = $0080;      { look for application specific association }<br />
<br />
function PlaySound(pszSound: PChar; hmod: HMODULE; fdwSound: DWORD): BOOLean; stdcall; external 'Coredll.DLL' name 'PlaySound';<br />
<br />
var<br />
	f:text;<br />
	s:string;<br />
begin<br />
	assign(f,'tex1.txt');<br />
	rewrite(f);<br />
	writeln(f,'Hello world');<br />
	s:='tst1.wav';<br />
	//playsound(@s[1],0, SND_FILENAME);<br />
	playsound('tst1.wav',0, SND_FILENAME);<br />
	writeln(f,'played');<br />
	close(f);<br />
end.

and compiled with ppcrossarm (FreePascal).
As a result I got "hello.exe is not a valid PocketPC application", BUT
this is not compiler error. If comment the execution of playsound() all works fine. So, Coredll.DLL don't contains PlaySound function.
If packed by UPX just halts without any message.
Where I can find good description of all functions of dll's of WM5?

Or if exists an opensource program for windows Mobile 5.0 that plays wma or mp3 and controls the "speed dial" button... Google found nothing.

Thanks.
Sorry for my bad English.
QuestionRun application on WM6 based PDA startup Pin
kaushik_Manoj16-Jan-09 1:36
kaushik_Manoj16-Jan-09 1:36 
AnswerRe: Run application on WM6 based PDA startup Pin
Chaser9216-Jan-09 2:05
Chaser9216-Jan-09 2:05 
GeneralRe: Run application on WM6 based PDA startup Pin
kaushik_Manoj18-Jan-09 22:36
kaushik_Manoj18-Jan-09 22:36 
AnswerRe: Run application on WM6 based PDA startup Pin
Joel Ivory Johnson16-Jan-09 4:37
professionalJoel Ivory Johnson16-Jan-09 4:37 
GeneralRe: Run application on WM6 based PDA startup Pin
kaushik_Manoj18-Jan-09 22:34
kaushik_Manoj18-Jan-09 22:34 
GeneralRe: Run application on WM6 based PDA startup Pin
bladeone_2k27-Jun-11 4:09
bladeone_2k27-Jun-11 4:09 
QuestionMobile Based Management System - Info Required Pin
AmmarHaider15-Jan-09 15:16
AmmarHaider15-Jan-09 15:16 
AnswerRe: Mobile Based Management System - Info Required Pin
Joel Ivory Johnson16-Jan-09 4:45
professionalJoel Ivory Johnson16-Jan-09 4:45 
GeneralRe: Mobile Based Management System - Info Required Pin
AmmarHaider17-Jan-09 16:27
AmmarHaider17-Jan-09 16:27 
QuestionProgramming Cell Phone with J2ME on classic C-language Pin
Michael Monin14-Jan-09 10:12
Michael Monin14-Jan-09 10:12 
QuestionHow to use SQLMetalBuilder Tool Pin
vsaratkar13-Jan-09 4:05
vsaratkar13-Jan-09 4:05 
Questionmultiple instances of a .net cf 3.5 app [modified] Pin
kipelovets13-Jan-09 0:27
kipelovets13-Jan-09 0:27 
AnswerRe: multiple instances of a .net cf 3.5 app Pin
Joel Ivory Johnson16-Jan-09 4:47
professionalJoel Ivory Johnson16-Jan-09 4:47 
QuestionDpi-Aware experiments in V.S. 2005 Environment Pin
Hurricane300010-Jan-09 0:44
Hurricane300010-Jan-09 0:44 
AnswerRe: Dpi-Aware experiments in V.S. 2005 Environment Pin
Joel Ivory Johnson10-Jan-09 2:42
professionalJoel Ivory Johnson10-Jan-09 2:42 
GeneralRe: Dpi-Aware experiments in V.S. 2005 Environment Pin
Hurricane300010-Jan-09 7:58
Hurricane300010-Jan-09 7:58 
QuestionV.S. 2005 and Debug environment. Pin
Hurricane30009-Jan-09 8:44
Hurricane30009-Jan-09 8:44 

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.