Solmos
03-17-2008, 07:33 AM
tVersionInfo = File.GetVersionInfo("C:\\Archivos de programa\\VideoLAN\\VLC\\vlc.exe");
-- Get the last error code
nError = Application.GetLastError();
if nError == 0 then
-- There was not an error
sOutput = "";
-- Traverse the table, storing info in a string
for Name, Contents in tVersionInfo do
sOutput = sOutput .. Name .. ": " .. Contents .. "\r\n";
end
-- Output string contents to the user
Dialog.Message("File Version Information", sOutput);
else
-- There was an error, alert the user
Dialog.Message("Error", _tblErrorMessages[nError]);
end
FAILS AN THE PROGRAM VLC MEDIA PLAYER!!!!
File properties of the vlc.exe:
http://img262.imageshack.us/img262/2172/dibujohb4.png
and AMS7 returns....
http://img301.imageshack.us/img301/9681/gfhfhe5.png
bad bad....
please fix now... and lunch one update...
-- Get the last error code
nError = Application.GetLastError();
if nError == 0 then
-- There was not an error
sOutput = "";
-- Traverse the table, storing info in a string
for Name, Contents in tVersionInfo do
sOutput = sOutput .. Name .. ": " .. Contents .. "\r\n";
end
-- Output string contents to the user
Dialog.Message("File Version Information", sOutput);
else
-- There was an error, alert the user
Dialog.Message("Error", _tblErrorMessages[nError]);
end
FAILS AN THE PROGRAM VLC MEDIA PLAYER!!!!
File properties of the vlc.exe:
http://img262.imageshack.us/img262/2172/dibujohb4.png
and AMS7 returns....
http://img301.imageshack.us/img301/9681/gfhfhe5.png
bad bad....
please fix now... and lunch one update...