- Sep 29, 2004
- 18,656
- 68
- 91
"code" in parenthesis intentionally.
The good news is that there is a project file (.vcproj) so loading it into Visual Studio .NET (2002). it compiles and links with only one easily fixable snag.
I am having two problems. The first I think is a post processing issue since the program actually compiles and links properly. In a window called Task List, I get this error:
Status error PRJ0019: A tool returned an error code: "Registering ActiveX Control..."
So, what do I do with that?
The second problem is a debug assertion if I actually try running the executable. I'm just starting to dig on that, so I have no questions (yet). But if you have advice on how to track down "Debug Assertion Failed!" dialogs, please let me know.
The good news is that there is a project file (.vcproj) so loading it into Visual Studio .NET (2002). it compiles and links with only one easily fixable snag.
I am having two problems. The first I think is a post processing issue since the program actually compiles and links properly. In a window called Task List, I get this error:
Status error PRJ0019: A tool returned an error code: "Registering ActiveX Control..."
So, what do I do with that?
The second problem is a debug assertion if I actually try running the executable. I'm just starting to dig on that, so I have no questions (yet). But if you have advice on how to track down "Debug Assertion Failed!" dialogs, please let me know.
