Justin Is Learning's Q&A profile
Visual C++ Compiler error - HELP
Hi all So I just converted a huge project from MetroWerks CodeWarrior to Visual Studio 2005. The project converted fine and ran... ran I said, since now I cant run anymore. What did I change, well, I was changing some setting with 'struct member alignment' and trying some #pragma pack(1). After some tests I changed it back to default, and removed the pragma's. Now the code runs, but not very well, since some members of structs are not being read ...Show All
Game Technologies: DirectX, XNA, XACT, etc. 3d modeling Code Structuring
Hi, I am kind of new to Direct X programming , and currently Im using Direct X 9.0 b and I have a question regarding code structure. I have been able to write a piece of code that displays a rotating object that was imported from 3ds max as a .x mesh.Having done that and thinking of going a step further and displaying multiple objects on the same world , I thought I should make use of some function or using classes to ease the proc ...Show All
.NET Development X has encountered an error and needs to close...
In .NET 2.0 it sometimes happens that users of my application receive an error just like in Microsoft programs: X has encountered an error and needs to close. We are sorry for the inconvenience. Would you like to send an report to Microsoft (! ) I don't understand... what kind of exception are that This thing didn't get caught in my general try catch handler... It seems to me that this is a joke :( Thank you for any help! David ...Show All
SQL Server Is it possible to make Calculation-values persistent in a Cube !?
Hello Is it possible to make Calculation-values persistent in a Cube ! I made an very intensive calculation based on historic data. This resolves rather in a complex MDX-statement and becomes slow at retrieving time I was wondering.... Is there a way to calculate the value at processing time (by MDX-expression) and store it in the cube I know there is a field 'MeasureExpression' but this field is not full MDX suitable ! ...Show All
SQL Server SQL 2k5 connection to SQL 2k
So I posted this question here... http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=325966&SiteID=1 but perhaps that was the wrong forum. I have a new SQL2005 instance that is not able to connect to my old SQL2000 instance. However, I have many other instances of each and all the OTHER 2k5 instances can connect to the 2k instance above, and the 2k5 instance above is able to connect to all the OTHER 2k instances. I have been sea ...Show All
SQL Server Create a flat file for each record in a table
I'm rather new to ssis and I've been reading and testing but didn't find a solution for this problem.Supose I've got a table Customer with some fields. One of the fields is CustID.I want to create as many flat files as there are Customers in the table with flat file name set to the CustID.If you could point me in a good direction, It would be nice.Greetings from Belgium Do you want any data in these files or jus ...Show All
Smart Device Development #ifdef for VS 2005 vs EVC 4.0
What is an #ifdef I can use to determine a compile is VS2005 vs eVC 4.0 Thanks JEK Hi, There is no such flag that takes care of the incremental change over eVC in VS 2005. The only flga that is useful is _WIN32_WCE which is defined for all those cases where the device side code differs from desktop code. The best place to get the information about the differences shall be msdn documentation or dicu ...Show All
SQL Server Virtual Labs - No Connection message
A couple of us are trying to use the SQL Server 2005 Virtual labs at http://msdn.microsoft.com/sql/ . We complete all the prelim steps successfully but when we click on "Start the Lab" we get a blank page with "No Connection" in the middle. The clock ticks and the system thinks we are doing the lab. How can we get a connection or is the server down or are there no available resources left ...Show All
Visual Studio 2008 (Pre-release) z-order in XAML?
Hi, is there any way to change Z-Order in XAML It would be really helpful as not removing and adding items in code Greetings The order of the items in the XAML document indicates the desired z-indexing. Elements declared first are at a lower z-index than subsequent elements. HTH, Drew ...Show All
Visual Studio Team System Migrate from ClearCase to TFS
We are using ClearCase for version control and now evaluating feasibility of migrating to TFS. We need to either migrate to TFS completely or use both TFS and ClearCase and sync the source code periodically. I did not find any tools for doing the same. If anybody has any clue of a tool or option in TFS please help me with following 1. How to migrate all our source code from ClearCase to TFS 2. How to sync ClearCase source code on night ...Show All
Visual C# Windows Service :: Why does my OnStart() code cause Service to show as Starting? 1053 Error: Could not start service
Hi, My c# windows service checks the status of a given process every minute. My OnStart() code starts an infinite loop to allow perpetual process checking. The problem is that when I manually attempt to start the service (Admin Tools->Services), the service shows as Start ing , not Start ed . When I check task manager, the service is actually running and sending status alerts as it should. If I check the status programmatically, the ser ...Show All
SQL Server Date parameter format incorrectly interpreted
Hi, I am using SQL Server 2005 Reporting Services. I have a report with a Startdate and Enddate parameters setup through the report parameters box. The datatype is datetime, so I have the date pickers. My machine regional settings are set to Ireland for datetime format dd/mm/yyyy. The database field being queried is storing the date as dd/mm/yyyy. My problem is when I type in the values Startdate = 01 aug 2005 and Enddate = 31 aug 2005. The rep ...Show All
Visual Basic Improve this code (for fun)
Hi all, Just thought if it's allowed, i'd make a 'improve this code' type post. No real point, just to see how it ends up. The code is for making 'flying text' on a form. All you need it to make a new project, and replace the form's code with this code. No adding of controls needed. The code is not commented, i figure it's pretty self-explanitory. Basically right now, the animation is triggered by a created timer, and text is draw ...Show All
Visual Studio Express Editions Trying to build PHP 5.1.2 using the .NET SDK, R6034 on startup
Hi, I'm try to build PHP 5.1.2 on XP Prof using no other tools but the free .NET SDK tools (.NET SDK, Windows Platform SDB, Visual C++ Toolkit). I managed to compile PHP but I'm getting error messages when I try to start PHP (R6024). I hope this is the correct forum. If not, please redirect me. A warning: I'm not a Win32 programmer, I just wonder if it's possible to compile PHP using the free tools. So, please be patient with ...Show All
Visual Studio Team System Problem with one client connecting
My organization is currently evaluating TFS and VSTS, and while most of us are pretty happy with it, one of our developers can not get connected to TFS Previously, he was able to connect to our TFS server, though suddenly he lost the connection. We have verified that it is not his account (by connecting from a different machine), and it's certainly not the server, both because he can connect from a seperate machine, and because others are abl ...Show All
