- Home
- Activity Stream
Activity Stream
New Activity ()
Please reload this page to view the 200+ new activity items that have been created.
-
Older Activity
-
Today, 01:32 AM
Hi there!
I understand the challenge you're facing with handling long-running tasks in Fortran. One effective approach to allow for user...
6 replies | 20650 view(s)
-
October 6th, 2024, 07:40 AM
I was stuck here, was looking for the solution. After reading this thread I got it. Thanks mate. vnnapk
4 replies | 8815 view(s)
-
October 3rd, 2024, 03:30 AM
@Dave1024 - for which os is this question related?
3 replies | 1230 view(s)
-
October 2nd, 2024, 04:43 AM
could you suggest a way to do the same/similar on Windows platform?
3 replies | 1230 view(s)
-
October 1st, 2024, 11:34 PM
To ignore RST flags in the Linux kernel and prevent closed ideal sockets from being reset, you can adjust the TCP settings using the sysctl command....
3 replies | 1230 view(s)
-
October 1st, 2024, 11:33 PM
To display negative floats correctly in an MFC ComboBox (TComboBox) in Visual Studio 2022, you should ensure that the string representation of the...
15 replies | 5759 view(s)
-
September 29th, 2024, 02:45 AM
2 replies | 597 view(s)
-
September 29th, 2024, 12:53 AM
You mean this?
https://learn.microsoft.com/en-us/windows-hardware/drivers/usbcon/winusb-installation
2 replies | 597 view(s)
-
September 28th, 2024, 10:04 PM
Hi,
I need to install WinUSB driver for windows10+11 for an USB devices with different VidPids. How is this done?. I am so new to this and need it...
2 replies | 597 view(s)
-
September 27th, 2024, 02:52 PM
The linker doesn't know about symlinks.
Given -lusb-1.0, the linker resolves it to libusb-1.0.so and then asks the file system "give me file...
3 replies | 453 view(s)
-
September 27th, 2024, 10:44 AM
Thanks allot, I will try that.
For additional information, there are a couple of versions of libgfortran on this system. How does the linker know...
3 replies | 453 view(s)
-
September 26th, 2024, 11:19 PM
From the man page
So perhaps your final make rule is
$(FCOMP) -static-libgfortran $(OPTIMIZE) -o $@ $(INCLUDES) $(OBJSC) -lstdc++ -lpthread
3 replies | 453 view(s)
-
September 26th, 2024, 07:21 PM
Hello,
I have a program that uses a fortran library, libgfortran.so.3. One of the other systems I am running this on does not have this library...
3 replies | 453 view(s)
-
September 26th, 2024, 07:00 AM
Renting textbooks has been a total game-changer for me when it comes to sticking to a college budget. I?ve been using BooksRun to rent my textbooks,...
19 replies | 47142 view(s)
-
September 26th, 2024, 05:56 AM
If you?re someone who loves reading or needs textbooks for school, you?re probably always on the lookout for reliable places to buy books. I?d...
19 replies | 47142 view(s)
-
September 24th, 2024, 11:45 AM
Found it.
$(BDIR)/ListObjects/gcc44/x86_64/list_tools.o
actually doesn't exist. The trunk directory has many directories.
/trunk/...
1 replies | 570 view(s)
-
September 24th, 2024, 11:18 AM
Hello,
I am having an annoying issue building some code.
I am getting the following error,
make: *** No rule to make target...
1 replies | 570 view(s)
-
September 23rd, 2024, 02:25 AM
Hey, can you try these options
Check Memory Allocation
Image Loading
Rendering Issues
Threading: If you?re using multi-threading, check...
4 replies | 2709 view(s)
-
September 22nd, 2024, 03:57 AM
dlist.pcode is effectively type char* pointer to beginning of pcode and dlist.pcode+8 is 8 bytes from the beginning of pcode. char_array is the first...
3 replies | 905 view(s)
-
September 22nd, 2024, 03:49 AM
Re printf(). You can have a list of args to display following the "". % will use the args from the left. Try:
printf("vars = %d\n", i, vars);
...
2 replies | 342 view(s)
-
September 21st, 2024, 02:04 PM
While I added a second statement to re-create the random numbers,
// test printf()
#include <stdio.h> // for printf()
#include <cstdlib> // for...
2 replies | 342 view(s)
-
September 21st, 2024, 11:37 AM
Hello,
I am writing some non-simple output from code where I may not have cout so I wrote a test program to try with printf().
// test print...
2 replies | 342 view(s)
|
Click Here to Expand Forum to Full Width
|