Development ⇒ TeXnicCenter 2.0 Alpha 1 - Issues
Re: TeXnicCenter 2.0 Alpha 1 - Issues
But there are some menu items that do not do what they supposed to do:
e.g. "Go to last change" just writes exactly the words "Go to last change" into the document without doing anything else. The same applies to toggle a bookmark.
Another question that the devs could answer:
I was unable to compile the version from the trunk or the Alpha branch.
The error (PRJ0019) was caused by the "Writing Subversion Information" tool. And some errors followed concerning the version.h file which has not been written. I could not find out the reason, is it possible that this is caused by some double-slashes (\\) in the Output-Path-variables?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
TeXnicCenter 2.0 Alpha 1 - Issues
Fixed in trunk.U-Jean wrote:Alpha runs without any crashes on WinXP SP3 and Win7 x64.
But there are some menu items that do not do what they supposed to do:
e.g. "Go to last change" just writes exactly the words "Go to last change" into the document without doing anything else. The same applies to toggle a bookmark.
Does the compilation fail using the latest trunk version?U-Jean wrote: Another question that the devs could answer:
I was unable to compile the version from the trunk or the Alpha branch.
The error (PRJ0019) was caused by the "Writing Subversion Information" tool. And some errors followed concerning the version.h file which has not been written. I could not find out the reason, is it possible that this is caused by some double-slashes (\\) in the Output-Path-variables?
http://www.texniccenter.org/
Re: TeXnicCenter 2.0 Alpha 1 - Issues
Re: TeXnicCenter 2.0 Alpha 1 - Issues
Thanks for the fast reply.
I'm will try to compile the trunk this weekend, after a fresh install of VS2008SP1 and will report the results in this thread.
TeXnicCenter 2.0 Alpha 1 - Issues
Hi,Sergiu wrote:Well, at least we use the same version. However, I still cannot reproduce your problem. If you have a possibility to debug the application, please do so. You could also try to update to MSXML 4.0 Service Pack 2 and/or delete the following files from TXC's directory:then install the Visual C++ 2008 SP1 Redistributable Package and post the results.
- mfc90u.dll
- msvcp90.dll
- msvcr90.dll
- Microsoft.VC90.CRT.manifest
- Microsoft.VC90.MFC.manifest
thanks for you suggestions, but nothing helped.
It is even weird that I can't complie TXC under my user account, where I saw no windows or error messages (even after the solution below). I get "MainFrm.h(70) : error C2065: 'ITaskbarList3' : undeclared identifier".
I was able to compile TXC under another user account and debugged it. The exception is alway in TeXnicCenter.cpp:306, where TXC accesses the windows registry for recent files.

Boom! I recalled that I activated the group policy setting "Do not keep history of recently opened documents" (under User Configuration > Administrative Templates > Start Menu and Taskbar). I wrote that TXC worked before a restart. I think after the restart Windows put an access restriction concerning recent files. That's why Windows 7 stated an access violation.
After deactivating or setting it to "not configured" the exception doesn't occur and TXC works.

TeXnicCenter 2.0 Alpha 1 - Issues
Maybe you did not register the Windows 7 SDK? See:sanji wrote:Hi,
thanks for you suggestions, but nothing helped.
It is even weird that I can't complie TXC under my user account, where I saw no windows or error messages (even after the solution below). I get "MainFrm.h(70) : error C2065: 'ITaskbarList3' : undeclared identifier".
http://social.msdn.microsoft.com/Forums ... 5862f57a02
Re: TeXnicCenter 2.0 Alpha 1 - Issues
http://www.texniccenter.org/
Re: TeXnicCenter 2.0 Alpha 1 - Issues

But I still wonder why it compiled without errors in the other user account.
Re: TeXnicCenter 2.0 Alpha 1 - Issues
http://www.texniccenter.org/
Re: TeXnicCenter 2.0 Alpha 1 - Issues
When I open a project, or when I create a new project, the "Next Warning" and "Previous Warning" yellow icons are activated. They stay activated even if I compile and there is no warning.