Win32 Exception

HARRY

Active Member
Licensed User
Longtime User
Hi,

This very small program:

Sub App_Start
Form1.Show
If cPPC=True Then
Shell ("Opslagkaart\Program Files\POI-Photos\PDA-POI Photos.exe","")
Else
Shell ("C:\My Projects\Basic4PPC\POI Photo's KML\POI Photo's KML.exe","")
End If
AppClose
End Sub

runs well on the PC , but on the device I get the message:Win32 Exception, without further information.

"Opslagkaart" is the name of the SD-card on the device.

Does somebody know how to get more information and/or the reason of the error?

Harry
 

HARRY

Active Member
Licensed User
Longtime User
Hello Agraham,

Thanks for the prompt reply, but still the same error!

Harry
 

HARRY

Active Member
Licensed User
Longtime User
Agraham,


Sorry, sorry, sorry. There was a typing error in the name of the executable to start.

A more clear error message of Windows Mobile would haven been nice, e.g. "file not found".

Thanks for your support.

Harry
 
Top