User Andrew Garrison - Stack Overflow most recent 30 from stackoverflow.com 2009-11-26T14:22:12Z http://stackoverflow.com/feeds/user/16460 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1799477/cleartool-error-operation-get-cleartext-failed-permission-denied 1 ClearTool Error: Operation "get cleartext" failed: Permission denied. Andrew Garrison 2009-11-25T19:43:17Z 2009-11-25T20:36:21Z <p>When trying to compile a project with TeamCity, I am getting an error from cleartool:</p> <blockquote> <p>"get cleartext" failed: Permission denied.</p> </blockquote> <p>The command that is failing is a call to cleartool get:</p> <pre><code>cleartool get -to C:\TeamCity\temp\cc_35875temp V:\andrew_CI_view\My_vob\MyProject@@\main\branch\7\Apps\main\branch\1\MyProject.Apps.FileTransferUtility\main\branch\1\App.xaml\main\branch\1 </code></pre> <p>What's strange though, is that if I manually execute this command from the command line, it works fine (ERRORLEVEL is 0, no error messages, etc).</p> <p><strong>Has anyone else seen such a message, or have any idea what could be wrong?</strong></p> <p><hr></p> <p>Here are the details of my setup:</p> <ul> <li>TeamCity Professional Version 4.5.5 (build 9103)</li> <li>TeamCity is using the my user account for its Build Agent.</li> <li>TeamCity is attempting to connect to a ClearCase Dynamic view: D:\CCdata\snapview\andrew_CI_view</li> </ul> <p>Settings from the Administration > Edit Build Configuration > Edit VCS Root Page:</p> <ul> <li>Type of VCS: ClearCase</li> <li>ClearCase View Path: V:\andrewCIview</li> <li>Relative path within the view: My_vob\MyProject</li> <li>Use ClearCase: BASE</li> <li>No Checkout Rules</li> </ul> <p>ClearCase 7.0.1.3-IFIX01</p> <p>Config Spec for Dynamic View:</p> <pre><code>element * CHECKEDOUT element * .../MyProject/LATEST </code></pre> <p><hr></p> <p>Here are the relevant lines from the teamcity-vcs.log</p> <pre><code>[2009-11-25 13:20:20,905] INFO [ Cached pool 12] - jetbrains.buildServer.VCS - ClearCase executing cleartool get -to C:\TeamCity\temp\cc_35875temp V:\andrew_CI_view\My_vob\MyProject@@\main\branch\7\Apps\main\branch\1\MyProject.Apps.FileTransferUtility\main\branch\1\App.xaml\main\branch\1 [2009-11-25 13:20:20,905] INFO [ Cached pool 12] - .clearcase.ClearCaseConnection - interactive execute: cleartool get -to C:\TeamCity\temp\cc_35875temp V:\andrew_CI_view\My_vob\MyProject@@\main\branch\7\Apps\main\branch\1\MyProject.Apps.FileTransferUtility\main\branch\1\App.xaml\main\branch\1 [2009-11-25 13:20:21,155] INFO [ Cached pool 12] - jetbrains.buildServer.VCS - ClearCase executing cleartool quit [2009-11-25 13:20:21,155] INFO [ Cached pool 12] - .clearcase.ClearCaseConnection - interactive execute: cleartool quit [2009-11-25 13:20:21,155] WARN [ Cached pool 12] - jetbrains.buildServer.VCS - Failed to build patch for build #15, build id: 17, VCS root: ClearCaseVCS, due to error: java.io.IOException: cleartool: Error: Operation "get cleartext" failed: Permission denied. jetbrains.buildServer.vcs.VcsException: java.io.IOException: cleartool: Error: Operation "get cleartext" failed: Permission denied. at jetbrains.buildServer.buildTriggers.vcs.clearcase.CCPatchProvider.loadFile(CCPatchProvider.java:171) at jetbrains.buildServer.buildTriggers.vcs.clearcase.CCPatchProvider.access$200(CCPatchProvider.java:31) at jetbrains.buildServer.buildTriggers.vcs.clearcase.CCPatchProvider$2.processFile(CCPatchProvider.java:111) at jetbrains.buildServer.buildTriggers.vcs.clearcase.structure.CacheProcessor.processAllRevisions(CacheProcessor.java:71) at jetbrains.buildServer.buildTriggers.vcs.clearcase.structure.CacheElement.processAllVersionsInternal(CacheElement.java:178) at jetbrains.buildServer.buildTriggers.vcs.clearcase.structure.CacheElement.processAllVersions(CacheElement.java:96) at jetbrains.buildServer.buildTriggers.vcs.clearcase.ClearCaseConnection.processAllVersions(ClearCaseConnection.java:665) at jetbrains.buildServer.buildTriggers.vcs.clearcase.CCPatchProvider.buildPatch(CCPatchProvider.java:52) at jetbrains.buildServer.buildTriggers.vcs.clearcase.ClearCaseSupport.buildPatchForConnection(ClearCaseSupport.java:294) at jetbrains.buildServer.buildTriggers.vcs.clearcase.ClearCaseSupport.buildPatch(ClearCaseSupport.java:281) at jetbrains.buildServer.buildTriggers.vcs.clearcase.ClearCaseSupport$7.buildPatch(ClearCaseSupport.java:755) at jetbrains.buildServer.serverSide.impl.projectSources.BuildPatchUtil$1.buildPatch(BuildPatchUtil.java:2) at jetbrains.buildServer.vcs.VcsSupportUtil.buildPatch(VcsSupportUtil.java:81) at jetbrains.buildServer.serverSide.impl.projectSources.BuildPatchUtil.buildPatch(BuildPatchUtil.java:2) at jetbrains.buildServer.serverSide.impl.projectSources.PatchComposer.buildCleanPatchToStream(PatchComposer.java:121) at jetbrains.buildServer.serverSide.impl.projectSources.PatchComposer.access$100(PatchComposer.java:65) at jetbrains.buildServer.serverSide.impl.projectSources.PatchComposer$2.constructPatch(PatchComposer.java:1) at jetbrains.buildServer.serverSide.impl.projectSources.SmallPatchCache.getCachedCleanPatch(SmallPatchCache.java:36) at jetbrains.buildServer.serverSide.impl.projectSources.PatchCacheImpl.requestCachedPatch(PatchCacheImpl.java:25) at jetbrains.buildServer.serverSide.impl.projectSources.PatchComposer.getOrMakeCacheableCleanPatch(PatchComposer.java:140) at jetbrains.buildServer.serverSide.impl.projectSources.PatchComposer.makePatch(PatchComposer.java:36) at jetbrains.buildServer.serverSide.impl.projectSources.PatchComposer.buildPatchForRoot(PatchComposer.java:71) at jetbrains.buildServer.serverSide.impl.projectSources.PatchComposer.buildPatch(PatchComposer.java:125) at jetbrains.buildServer.serverSide.impl.BuildTypeImpl.buildPatch(BuildTypeImpl.java:290) at jetbrains.buildServer.serverSide.impl.BuildTypeImpl$$FastClassByCGLIB$$a84db719.invoke(&lt;generated&gt;) at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149) at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:700) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149) at jetbrains.buildServer.serverSide.impl.auth.TeamCityMethodSecurityInterceptor.invoke(TeamCityMethodSecurityInterceptor.java:33) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171) at org.springframework.aop.framework.Cglib2AopProxy$FixedChainStaticTargetInterceptor.intercept(Cglib2AopProxy.java:582) at jetbrains.buildServer.serverSide.impl.BuildTypeImpl$$EnhancerByCGLIB$$effc1aaa.buildPatch(&lt;generated&gt;) at jetbrains.buildServer.serverSide.impl.BuildStarter$2.call(BuildStarter.java:5) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269) at java.util.concurrent.FutureTask.run(FutureTask.java:123) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675) at java.lang.Thread.run(Thread.java:595) Caused by: java.io.IOException: cleartool: Error: Operation "get cleartext" failed: Permission denied. at jetbrains.buildServer.buildTriggers.vcs.clearcase.process.InteractiveProcess.executeAndReturnProcessInput(InteractiveProcess.java:64) at jetbrains.buildServer.buildTriggers.vcs.clearcase.ClearCaseConnection$ClearCaseInteractiveProcess.copyFileContentTo(ClearCaseConnection.java:997) at jetbrains.buildServer.buildTriggers.vcs.clearcase.ClearCaseConnection.loadFileContent(ClearCaseConnection.java:308) at jetbrains.buildServer.buildTriggers.vcs.clearcase.CCPatchProvider.loadFile(CCPatchProvider.java:141) ... 37 more </code></pre> http://stackoverflow.com/questions/1799477/cleartool-error-operation-get-cleartext-failed-permission-denied/1799776#1799776 1 Answer by Andrew Garrison for ClearTool Error: Operation "get cleartext" failed: Permission denied. Andrew Garrison 2009-11-25T20:35:16Z 2009-11-25T20:35:16Z <p>Found the solution from this thread:</p> <p><a href="http://www.jetbrains.net/devnet/thread/283380" rel="nofollow">http://www.jetbrains.net/devnet/thread/283380</a></p> <p>Looks like this was caused by having the wrong user assigned to the TeamCity Web Server service. Changing the user from the local SYSTEM account to my user account fixed the problem.</p> http://stackoverflow.com/questions/1799309/server-side-checkout-vs-agent-side-checkout 0 Server Side Checkout vs Agent Side Checkout Andrew Garrison 2009-11-25T19:14:29Z 2009-11-25T19:14:29Z <p>I've been reading through the TeamCity 4.x documentation, and I am confused what the difference between a server side checkout and an agent side checkout is, as mentioned in this snippet from their help section:</p> <blockquote> <p>Exclude checkout rules will only speed up <strong>server-side</strong> checkouts. <strong>Agent-side</strong> checkouts emulate the exclude checkout rules by checking out all the root directories mentioned as include rules and deleting the excluded directories. So, exclude checkout rules should generally be avoided for the agent-side checkout. </p> </blockquote> <p>What is the difference between a server-side checkout and an agent-side checkout?</p> http://stackoverflow.com/questions/1787070/setting-up-teamcity-to-work-with-clearcase 1 Setting up TeamCity to work with ClearCase Andrew Garrison 2009-11-24T00:33:35Z 2009-11-25T17:46:58Z <p>I'm trying to setup TeamCity to work with ClearCase for continuous integration, and I've been having a few problems. TeamCity is complaining that it cannot build the patch for the build. I've been scouring the internet for information on ClearCase and TeamCity, and there is a surprisingly small amount of information on the topic. Has anyone had any success with getting TeamCity to work with ClearCase?</p> <p>Here's my build log:</p> <pre><code>[18:09:11]: Updating sources (2s) [18:09:13]: [Updating sources] Failed to build patch for build #1.0.23-November-2009.18:09:09, build id: 10, VCS root: ClearCase, due to error: Cannot get version in view 'D:\CCdata\my_vob\my_project' for the directory D:\CCdata\my_vob\my_project [18:09:13]: Will repeat attempt when server will be available, number of attempts left: 2 [18:09:23]: Updating sources (1s) [18:09:25]: [Updating sources] Failed to build patch for build #1.0.23-November-2009.18:09:09, build id: 10, VCS root: ClearCase, due to error: Cannot get version in view 'D:\CCdata\my_vob\my_project' for the directory D:\CCdata\my_vob\my_project [18:09:25]: Will repeat attempt when server will be available, number of attempts left: 1 [18:09:35]: Updating sources (2s) [18:09:37]: [Updating sources] Failed to build patch for build #1.0.23-November-2009.18:09:09, build id: 10, VCS root: ClearCase, due to error: Cannot get version in view 'D:\CCdata\my_vob\my_project' for the directory D:\CCdata\my_vob\my_project [18:09:37]: [Updating sources] Patch is broken, can be found in file: C:\TeamCity\buildAgent\temp\cache\temp58518patch10 [18:09:37]: [Updating sources] Error while applying patch: Failed to build patch for build #1.0.23-November-2009.18:09:09, build id: 10, VCS root: ClearCase... </code></pre> <p>Here's the <a href="http://www.jetbrains.net/devnet/servlet/JiveServlet/download/5250872-11254/teamcity-vcs.log.zip" rel="nofollow">teamcity-vcs.log</a> file:</p> http://stackoverflow.com/questions/1034288/sharing-code-between-flash-apps-and-iphone-apps 2 Sharing Code between Flash Apps and iPhone Apps Andrew Garrison 2009-06-23T18:25:47Z 2009-11-20T17:10:04Z <p>I am interested in writing games for the iPhone and the Web. Ideally, there would be one language that I could write my games in and it would work on both platforms. I know this is not the case, so what is the best way to leverage code between iPhone apps (Objective-C/C++) and Flash SWFs (ActionScript)? </p> http://stackoverflow.com/questions/1767045/compare-xml-ignoring-order-of-child-elements 2 Compare XML ignoring order of child elements Andrew Garrison 2009-11-19T22:31:14Z 2009-11-19T22:42:26Z <p>Does anybody know of a tool that will compare two XML documents. Belay that mocking… there’s more. I need something that will make sure each node in file 1 is also in file 2 regardless of order. I thought XML Spy would do it with the Ignore Order of Child Nodes option but it didn’t. The following would be considered the same:</p> <pre><code>&lt;Node&gt; &lt;Child name="Alpha"/&gt; &lt;Child name="Beta"/&gt; &lt;Child name="Charlie"/&gt; &lt;/Node&gt; &lt;Node&gt; &lt;Child name="Beta"/&gt; &lt;Child name="Charlie"/&gt; &lt;Child name="Alpha"/&gt; &lt;/Node&gt; </code></pre> http://stackoverflow.com/questions/1022275/send-multi-part-email-from-iphone-app 0 Send Multi-Part Email from iPhone App Andrew Garrison 2009-06-20T19:08:18Z 2009-11-01T22:00:01Z <p>I am creating an iPhone app where the user can send their work in an e-mail to whomever they wish. It is easy enough to open the Mail App using the openURL method of UIApplication. </p> <pre><code>NSString* lsMailToStr = @"mailto:?subject=Subject!&amp;body=Body"; [[UIApplication sharedApplication] openURL: [NSURL URLWithString:lsMailtoStr]]; </code></pre> <p>However, it would be nice to provide a plain text fallback for those e-mail programs that don't support HTML e-mail. Is there a way to open the Mail App and have it send an e-mail that is multi-part (contains both text/plain and text/html)? </p> <p>Are there other arguments other than "body=" that can be supplied to the Mail App that will allow this?</p> http://stackoverflow.com/questions/1650963/ustl-or-stlport-for-android 4 uSTL or STLPort for Android? Andrew Garrison 2009-10-30T16:41:52Z 2009-10-30T20:00:06Z <p>I'm working with the Android NDK, and since it does not currently support the STL, I was wondering if there are any brilliant people out there who have had success with this, or know which is better suited for the Android platform: uSTL or STLPort.</p> <p>Thanks!</p> http://stackoverflow.com/questions/351864/porting-c-lib-app-on-android/1646097#1646097 1 Answer by Andrew Garrison for Porting C++ lib/app on android Andrew Garrison 2009-10-29T19:44:29Z 2009-10-29T19:44:29Z <p>This should be very doable now with the release of the <a href="http://developer.android.com/sdk/ndk/1.5%5Fr1/index.html" rel="nofollow">Android NDK</a>. From their website:</p> <blockquote> <p>The Android NDK is a companion tool to the Android SDK that lets Android application developers build performance-critical portions of their apps in native code...</p> <p>The NDK provides:</p> <ul> <li>A set of tools and build files used to generate native code libraries from C and C++ sources</li> <li>A way to embed the corresponding native libraries into application package files (.apks) that can be deployed on Android devices</li> <li>A set of native system headers and libraries that will be supported in all future versions of the Android platform, starting from Android 1.5</li> <li>Documentation, samples, and tutorials</li> </ul> </blockquote> http://stackoverflow.com/questions/1578714/one-class-with-multiple-implementation-files 0 One class with multiple implementation files Andrew Garrison 2009-10-16T15:16:11Z 2009-10-16T18:04:31Z <p>Is there anything wrong with having a single class (one .h) implemented over multiple source files? I realize that this could be a symptom of too much code in a single class, but is there anything technically wrong with it?</p> <p>For instance:</p> <p>Foo.h</p> <pre><code>class Foo { void Read(); void Write(); void Run(); } </code></pre> <p>Foo.Read.cpp</p> <pre><code>#include "Foo.h" void Foo::Read() { } </code></pre> <p>Foo.Write.cpp</p> <pre><code>#include "Foo.h" void Foo::Write() { } </code></pre> <p>Foo.Run.cpp</p> <pre><code>#include "Foo.h" void Foo::Run() { } </code></pre> http://stackoverflow.com/questions/1544903/i-want-to-learn-game-development-which-language-should-i-use/1544938#1544938 0 Answer by Andrew Garrison for I want to learn game development. Which language should I use? Andrew Garrison 2009-10-09T16:55:18Z 2009-10-09T16:55:18Z <p>I think one of the quickest and most rewarding game development languages is ActionScript 3.0 using the Flex SDK. The ability to create a game and release it on the web to a huge audience is a very rewarding experience.</p> <p>ActionScript Reference material can be found <a href="http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/" rel="nofollow">here</a> and <a href="http://www.emanueleferonato.com/" rel="nofollow">Emanuele Feronato</a> has a great blog for beginner game developers.</p> http://stackoverflow.com/questions/1511271/is-the-apple-development-stack-becoming-antiquated -2 Is the Apple development stack becoming antiquated? [closed] Andrew Garrison 2009-10-02T19:03:05Z 2009-10-02T19:13:54Z <p>Recently I've been dabbling in the Apple development ecosphere. I've written some iPhone apps using Objective-C and the Cocoa Touch framework. In my opinion, this development stack seems rather antiquated compared to my experience with what Microsoft has been releasing in recent years, such as C# and WPF. Does Apple have a contender in the works to rival these newer technologies from Microsoft? Am I foolish to think that Apple's development stack is antiquated?</p> http://stackoverflow.com/questions/728088/instruments-leaks-not-showing-my-source-code 3 Instruments Leaks - Not showing my source code Andrew Garrison 2009-04-08T00:24:04Z 2009-09-22T00:40:57Z <p>I am attempting to analyze an iPhone application using the Leaks application and everything appears to be working fine, except for when I try to view detailed information about a particular memory leak. Leaks does not appear to be loading my source code. Looking at the stack view on the right, I can see calls that reference iPhone frameworks, but anything that is referencing source code that I've written is empty. The screenshot below illustrates my point. The blocks that are light blue should be referencing my source code. Has anyone ever had this problem? Is Leaks just not finding my source code/symbols correctly? Thanks!</p> <p>EDIT: I am compiling the app using the 'Device - iPhone OS 2.2' with the Debug configuration. I launch Leaks by selecting Run->Start With Performance Tool->Leaks from within Xcode. How would one go about 'making the symbol files available' for Leaks?</p> <p><img src="http://www.andrewgarrison.com/forum/leaks%5Fnosource.png" alt="alt text" /></p> http://stackoverflow.com/questions/1059462/what-is-shared-state-in-an-asp-net-mvc-application 1 What is Shared State in an ASP.NET MVC Application? Andrew Garrison 2009-06-29T17:25:45Z 2009-09-08T16:00:53Z <p>In a recent <a href="http://blog.stackoverflow.com/2009/06/podcast-59/" rel="nofollow">Stackoverflow podcast (#59)</a>, Jeff Atwood mentions that Stackoverflow has some "shared state." I understand the general idea of shared state, but what exactly is shared state in the context of an ASP.NET MVC application, like Stackoverflow? </p> <p>Specifically, I'd like to know the following:</p> <ol> <li>What does it look like? How do you spot it in the wilderness?</li> <li>What limitations does it bring to a system?</li> <li>How do you get rid of it?</li> <li>If it's so bad, why would someone include it in their design?</li> </ol> http://stackoverflow.com/questions/1059462/what-is-shared-state-in-an-asp-net-mvc-application/1382427#1382427 1 Answer by Andrew Garrison for What is Shared State in an ASP.NET MVC Application? Andrew Garrison 2009-09-05T04:08:28Z 2009-09-05T04:08:28Z <p>After listening to the latest <a href="http://blog.stackoverflow.com/2009/09/podcast-66/" rel="nofollow">Stackoverflow podcast</a>, I have figured out what Jeff was referring to as shared state.</p> <p><strong>1. What does it look like? How do you spot it in the wilderness?</strong></p> <p>Jeff was referring to the use of the Session variable in ASP.NET MVC.</p> <p><strong>2. What limitations does it bring to a system?</strong></p> <p>If not configured properly, use of the session variable can tie a user to a specific web server. If a user hops between different web servers between requests, then data in the Session variable will not be available.</p> <p><strong>3. How do you get rid of it?</strong></p> <p>You can get rid of shared state by persisting the Session variable to a database that is accessible from all web servers. ASP.NET provides an option to persist the Session variable to the database free of charge, but for some reason Jeff was reluctant to use this feature. He mentioned that he loves deleting code, however he decided to roll his own mechanism to persist session state to the database.</p> <p><strong>4. If it's so bad, why would someone include it in their design?</strong></p> <p>Because it's right there when you're coding and it's easy.</p> <p><img src="http://www.codeproject.com/KB/mobile/DeepCast/easy-button.jpg" alt="alt text" /></p> http://stackoverflow.com/questions/1369725/why-arent-there-macros-in-c 4 Why aren't there macros in C#? Andrew Garrison 2009-09-02T19:45:33Z 2009-09-03T01:16:36Z <p>When learning C# for the first time, I was astonished that they had no support for macros in the same capacity that exists in C/C++. I realize that the #define keyword exists in C#, but it is greatly lacking compared to what I grew to love in C/C++. Does anyone know why <strong>real</strong> macros are missing from C#?</p> <p><em>I apologize if this question is already asked in some form or another - I promise I spent a solid 5 minutes looking for duplicates before posting.</em></p> http://stackoverflow.com/questions/103427/displaying-window-on-logon-screen-using-c-in-windows-xp 2 Displaying Window on Logon Screen Using C# in Windows XP Andrew Garrison 2008-09-19T16:24:04Z 2009-08-19T05:43:02Z <p>I am trying to create a service with C# that launches a process that can be displayed on the Windows XP Logon screen.</p> <p>I found some code that is doing this in C++. The C++ code is for a service that creates another process with STARTUPINFO.lpDesktop set to "WinSta0\WinLogon". The created process is then displayed to the Windows Logon Screen. I can't seem to find a way to specify the 'desktop' of a new process in C# using System.Diagnostic.Process class.</p> <p>Does anyone know how to do this with C#?</p> http://stackoverflow.com/questions/1014505/how-does-the-acm-icpc-online-judge-prevent-malicious-attacks 1 How does the ACM ICPC Online Judge prevent malicious attacks? Andrew Garrison 2009-06-18T18:49:54Z 2009-08-17T15:22:45Z <p>I've spent more than a few hours humbling myself on the <a href="http://acm.uva.es/problemset/" rel="nofollow">ACM ICPC's problem set archive</a>, and I've wondered how the online judge is able to compile and run source code from any user and prevent malicious attacks to their system. </p> <p>Are the compiled binaries run from some kind of limited sandbox? How would one go about setting up this kind of sandbox? What OS would you use? How would you launch a user's compiled executable?</p> http://stackoverflow.com/questions/1059167/mfc-control-in-a-qt-tab-widget 1 MFC Control in a Qt Tab Widget Andrew Garrison 2009-06-29T16:14:26Z 2009-07-28T14:23:47Z <p>I'm working on a project that is using the <a href="http://www.qtsoftware.com/products/appdev/add-on-products/catalog/4/Windows/qtwinmigrate" rel="nofollow">Qt/MFC Migration Framework</a> and I'm trying to reuse some existing MFC controls inside of a Qt dialog.</p> <p>Does anyone know if it is possible to insert an MFC control (CDialog or CWnd) inside of a QTabWidget. Right now we're doing the opposite, we have an MFC dialog with a tab control which is populated with a mix of MFC tabs (CDialog) and Qt tabs (<a href="http://doc.trolltech.com/solutions/4/qtwinmigrate/qwinwidget.html" rel="nofollow">QWinWidget</a>). However, this approach is giving me a headache because the QWinWidget controls are not properly being drawn nor are they receiving focus or keyboard input correctly. I am hoping that using a Qt dialog with a QTabWidget will work better than this approach.</p> http://stackoverflow.com/questions/1165199/what-are-some-good-game-programming-web-sites-blogs-newsgroups-and-podcasts/1165344#1165344 2 Answer by Andrew Garrison for What are some good game programming web sites, blogs, newsgroups, and podcasts? Andrew Garrison 2009-07-22T13:42:07Z 2009-07-22T13:42:07Z <p><a href="http://www.ogre3d.org" rel="nofollow">www.ogre3d.org</a> - its an open source 3d rendering engine, but the community there is amazing.</p> http://stackoverflow.com/questions/1140016/do-i-need-to-buy-a-license-for-a-font-to-use-it-in-an-iphone-game 4 Do I need to buy a license for a font to use it in an iPhone game? Andrew Garrison 2009-07-16T20:14:13Z 2009-07-17T15:07:17Z <p>I am using the Calibri font in a game that I am developing for the iPhone, and I'm unsure if I need to pay for a license for it. I use the font in Adobe Photoshop to generate textures that are then used and displayed at runtime. I will not embed the font binary in the game. </p> <p>Do I need a license for the Calibri font? If I do, does anyone know about how much a font license would cost in a case like this?</p> <p>Thanks! </p> <p><hr /></p> <p>EDIT: I wrote Ascender Corporation and asked them about this issue. Here is the e-mail conversation:</p> <blockquote> <p>Ascender Corportation,</p> <p>The game I am making will only be available on the Apple App Store for the iPhone/iPod Touch platform. I am not embedding the font in the game, I am only using it in Adobe Photoshop to generate textures that will be displayed when the game is running. Please, tell me about the license that fits this circumstance.</p> <p>-Andrew</p> </blockquote> <p><hr /></p> <blockquote> <p>Andrew,</p> <p>Thank you for the additional information. We can provide you with a license to distribute the Calibri regular font in a single game title, <strong>on just the iPhone/iPod Touch platform in one bitmap size for $750</strong>. Our standard license term for game developers is a perpetual term but for Calibri we can only provide renewable two year terms. We have reduced the license fee to reflect the shorter term. You can renew the license for additional two year terms at your option. There are no unit reporting requirements and the license fee includes warranty and indemnification from Ascender Corporation.</p> <p>Please let me know if you have any questions or if you want to proceed with a license. Best regards, Ascender Corporation</p> </blockquote> <p>This seems a little egregious, $750 for a single size? I am not even confident that the game I am making will make that much! Does this sound right?</p> http://stackoverflow.com/questions/1132652/how-do-sites-like-meebo-store-usernames-and-passwords 2 How do sites like Meebo store usernames and passwords? Andrew Garrison 2009-07-15T17:04:22Z 2009-07-16T13:56:53Z <p>I recently used <a href="http://www.meebo.com/" rel="nofollow">Meebo</a> and I must admit I'm a little paranoid about typing my IM login information into a site like this. How do they store my username and password for each of the separate IM services? I only feel comfortable when a site takes my password and does some type of irreversible, one-way function on it, but it seems that Meebo would have to store my passwords in a way that they could retrieve them at anytime in order to facilitate the automatic logon into the separate IM services they support. Am I justified in being paranoid about this?</p> <p><hr /></p> <p>EDIT: I found this excerpt from <a href="http://www.meebo.com/privacy/full/" rel="nofollow">Meebo's privacy policy</a>:</p> <blockquote> <p>Third Party IM Service User Names and Passwords. Meebo allows you to access third party IM services by logging into your account through Meebo (the "Third Party IM Services"). In order to access your Third Party IM Service account, you must enter your applicable user name(s) and password(s) on the Meebo Service. To use the basic IM services on the Websites, Meebo does not store the password(s) of your Third Party IM Service accounts on our server. <strong>If you wish to utilize advanced features of the Services, such as automatic sign-in, storage of your password(s) may be necessary.</strong></p> </blockquote> <p>Jeff Atwood posted on this topic a while back in this article: <a href="http://www.codinghorror.com/blog/archives/001128.html" rel="nofollow">Please Give Us Your Email Password</a>.</p> http://stackoverflow.com/questions/1116279/positioning-elements-in-2d-space-with-opengl-es/1116845#1116845 3 Answer by Andrew Garrison for Positioning elements in 2D space with OpenGL ES Andrew Garrison 2009-07-12T20:30:43Z 2009-07-12T20:30:43Z <p>You are concerned with the overhead it takes to transform a model (in this case a square) from model coordinates to world coordinates when you have a lot of models. This seems like an obvious optimization for static models.</p> <p>If you build your square's vertices in world coordinates, then of course it is going to be faster as each square will avoid the extra cost of these three functions (glPushMatrix, glPopMatrix, and glTranslatef) since there is no need to translate from model to world coordinates at render time. I have no idea how much faster this will be, I suspect that it won't be a humongous optimization, and you lose the modularity of keeping the squares in model coordinates: What if in the future you decide you want these squares to be moveable? That will be a lot harder if you're keeping their vertices in world coordinates. </p> <p>In short, it's a tradeoff:</p> <h2>World Coordinates</h2> <ul> <li>More Memory - each square needs its own set of vertices.</li> <li>Less computation - no need to perform glPushMatrix, glPopMatrix, or glTranslatef for each square at render time.</li> <li>Less flexible - lacks support (or complicates) for dynamically moving these squares</li> </ul> <h2>Model Coordinates</h2> <ul> <li>Less memory - the squares can share the same vertex data</li> <li>More Computation - each square must perform three extra functions at render time.</li> <li>More Flexible - squares can easily be moved by manipulating the glTranslatef call.</li> </ul> <p>I guess the only way to know what is the right decision is by doing and profiling. I know you said you haven't written this yet, but I suspect that whether your squares are in model or world coordinates it won't make much of a difference - and if it does, I can't imagine an architecture that you could create where it would be hard to switch your squares from model to world coordinates or vice-versa.</p> <p>Good luck to you and your adventures in iPhone game development!</p> http://stackoverflow.com/questions/1110844/multiple-texture-images-blended-together-onto-3d-ground/1111089#1111089 4 Answer by Andrew Garrison for Multiple texture images blended together onto 3D ground Andrew Garrison 2009-07-10T18:05:54Z 2009-07-10T18:05:54Z <p>I have recently written a small terrain rendering engine in OpenGL that does something similar to what you are talking about. The technique I use is best described as <a href="http://en.wikipedia.org/wiki/Texture%5Fsplatting" rel="nofollow">texture splatting</a>.</p> <p>I use five textures to accomplish this. Four of these textures are detail textures: grass, rock, water, and sand. These textures are smallish, 512x512 textures, and they are tiled across the terrain. The fifth texture is a mixmap. The mixmap is a giant texture that covers the entire terrain, in my case is 4096x4096. </p> <h2>MixMap</h2> <p>This mixmap uses all 4 color channels (r,g,b,a) to describe how much of a detail texture to display at that specific location. I am using the red color channel to determine how opaque the sand is, green is for grass, blue is for water, and alpha is for rock. This mixmap is calculated based off of the heightmap at initialization and I use altitudes to determine these values. For instance, close to the sea level, I mostly want water, so I set a high value in the blue channel and low values in the other channels. As I get higher into the mountains, I set the alpha color channel to a high value since I want a lot of rock texture, but I set all of the other color channels to lower values.</p> <h2>Fragment Shader</h2> <p>This mixmap is then put to use in the fragment shader, where I take these color channels of the mixmap and use them to combine the detail textures. Here is the GLSL code I am using for the fragment shader:</p> <pre><code>uniform sampler2D alpha; uniform sampler2D grass; uniform sampler2D water; uniform sampler2D rock; uniform sampler2D sand; uniform float texscale; varying vec3 normal, lightDir ; void main() { // Get the color information vec3 alpha = texture2D( alpha, gl_TexCoord[0].st ).rgb; vec3 texSand = texture2D( sand, gl_TexCoord[0].st * texscale ).rgb; vec3 texGrass = texture2D( grass, gl_TexCoord[0].st * texscale ).rgb; vec3 texWater = texture2D( water, gl_TexCoord[0].st * texscale ).rgb; vec3 texRock = texture2D( rock, gl_TexCoord[0].st * texscale ).rgb; // Mix the colors together texSand *= mixmap.r; texGrass = mix(texSand, texGrass, mixmap.g); texWater = mix(texGrass, texWater, mixmap.b); vec3 tx = mix(texWater, texRock, mixmap.a); // Lighting calculations vec3 dl = gl_LightSource[0].diffuse.rgb; vec3 al = gl_LightSource[0].ambient.rgb; vec3 n = normalize(normal); vec3 d = tx * (dl * max( dot ( n, lightDir), 0.0 ) + al ); // Apply the lighting to the final color vec4 finalColor = vec4( min(d, 1.0), 1.0); gl_FragColor = mix(gl_Fog.color, finalColor, fogFactor); } </code></pre> <p>The uniform texscale is a value that determines how many times the detail textures are tiled across the terrain. Higher values will make the detail textures look more crisp at the risk of making them look more repetitious.</p> http://stackoverflow.com/questions/1099393/sitemap-on-a-highly-dynamic-website 2 Sitemap on a highly dynamic website Andrew Garrison 2009-07-08T17:15:07Z 2009-07-08T17:33:15Z <p>Should a highly dynamic website that is constantly generating new pages use a <a href="http://en.wikipedia.org/wiki/Site%5Fmap" rel="nofollow">sitemap</a>? If so, how does a site like stackoverflow.com go about regenerating a sitemap? It seems like it would be a drain on precious server resources if it was constantly regenerating a sitemap every time someone adds a question. Does it generate a new sitemap at set intervals (e.g. every four hours)? I'm very curious how large, dynamic websites make this work.</p> http://stackoverflow.com/questions/1066183/qwinwidget-inside-mfc-dialog-not-repainting-or-responding-to-tab-arrow-keys 0 QWinWidget Inside MFC Dialog Not Repainting or Responding to Tab/Arrow keys Andrew Garrison 2009-06-30T21:31:13Z 2009-07-06T18:41:20Z <p>I am using a <a href="http://doc.trolltech.com/solutions/4/qtwinmigrate/qwinwidget.html" rel="nofollow">QWinWidget</a> inside of an MFC dialog and the QWinWidget is not drawing itself correctly and it is not handling keyboard input correctly.</p> <h2>Repainting [Unsolved]</h2> <p>Within the QWinWidget, I have a QTableWidget. When I scroll the QTableWidget, it does not redraw itself until I stop scrolling, at which point it redraws everything. Similarly, I can type into cells in the QTableWidget and the control is not updated until I force it to re-update by scrolling up or down (it re-updates when the scrolling stops).</p> <p>Since this QWinWidget is housed in an MFC CDialog, I tried overriding the CDialog's OnPaint method and only call the QWinWidget::repaint method, however this has the opposite problem where now only the QWinWidget is updated and the CDialog is never redrawn, resulting in artifacts. If I call QWinWidget::repaint and CDialog::OnPaint, the result is the same as not overriding the OnPaint method. Has anyone ever seen this problem or know how to resolve it?</p> <h2>Keyboard Input [Solved]</h2> <p>None of the controls within the QWinWidget respond to the tab key or arrow keys correctly. The tab/arrow keys simply skip over the entire QWinWidget (and all child controls). Even if I click inside the QWinWidget and select a control, the next time I press the tab key, it skips the focus completely out of the entire QWinWidget.</p> <p>I noticed that the QWinWidget has two functions, QWinWidget::focusNextPrevChild and QWinWidget::focusInEvent and both of them have a comment header saying "\reimp". Am I supposed to override these functions in order to get correct tab functionality? If so, how can these functions be implemented for correct tab functionality.</p> http://stackoverflow.com/questions/1066183/qwinwidget-inside-mfc-dialog-not-repainting-or-responding-to-tab-arrow-keys/1086771#1086771 0 Answer by Andrew Garrison for QWinWidget Inside MFC Dialog Not Repainting or Responding to Tab/Arrow keys Andrew Garrison 2009-07-06T12:47:05Z 2009-07-06T12:47:05Z <p>I have fixed the keyboard input issue. The QWinWidget class needed some changes:</p> <p>in the QWinWidget::init method, the WS_TABSTOP must be added to the window style:</p> <pre><code>SetWindowLong(winId(), GWL_STYLE, WS_CHILD | WS_CLIPCHILDREN | WS_CLIPSIBLINGS | WS_TABSTOP); </code></pre> <p>Also, the QWinWidget::winEvent method needs to respond to the WM_GETDLGCODE to let Windows know that it is interested in receiving key/tab inputs. I had to add this if block:</p> <pre><code>if(msg-&gt;message == WM_GETDLGCODE) { *result = DLGC_WANTARROWS | DLGC_WANTTAB; return(true); } </code></pre> <p>I am still working on getting the widget to paint properly.</p> http://stackoverflow.com/questions/900534/what-is-the-minimum-boilerplate-code-for-a-opengl-2d-view/1055093#1055093 1 Answer by Andrew Garrison for What is the minimum boilerplate code for a OpenGL 2D View? Andrew Garrison 2009-06-28T15:15:33Z 2009-06-28T15:15:33Z <p>The easiest way to setup an OpenGL application on the iPhone is to create a "OpenGL ES Application" through Xcode. It generates the boilerplate source code you'll need to get started.</p> <p>Here is the boilerplate source I am using for an OpenGL iPhone game:</p> <pre><code>@implementation EAGLView @synthesize context; // You must implement this method + (Class)layerClass { return [CAEAGLLayer class]; } //The GL view is stored in the nib file. When it's unarchived it's sent -initWithCoder: - (id)initWithCoder:(NSCoder*)coder { if ((self = [super initWithCoder:coder])) { // Get the layer CAEAGLLayer *eaglLayer = (CAEAGLLayer *)self.layer; eaglLayer.opaque = YES; eaglLayer.drawableProperties = [NSDictionary dictionaryWithObjectsAndKeys: [NSNumber numberWithBool:NO], kEAGLDrawablePropertyRetainedBacking, kEAGLColorFormatRGBA8, kEAGLDrawablePropertyColorFormat, nil]; context = [[EAGLContext alloc] initWithAPI:kEAGLRenderingAPIOpenGLES1]; if (!context || ![EAGLContext setCurrentContext:context]) { [self release]; return nil; } } return self; } - (void)drawView { [EAGLContext setCurrentContext:context]; glBindFramebufferOES(GL_FRAMEBUFFER_OES, viewFramebuffer); glViewport(0, 0, ScreenWidth, ScreenHeight); glMatrixMode(GL_PROJECTION); glLoadIdentity(); // Setup the coordinate system to use 0,0 as the lower left corner // and 320,480 as the upper right corner of the screen (in portrait mode). glOrthof(0.0f, ScreenWidth, 0.0f, ScreenHeight, -1.0f, 1.0f); glMatrixMode(GL_MODELVIEW); glLoadIdentity(); glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); // Here is where you draw everything in your world. DrawWorld(); glBindRenderbufferOES(GL_RENDERBUFFER_OES, viewRenderbuffer); [context presentRenderbuffer:GL_RENDERBUFFER_OES]; } - (void)layoutSubviews { [EAGLContext setCurrentContext:context]; [self destroyFramebuffer]; [self createFramebuffer]; [self drawView]; } - (BOOL)createFramebuffer { glGenFramebuffersOES(1, &amp;viewFramebuffer); glGenRenderbuffersOES(1, &amp;viewRenderbuffer); glBindFramebufferOES(GL_FRAMEBUFFER_OES, viewFramebuffer); glBindRenderbufferOES(GL_RENDERBUFFER_OES, viewRenderbuffer); [context renderbufferStorage:GL_RENDERBUFFER_OES fromDrawable:(CAEAGLLayer*)self.layer]; glFramebufferRenderbufferOES(GL_FRAMEBUFFER_OES, GL_COLOR_ATTACHMENT0_OES, GL_RENDERBUFFER_OES, viewRenderbuffer); glGetRenderbufferParameterivOES(GL_RENDERBUFFER_OES, GL_RENDERBUFFER_WIDTH_OES, &amp;ScreenWidth); glGetRenderbufferParameterivOES(GL_RENDERBUFFER_OES, GL_RENDERBUFFER_HEIGHT_OES, &amp;ScreenHeight); if(glCheckFramebufferStatusOES(GL_FRAMEBUFFER_OES) != GL_FRAMEBUFFER_COMPLETE_OES) { NSLog(@"failed to make complete framebuffer object %x", glCheckFramebufferStatusOES(GL_FRAMEBUFFER_OES)); return NO; } return YES; } - (void)destroyFramebuffer { glDeleteFramebuffersOES(1, &amp;viewFramebuffer); viewFramebuffer = 0; glDeleteRenderbuffersOES(1, &amp;viewRenderbuffer); viewRenderbuffer = 0; } - (void)dealloc { if ([EAGLContext currentContext] == context) { [EAGLContext setCurrentContext:nil]; } [context release]; [super dealloc]; } @end </code></pre> <p>As an alternative, <a href="http://mitchallen.com/iphone/archives/100" rel="nofollow">this article</a> provides a nice walkthrough in creating an OpenGL ES application on the iPhone.</p> http://stackoverflow.com/questions/1052744/does-full-version-of-application-replace-the-lite-version-or-it-is-downloaded-as/1052757#1052757 1 Answer by Andrew Garrison for Does full version of application replace the lite version or it is downloaded as new app? Andrew Garrison 2009-06-27T12:28:53Z 2009-06-27T12:28:53Z <p>Sounds like this question may be what you are looking for:</p> <p><a href="http://stackoverflow.com/questions/982876/make-iphone-app-paid-version-replace-free-version-on-install-from-app-store">Make iPhone app paid version replace free version on install from app store</a></p> http://stackoverflow.com/questions/1034288/sharing-code-between-flash-apps-and-iphone-apps/1039683#1039683 1 Answer by Andrew Garrison for Sharing Code between Flash Apps and iPhone Apps Andrew Garrison 2009-06-24T17:06:45Z 2009-06-24T17:06:45Z <p><a href="http://labs.adobe.com/technologies/alchemy/" rel="nofollow">Adobe Alchemy</a> looks promising. It is not released yet, but from their website:</p> <blockquote> <p>Alchemy is a research project that allows users to compile C and C++ code that is targeted to run on the open source ActionScript Virtual Machine (AVM2).</p> </blockquote> <p>This would allow iPhone apps and Web apps to share non OS-dependent C/C++ code, which is a very exciting prospect.</p> http://stackoverflow.com/questions/1799477/cleartool-error-operation-get-cleartext-failed-permission-denied/1799783#1799783 Comment by Andrew Garrison on ClearTool Error: Operation "get cleartext" failed: Permission denied. Andrew Garrison 2009-11-25T21:06:08Z 2009-11-25T21:06:08Z I think I fixed the problem by changing the TeamCity Web Service to use my user account instead of the local SYSTEM account. It's strange to me that the web service needs these permissions. I guess I just don't understand TeamCity that well and what it is really doing in the background. http://stackoverflow.com/questions/1787070/setting-up-teamcity-to-work-with-clearcase/1787902#1787902 Comment by Andrew Garrison on Setting up TeamCity to work with ClearCase Andrew Garrison 2009-11-25T19:05:47Z 2009-11-25T19:05:47Z I also tried your suggestions with the config spec, but that did not change the outcome. http://stackoverflow.com/questions/1787070/setting-up-teamcity-to-work-with-clearcase/1787902#1787902 Comment by Andrew Garrison on Setting up TeamCity to work with ClearCase Andrew Garrison 2009-11-25T17:41:55Z 2009-11-25T17:41:55Z I have attached the teamcity-vcs.log file to the post at jetBrains forums. The teamcity-clearcase.log file was not generated. I'll have to look into how to get that one to generate. http://stackoverflow.com/questions/1787070/setting-up-teamcity-to-work-with-clearcase/1787902#1787902 Comment by Andrew Garrison on Setting up TeamCity to work with ClearCase Andrew Garrison 2009-11-25T03:49:48Z 2009-11-25T03:49:48Z Could this be a permission problem in ClearCase? I have TeamCity setup to use my user account, maybe my user account is not correctly setup for TeamCity or even for doing normal operations on this dynamic view. http://stackoverflow.com/questions/1787070/setting-up-teamcity-to-work-with-clearcase/1787902#1787902 Comment by Andrew Garrison on Setting up TeamCity to work with ClearCase Andrew Garrison 2009-11-25T03:48:43Z 2009-11-25T03:48:43Z I got it to accept the view path for a dynamic view, but I'm still getting the exact same error in my original post: &quot;Failed to build patch for build&quot;.....&quot;Cannot get version in view.&quot; http://stackoverflow.com/questions/1787070/setting-up-teamcity-to-work-with-clearcase/1787902#1787902 Comment by Andrew Garrison on Setting up TeamCity to work with ClearCase Andrew Garrison 2009-11-24T19:30:37Z 2009-11-24T19:30:37Z I'm trying to just get TeamCity to work with a snapshot view or a dynamic view. I guess dynamic view is the way to go, since everyone is complaining how slow snapshot views are. I cannot even get a dynamic view setup. I am confused what to put in the ClearCase view path of the VCS setting. I keep getting the error: 'is not a path to ClearCase view'. http://stackoverflow.com/questions/1034288/sharing-code-between-flash-apps-and-iphone-apps/1771923#1771923 Comment by Andrew Garrison on Sharing Code between Flash Apps and iPhone Apps Andrew Garrison 2009-11-20T20:26:09Z 2009-11-20T20:26:09Z shameless plug, but it looks like an interesting product....upvote! http://stackoverflow.com/questions/123559/a-comprehensive-regex-for-phone-number-validation/123605#123605 Comment by Andrew Garrison on A comprehensive regex for phone number validation Andrew Garrison 2009-11-13T03:03:03Z 2009-11-13T03:03:03Z i've never seen that one before. nice website. http://stackoverflow.com/questions/1650963/ustl-or-stlport-for-android/1651990#1651990 Comment by Andrew Garrison on uSTL or STLPort for Android? Andrew Garrison 2009-10-30T23:34:41Z 2009-10-30T23:34:41Z this is great! can't wait to try it tonight. damn tricker treaters keep interrupting me though.... http://stackoverflow.com/questions/1511271/is-the-apple-development-stack-becoming-antiquated Comment by Andrew Garrison on Is the Apple development stack becoming antiquated? Andrew Garrison 2009-10-02T19:06:08Z 2009-10-02T19:06:08Z Do you not find this to be an interesting topic? I just want to know what other experienced developers think, especially those who have a lot of experience on both sides of the fence. http://stackoverflow.com/questions/1108/how-does-database-indexing-work/1130#1130 Comment by Andrew Garrison on How does database indexing work? Andrew Garrison 2009-09-18T16:47:05Z 2009-09-18T16:47:05Z this is a great answer. i wish that i could give it more than one up-vote. http://stackoverflow.com/questions/1407804/iphone-audio-and-video-problem Comment by Andrew Garrison on Iphone audio and video problem ...! Andrew Garrison 2009-09-10T21:26:54Z 2009-09-10T21:26:54Z i eagerly await the wrath of the moderators... http://stackoverflow.com/questions/1369725/why-arent-there-macros-in-c Comment by Andrew Garrison on Why aren't there macros in C#? Andrew Garrison 2009-09-02T22:30:05Z 2009-09-02T22:30:05Z @jalf: When are macros a good solution? This has already been asked and answered: <a href="http://stackoverflow.com/questions/96196/when-are-c-macros-beneficial" rel="nofollow" title="when are c macros beneficial">stackoverflow.com/questions/96196/&hellip;</a> http://stackoverflow.com/questions/1369725/why-arent-there-macros-in-c Comment by Andrew Garrison on Why aren't there macros in C#? Andrew Garrison 2009-09-02T20:33:09Z 2009-09-02T20:33:09Z Macros are great! The flexibility they allow is awesome. Sure they allow you to shoot yourself in the foot, but abhorring them completely is a mistake in my opinion. http://stackoverflow.com/questions/1246324/vector-pointer Comment by Andrew Garrison on vector pointer? Andrew Garrison 2009-08-07T18:33:40Z 2009-08-07T18:33:40Z this question is incomprehensible.