Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

How to solve this fatal error: 'Fatal: Can't find unit URadixSort' in pascal

+3 votes
asked Nov 24, 2019 by 4B01 CHAN CHUN HEI - 陳津希 (150 points)

1 Answer

0 votes
answered Feb 11, 2023 by root (810 points)

As of today, OnlineGDB does not support the use of UCSD Pascal units. All your Pascal source code needs to reside in a single file. Therefore, you can only “solve” the issue by using the FPC (FreePascal Compiler) directly on your computer.

Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...