thanks for you effort updating the liblvc wrapper for delphi. i have downloaded the new updates.
i have just debug the sample on delphi 7 and delphi 2010. here few things that i can inform you
1. on the delphi 7 the sample compiled and run smoothly, but on delphi 2010 it's not. i need to replace few Pchar function with PansiChar
2. on delphi 2010 these lines
Code: Select all
RegQueryValueEx(Handle,'InstallDir',nil,@RegType,PByte(@Result[1]),@DataSize);
Result[DataSize]:='\';
the result return value with strange additional character. i think it's come from the function RegQueryValueEx windows API Function
i solved it by directly pointing the libvlc.dll path. so i skip this function
3. both on delphi 7 and delphi 2010, the sample can't do streaming. but it can read the streaming media from vlc player (vlc player as streaming server)
i have tried to change few options on base option, but it didn't show any progres, just blank screen
i event replace the option, copied from the option generated by the vlc player, but still i don't find any clue on it
i really need your help here........ thanks in advance dsChaeck
regards
v4v4n