-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inquiry Regarding Fullscreen Mode in VirtualDub2 #4
Comments
Thanks. I'm not sure, this should work. First, check out these options: https://sourceforge.net/p/vdfiltermod/wiki/display/ If you still want to dig into source, I strongly advice to focus on d3d9 mode only (there is support for other display methods). |
Thanks for the quick reply! I made some changes to the code but I'm having trouble building it. I've tried to follow the BUILDING.txt tutorial but still couldn't do it, I'm having several problems with YASM. Could you tell me if the BUILDING.txt tutorial is up to date and working? Thanks! |
Yes, BUILDING.txt should be good. Do you have any message output from yasm? |
First, I downloaded Visual Studio 2015 Community with Windows XP Support for C++. Then, I downloaded Visual Studio Update 3. After that, I installed the DirectX SDK from June 2010. As for YASM, I downloaded the Win64.exe and placed it in the folder C:\Program Files (x86)\VC\bin. Regarding the project, I opened the Virtual-Dub-vc14.slm solution. I had to change the Platform Toolset to Visual Studio 2015 (v140) because the v141_xp toolset was missing and I could not find a way to download it. I left the Target Platform Version at 8.1 (no changes). With all these settings, I tried to build a Release Win32. Here are the errors I received: Error MSB3721 The command "yasm -X vc -g cv8 -f win32 -o "....\obj\Release\system\a_memory.obj" "C:\Users\User\Desktop\VirtualDub2-master\src\system\source\a_memory.asm"" exited with code 1. Error MSB3721 The command "yasm -X vc -g cv8 -f win32 -o "....\obj\Release\Meia\a_predict_isse.obj" "C:\Users\User\Desktop\VirtualDub2-master\src\Meia\source\a_predict_isse.asm"" exited with code 1. Error MSB3721 The command ""....\out\Release\asuka.exe" psa "C:\Users\User\Desktop\VirtualDub2-master\src\VDFilters\source\VFBlendLayers.vdshaders" "C:\Users\User\Desktop\VirtualDub2-master\src\VDFilters\autogen\VFBlendLayers.inl"" exited with code 1. Error LNK1181 cannot open input file 'system.lib' Error LNK1181 cannot open input file 'system.lib' Error LNK1181 cannot open input file 'C:\Users\User\Desktop\VirtualDub2-master\lib\Release\system.lib' Error LNK1181 cannot open input file 'C:\Users\User\Desktop\VirtualDub2-master\lib\Release\system.lib' Error MSB6006 "cmd.exe" exited with code 9009. Error MSB6006 "cmd.exe" exited with code 9009. Error MSB6006 "cmd.exe" exited with code 9009. Error MSB6006 "cmd.exe" exited with code 9009. Error MSB6006 "cmd.exe" exited with code 9009. |
No idea what is wrong. Try to run yasm alone, e.g. |
I finally managed to get it working. The build issues were indeed due to YASM, and the problem was a typo in the PATH. Regarding the files, I made a small change to the SetFullScreen method in captureui.cpp and it worked; I got what I needed. After fixing the typo, the build worked perfectly. I’m immensely grateful for the quick support. And thank you once again for providing such an amazing piece of software! |
Great! |
Dear @shekh ,
Hope you are doing well!!
I hope this message finds you well. First of all, I want to thank you for the excellent work on VirtualDub2—it's truly a fantastic tool that meets all my needs.
I'm reaching out because I've encountered a small issue with the fullscreen mode in VirtualDub2. When I press Alt + Enter to enter fullscreen mode, it works perfectly. However, as soon as I switch to another program, VirtualDub2 automatically exits fullscreen mode.
Would there be any existing option within the program to lock or maintain fullscreen mode even when switching to another application? If not, would you be able to provide some guidance on how I might modify the source code to achieve this? I would like to build a version of VirtualDub2 that keeps the application in fullscreen mode, regardless of focus changes.
Thank you very much for your time and assistance. I look forward to hearing from you.
The text was updated successfully, but these errors were encountered: