Welcome to the TRNSYS Users Forum.

The forum is a place where people can interact and have discussions about different topics involving the use of the TRNSYS software package. Here you can post topics for discussion or questions on using TRNSYS and get advice from other users or TRNSYS experts. This forum is not intended for detailed technical support. Users should contact their distributor’s hotline for such assistance.

Some tips for success on using the forum:

  • Follow the Forum Rules posted in Forum Administration.
  • There are categories for different types of topics and questions. Post your topic or question into the proper category.
  • Before posting a topic or question search the existing topics  (and the TRNSYS Users listserv archive or Post archive) to see if a similar topic or question has already been answered.
  • Use a descriptive topic name. Don’t use attention getting subjects, they don’t get attention and only annoy people.
  • State the version of TRNSYS and which add-ons your are using.
  • Include enough specific details for your topic of question to be answered. Just posting “Why am I getting an error?” without describing the specific error and what you are trying to do when you get the error will not receive a response that fixes your issue.
  • Remember when people help you, they are doing you a favor. Be patient, help people out by posting good descriptions of what you need help with, and be polite even if a response does not solve your issue.
  • Moderators may edit your post for clarity or move your topic to a more appropriate category.

Notifications
Clear all

Which debbugers are available for Type Studio/TRNSYS ?

3 Posts
2 Users
0 Reactions
147 Views
0
Topic starter

Hello everyone,

I often find mistakes when creating New Type programmed by myself, and once the .dll file is created with 'Type Studio', it is impossible to find ways to make it work as a debbuger. I have seen a video at TESS YouTube channel where they use Visual Basic for this purposes, openning the file 'TRNSYS.sln' from the folder 'Compilers' ( https://www.youtube.com/watch?v=fZ5-zSC094Q).

Nevertheless, while proceding to open this file with Visual Studio (as shown in the video), the files that appear on the left side (in .vfproj format) cannot be installed and, consequently, it is not possible to add .f90 files to those side folders in order to use Visual Studio as Debugger. My version of Visual Studio is the 'Visual Studio Community 2022'. Has anybody else faced this issue as well? Any suggestion for fixing this problem or any other free program recommendation?

I would be glad for a reply from any of you, Fortran debuggers are not that usual and trial/error methods for solving problems are really time consuming.

Kind regards,

Pablo Calleja

1 Answer
0

@pablocalleja

Visual Studio is what we use for TRNSYS development, so I can't really recommend another development tool. I'm glad you found the YouTube video, that was going to be my first recommendation. Note that you have to open the solution project (.sln) in Visual Studio, not the .vfproj file. There are instructions to download Visual Studio and the Intel Fortran Compiler in one of the first comments on that video. Make sure you follow all of the directions, as compiling won't work without all of the components referenced in the instructions.

I have heard from a couple users that they had issues with debugging in Visual Studio 2022. You might try an older version of Visual Studio and see if that makes a difference. I still use Visual Studio 2019 on one of my machines and haven't had issues.

PabloCalleja Topic starter 05/06/2024 9:57 am

@a_weiss

Thanks in advance for your reply. I have followed all the steps present from the comment section of your video, but we still haven't managed to make it work.

We find various errors while compiling the .sln project (even without adding the .f90 files we want to debug) with or without .f90 files opened in VS. The biggest issue is the rc.exe not available error (LNK1181), as well as other errors that seem related to the Type 155 folders (LNK2001 and LNK1120). We have tried to applied the suggestions available in stack overflow forum ( https://stackoverflow.com/questions/75868345/rc-exe-not-found-with-vs-2022-over-and-over-again) and developer community ( https://developercommunity.visualstudio.com/t/rcexe-not-found-when-compiling-from-command-line-w/742544), but we are still trying to make it work correctly: Have you ever faced this problem? Any suggestions for dealing with this kind of Visual Studio errors?

Kind regards,

Pablo Calleja

A_Weiss A_Weiss 05/06/2024 3:43 pm

I have not encountered any errors referencing 'rc.exe' and do not have immediate ideas what may be causing them.

Have you tried contacting your TRNSYS distributor? They may be able to provide more specific assistance. If you do not know who your distributor is, you can email your user18.id file to techsupport@tess-inc.com, and we can look up the distributor information.

Share: