- Posted by
- Thanks Mofi. That's what I was looking for. I suppose worming to be the same. Does UES distinguish between them other the program exit code? Does UES recognize specific exit codes? My hard drive has died so be a while before I can get back to work in my project. Probably going to put an a A10-7850 s...Posted in Build / Compile / Debug
-   Topics
-   Views
- steamerandy
Feb 10, 2015
- I am writing a compiler. I have a question regarding errors. I am fairly sure they should be written to stdout. Does anybody know the formating recognized by the IDE. That is being able to Goto source line error. I think the line looks some like: <file>:<line>:<column>:<text> Thanks.Posted in Build / Compile / Debug
-   Topics
-   Views
- steamerandy
Feb 09, 2015
- As it turns out I had to run the x64 bit WinDbg to get it to work. But still cannot figure out how to get it to debug a DLL from UEStudio. By hand I have to build and run the application and then use task manager to find the process ID and attach to the process ID. That works but is a bit of a pain....Posted in Build / Compile / Debug
-   Topics
-   Views
- steamerandy
Apr 02, 2013
- Thanks Mofi. I will try Google. I just looked on MSN out of habbit. The problem with making the debug directory the vissim folder is that it would put all the obj files there. I changed my config to be able to put the dll and pdb file in the vissim folder. That was a bit tricky as I don't wont run a...Posted in Build / Compile / Debug
-   Topics
-   Views
- steamerandy
Jul 21, 2011
- Thanks Mofi. But I have a already tried searching MSN. I can get Windbg to sort of work. In that I can get it to load the application but thats about it as it just complains about not having symbols. I am trying to develop a plugin for Vissim. I cannot find any thing on MSN on how to debug a DLL. Th...Posted in Build / Compile / Debug
-   Topics
-   Views
- steamerandy
Jul 20, 2011
- I am trying to get Windbg to work. There are two problems. First I cannot get Windbg to even start. I am using "Microsoft Visual C++ 2010 Express - ENU" version. I new configs from previous VS. Got compiler and linker working. But it won't run the debuger. Second I am trying to debug a DLL plugin fo...Posted in Build / Compile / Debug
-   Topics
-   Views
- steamerandy
Jul 15, 2011