My .NetFramework version does not work with my Microsoft.SharePointClient Programming Software Development by complete …? I am trying to add some CSOM functionality to my C# program such that I will be allowed to do CRUD… Re: My .NetFramework version does not work with my Microsoft.SharePointClient Programming Software Development by rproffitt Wasn't that retired? Read https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/using-csom-for-dotnet-standard and tell me what you think it said. Re: ‘Advanced AI should be treated similar to Weapons of Mass Destruction’ Community Center by Reverend Jim Based on the proliferation of AI generated content, and the age-old rule of garbage in, garbage out, what will be the result of AI models being trained on ever increasing amounts of content generated by other AI platforms? Will we get into a negative feedback loop where the output will become so polluted with bad input that it will be effectively … Re: ‘Advanced AI should be treated similar to Weapons of Mass Destruction’ Community Center by jwenting Even worse: the junk being deliberately fed to AIs is already at the stage where the results are useless BUT those results are blindly believed by many people BECAUSE they're generated by AI and therefore supposedly automatically correct! Think Google's disastrous launch of their image generator which would under no condition generate Caucasian … ‘Advanced AI should be treated similar to Weapons of Mass Destruction’ Community Center by Johannes C. … way to prevent others from creating synthetic intellects with agency? c) Can you identify yourself within one of the sections of… Re: Unit Test odd behavior Programming Software Development by Ellsaheranny Yes, issues like the one you're describing can occur in unit testing for several reasons, and they are often subtle and tricky to diagnose. Here are some common causes and things to check Re: Google is promoting reddit in an arrogant way Programming Web Development by Salem Or you just learn how to use the tools. If you want only reddit, then type this into your search: `c programming language site:reddit.com` If you want everything but reddit, then type this into your search: `c programming language -site:reddit.com` Re: Unpopular Opinion: Bootstrap+jquery+CI is the best thing since sliced bread Programming Web Development by Dani …, first in Apple BASIC, then QBasic, then Visual Basic, then C++. PHP was my first foray into web development, and DaniWeb… Narue, a DaniWeb member with a lot of experience in C++ but not so much in web development. I was burned… Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim Since getting the laptop back the rear USB/power port has started acting up again. I've adjusted by glueing a clip to the lid so that the power cord does not move when plugged in. Three screws have fallen off the bottom and I have replaced them with my own screws that I can tighten without the need of a special ($$$) tool. The rubber feet have … Read file properties of video files in C++ Programming Software Development by Thomasio I want to figure out what Windows does when you right-click a video file and check properties and I would like to write a similar piece of code in C++. I should be able to figure out how to read the file type and size, but I'm lost in how to get details of the video like resolution and runtime. Which API commands does Windows use there? Re: Read file properties of video files in C++ Programming Software Development by toneewa …, using the ffmpeg library. Just change the filename. extern "C" { #include <libavformat/avformat.h> #include <libavformat… Create And Install Windows Service Step By Step In C# Programming Web Development by Rabiya_1 I'm New In c# and want to create a windows service here what I'… Re: Read file properties of video files in C++ Programming Software Development by pritaeas Here's a good place to start: https://mediaarea.net/en/MediaInfo Re: Read file properties of video files in C++ Programming Software Development by Thomasio How would that help me? That's just another program that does more or less the same Windows does, but doesn't mention which API commands one needs to get this output. It's open source, meaning one could look into the code and try to figure out the relevant commands but we all know figuring out what someone elses code does takes far longer than … Re: Read file properties of video files in C++ Programming Software Development by pritaeas > It's open source, meaning one could look into the code That's the way I learn... There is no real Windows API to read video info, as this info is different for each video format. With the Windows Property System you can read some information, but it is not accessible with all platforms. Personally I'd choose to learn how to read the … Re: Read file properties of video files in C++ Programming Software Development by rproffitt When you asked for runtime you triggered a memory from long ago where MP3 runtimes were at times wildly inaccurate. Just like the man who was turned into a newt in Monty Python who said "I got better", such are better now but I still read complaints it's not exact. So here's the thing, you may want that runtime but it's not always … Re: Read file properties of video files in C++ Programming Software Development by Thomasio Yes, I know, Windows doesn't report details for all video files, sometime it just doesn't and I already guessed that may be because of a file format Windows cannot read correctly. But then for the video files where Windows does report details within the file properties it gets them correct and it does that in near no time which makes me believe … Re: Read file properties of video files in C++ Programming Software Development by rproffitt Regarding "doesn't open the file". I've used so many tools over the years to profile and log what apps access that I can write that Windows does open the file for a peek. And then we have the problem that many files don't have duration. https://www.loc.gov/preservation/digital/formats/fdd/fdd000105.shtml is for MP3 and it's not in … Re: Read file properties of video files in C++ Programming Software Development by Salem If you want to know what windows is up to when you do something, then try using https://learn.microsoft.com/en-us/sysinternals/downloads/procmon Re: Read file properties of video files in C++ Programming Software Development by Thomasio Thanks @toneewa that looks like what I want, at least a basis from where I can try to work it out for my needs. Re: Create And Install Windows Service Step By Step In C# Programming Web Development by rproffitt Since the answer would be many pages long, read https://learn.microsoft.com/en-us/dotnet/framework/windows-services/walkthrough-creating-a-windows-service-application-in-the-component-designer and consider the two other pages noted there. Re: GCC Fails to Recognize Parameters Programming by toneewa … and prints the information of a mp4 file. extern "C" { #include <libavformat/avformat.h> #include <libavformat… Re: Which programming language is best Ludo game development? Programming Game Development by kishanrg … commonly used languages for game development, including Ludo games, are C++, C#, Java, JavaScript, and Python. Ultimately, the "best" programming… Graph of quadratic function with CanvasRenderingContext2D Programming Web Development by alexanderrm2024 …<script> var a, b, c; var output; function check() { a …!"; } else if (isNaN(c)) { output = "c has to be a number!";… ASUS Laptops - my experience Hardware and Software by Reverend Jim … have a dedicated power port, this unit has two USB C ports, both of which can accept the power cord. It… battery and have the use of all ports (two USB C and two USB 3). But now one of the USB… C ports is getting flaky. I keep getting a pop-up … Re: i don´t understand this syntax error when using OpenCV Programming Databases by Audun …py' Traceback (most recent call last): File "C:\Users\Audun Nilsen\open cv - tot.py", …line 8 image = cv2.imread("C:\Users\Audun Nilsen\Pictures\417507225_372771342183154_3253415116081493518_n.jpg") SyntaxError: (…py' Traceback (most recent call last): File "C:\Users\Audun Nilsen\open cv - tot.py", … Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim … from USB and run the partition manager. Sure enough, my C drive was showing as unallocated even though I had never… deleted it. I allocated a C partition and formatted as NTFS then boot back into my… Re: ASUS Laptops - my experience Hardware and Software by rproffitt "I allocated a C partition and formatted as NTFS then boot back into my … and you find a lot of partitions other than the C drive. Re: ASUS Laptops - my experience Hardware and Software by toneewa USB-C ports can wear out, and become loose after 6 months … Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim >USB-C ports can wear out, and become loose after 6 months of use Seem like bad design to me. As for the price, the ASUS models I bought were both the best price that met my specs.